diff --git a/sdl2.asd b/sdl2.asd index 06c2376..f2c2d97 100644 --- a/sdl2.asd +++ b/sdl2.asd @@ -26,6 +26,8 @@ (:static-file "SDL2.i686-pc-linux-gnu.spec") (:static-file "SDL2.i686-pc-windows-msvc.spec") (:static-file "SDL2.i686-unknown-linux-android.spec") + (:static-file "SDL2.powerpc64-pc-linux-gnu.spec") + (:static-file "SDL2.powerpc64le-pc-linux-gnu.spec") (:static-file "SDL2.x86_64-apple-darwin9.spec") (:static-file "SDL2.x86_64-pc-linux-gnu.spec") (:static-file "SDL2.x86_64-pc-windows-msvc.spec") diff --git a/src/autowrap.lisp b/src/autowrap.lisp index bc692fb..306688f 100644 --- a/src/autowrap.lisp +++ b/src/autowrap.lisp @@ -17,7 +17,10 @@ "SDL2") :sysincludes `,(cl:append #+openbsd (cl:list "/usr/X11R6/include") - #+(and unix (not darwin)) + ;; On ppc64 avoid interference from clang's + ;; inttypes.h, so that Uint8/Uint16/Uint32/Uint64 map + ;; correctly to uint8_t/uint16_t/uint32_t/uint64_t. + #+(and unix (not darwin) (not ppc64)) (cl:list "/usr/lib/clang/13.0.1/include/")) :exclude-definitions ("SDL_main" "SDL_LogMessageV" diff --git a/src/spec/SDL2.powerpc64-pc-linux-gnu.spec b/src/spec/SDL2.powerpc64-pc-linux-gnu.spec new file mode 100644 index 0000000..910be49 --- /dev/null +++ b/src/spec/SDL2.powerpc64-pc-linux-gnu.spec @@ -0,0 +1,4405 @@ +[ +{ "tag": "function", "name": "SDL_GetPlatform", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/SDL_platform.h:251:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "__u_char", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:31:23", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "__u_short", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:32:28", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__u_int", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:33:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__u_long", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:34:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__int8_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:37:21", "type": { "tag": ":signed-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "__uint8_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:38:23", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "__int16_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:39:26", "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__uint16_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:40:28", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__int32_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:41:20", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__uint32_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:42:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__int64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:44:25", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__uint64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:45:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__int_least8_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:52:18", "type": { "tag": "__int8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__uint_least8_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:53:19", "type": { "tag": "__uint8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__int_least16_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:54:19", "type": { "tag": "__int16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__uint_least16_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:55:20", "type": { "tag": "__uint16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__int_least32_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:56:19", "type": { "tag": "__int32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__uint_least32_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:57:20", "type": { "tag": "__uint32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__int_least64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:58:19", "type": { "tag": "__int64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__uint_least64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:59:20", "type": { "tag": "__uint64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__quad_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:63:18", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__u_quad_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:64:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__intmax_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:72:18", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__uintmax_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:73:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__dev_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:145:25", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__uid_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:146:25", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__gid_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:147:25", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__ino_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:148:25", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__ino64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:149:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__mode_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:150:26", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__nlink_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:151:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__off_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:152:25", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__off64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:153:27", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__pid_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:154:25", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsid_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:155:26", "type": { "tag": "struct", "ns": 2202697728, "name": "", "id": 1, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:155:12 ", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__val", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 2 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "__clock_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:156:27", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__rlim_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:157:26", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__rlim64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:158:28", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__id_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:159:24", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__time_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:160:26", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__useconds_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:161:30", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__suseconds_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:162:31", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__suseconds64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:163:33", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__daddr_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:165:27", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__key_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:166:25", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__clockid_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:169:29", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__timer_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:172:27", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "typedef", "ns": 0, "name": "__blksize_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:175:29", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__blkcnt_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:180:28", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__blkcnt64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:181:30", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsblkcnt_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:184:30", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsblkcnt64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:185:32", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsfilcnt_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:188:30", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsfilcnt64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:189:32", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsword_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:192:28", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__ssize_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:194:27", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__syscall_slong_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:197:33", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__syscall_ulong_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:199:33", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__loff_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:203:19", "type": { "tag": "__off64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__caddr_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:204:15", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "__intptr_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:207:25", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__socklen_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:210:23", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__sig_atomic_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:215:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "u_char", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:33:18", "type": { "tag": "__u_char" } }, +{ "tag": "typedef", "ns": 0, "name": "u_short", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:34:19", "type": { "tag": "__u_short" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:35:17", "type": { "tag": "__u_int" } }, +{ "tag": "typedef", "ns": 0, "name": "u_long", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:36:18", "type": { "tag": "__u_long" } }, +{ "tag": "typedef", "ns": 0, "name": "quad_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:37:18", "type": { "tag": "__quad_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_quad_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:38:20", "type": { "tag": "__u_quad_t" } }, +{ "tag": "typedef", "ns": 0, "name": "fsid_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:39:18", "type": { "tag": "__fsid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "loff_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:42:18", "type": { "tag": "__loff_t" } }, +{ "tag": "typedef", "ns": 0, "name": "ino_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:47:17", "type": { "tag": "__ino_t" } }, +{ "tag": "typedef", "ns": 0, "name": "dev_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:59:17", "type": { "tag": "__dev_t" } }, +{ "tag": "typedef", "ns": 0, "name": "gid_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:64:17", "type": { "tag": "__gid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "mode_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:69:18", "type": { "tag": "__mode_t" } }, +{ "tag": "typedef", "ns": 0, "name": "nlink_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:74:19", "type": { "tag": "__nlink_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uid_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:79:17", "type": { "tag": "__uid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "off_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:85:17", "type": { "tag": "__off_t" } }, +{ "tag": "typedef", "ns": 0, "name": "pid_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:97:17", "type": { "tag": "__pid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "id_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:103:16", "type": { "tag": "__id_t" } }, +{ "tag": "typedef", "ns": 0, "name": "ssize_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:108:19", "type": { "tag": "__ssize_t" } }, +{ "tag": "typedef", "ns": 0, "name": "daddr_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:114:19", "type": { "tag": "__daddr_t" } }, +{ "tag": "typedef", "ns": 0, "name": "caddr_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:115:19", "type": { "tag": "__caddr_t" } }, +{ "tag": "typedef", "ns": 0, "name": "key_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:121:17", "type": { "tag": "__key_t" } }, +{ "tag": "typedef", "ns": 0, "name": "clock_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/clock_t.h:7:19", "type": { "tag": "__clock_t" } }, +{ "tag": "typedef", "ns": 0, "name": "clockid_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/clockid_t.h:7:21", "type": { "tag": "__clockid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "time_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/time_t.h:10:18", "type": { "tag": "__time_t" } }, +{ "tag": "typedef", "ns": 0, "name": "timer_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/timer_t.h:7:19", "type": { "tag": "__timer_t" } }, +{ "tag": "typedef", "ns": 0, "name": "size_t", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stddef.h:46:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "ulong", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:148:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "ushort", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:149:28", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "uint", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:150:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "int8_t", "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-intn.h:24:18", "type": { "tag": "__int8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int16_t", "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-intn.h:25:19", "type": { "tag": "__int16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int32_t", "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-intn.h:26:19", "type": { "tag": "__int32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-intn.h:27:19", "type": { "tag": "__int64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int8_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:158:19", "type": { "tag": "__uint8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int16_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:159:20", "type": { "tag": "__uint16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int32_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:160:20", "type": { "tag": "__uint32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int64_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:161:20", "type": { "tag": "__uint64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "register_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:166:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__bswap_16", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/byteswap.h:34:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__bsx", "type": { "tag": "__uint16_t" } }], "return-type": { "tag": "__uint16_t" } }, +{ "tag": "function", "name": "__bswap_32", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/byteswap.h:49:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__bsx", "type": { "tag": "__uint32_t" } }], "return-type": { "tag": "__uint32_t" } }, +{ "tag": "function", "name": "__bswap_64", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/byteswap.h:70:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__bsx", "type": { "tag": "__uint64_t" } }], "return-type": { "tag": "__uint64_t" } }, +{ "tag": "function", "name": "__uint16_identity", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/uintn-identity.h:33:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": "__uint16_t" } }], "return-type": { "tag": "__uint16_t" } }, +{ "tag": "function", "name": "__uint32_identity", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/uintn-identity.h:39:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": "__uint32_t" } }], "return-type": { "tag": "__uint32_t" } }, +{ "tag": "function", "name": "__uint64_identity", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/uintn-identity.h:45:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": "__uint64_t" } }], "return-type": { "tag": "__uint64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__sigset_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/__sigset_t.h:8:3", "type": { "tag": "struct", "ns": 1073777873, "name": "", "id": 2, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__sigset_t.h:5:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__val", "bit-offset": 0, "bit-size": 1024, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "size": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "sigset_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/sigset_t.h:7:20", "type": { "tag": "__sigset_t" } }, +{ "tag": "struct", "ns": 0, "name": "timeval", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_timeval.h:8:8", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "tv_sec", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__time_t" } }, { "tag": "field", "name": "tv_usec", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__suseconds_t" } }] }, +{ "tag": "struct", "ns": 0, "name": "timespec", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_timespec.h:11:8", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "tv_sec", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__time_t" } }, { "tag": "field", "name": "tv_nsec", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__syscall_slong_t" } }] }, +{ "tag": "typedef", "ns": 0, "name": "suseconds_t", "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:43:23", "type": { "tag": "__suseconds_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__fd_mask", "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:49:18", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "fd_set", "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:70:5", "type": { "tag": "struct", "ns": 0, "name": "", "id": 3, "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:59:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__fds_bits", "bit-offset": 0, "bit-size": 1024, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": "__fd_mask" }, "size": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "fd_mask", "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:77:19", "type": { "tag": "__fd_mask" } }, +{ "tag": "function", "name": "select", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:102:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nfds", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__readfds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__writefds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__exceptfds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__timeout", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "timeval", "id": 4 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "pselect", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:127:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nfds", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__readfds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__writefds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__exceptfds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__timeout", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "timespec", "id": 5 } } }, { "tag": "parameter", "name": "__sigmask", "type": { "tag": ":pointer", "type": { "tag": "__sigset_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "blksize_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:185:21", "type": { "tag": "__blksize_t" } }, +{ "tag": "typedef", "ns": 0, "name": "blkcnt_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:192:20", "type": { "tag": "__blkcnt_t" } }, +{ "tag": "typedef", "ns": 0, "name": "fsblkcnt_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:196:22", "type": { "tag": "__fsblkcnt_t" } }, +{ "tag": "typedef", "ns": 0, "name": "fsfilcnt_t", "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:200:22", "type": { "tag": "__fsfilcnt_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__atomic_wide_counter", "location": "/usr/include/powerpc64-linux-gnu/bits/atomic_wide_counter.h:33:3", "type": { "tag": "union", "ns": 678680688, "name": "", "id": 6, "location": "/usr/include/powerpc64-linux-gnu/bits/atomic_wide_counter.h:25:9", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__value64", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "__value32", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "struct", "ns": 0, "name": "", "id": 7, "location": "/usr/include/powerpc64-linux-gnu/bits/atomic_wide_counter.h:28:3", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__low", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__high", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }] } }] } }, +{ "tag": "struct", "ns": 0, "name": "__pthread_internal_list", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:51:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__prev", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "__pthread_internal_list", "id": 8 } } }, { "tag": "field", "name": "__next", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "__pthread_internal_list", "id": 8 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "__pthread_list_t", "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:55:3", "type": { "tag": ":struct", "name": "__pthread_internal_list", "id": 8 } }, +{ "tag": "struct", "ns": 0, "name": "__pthread_internal_slist", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:57:16", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__next", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "__pthread_internal_slist", "id": 9 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "__pthread_slist_t", "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:60:3", "type": { "tag": ":struct", "name": "__pthread_internal_slist", "id": 9 } }, +{ "tag": "struct", "ns": 0, "name": "__pthread_mutex_s", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/struct_mutex.h:22:8", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__lock", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__count", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__owner", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__nusers", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__kind", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__spins", "bit-offset": 160, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "__elision", "bit-offset": 176, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "__list", "bit-offset": 192, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "__pthread_list_t" } }] }, +{ "tag": "struct", "ns": 0, "name": "__pthread_rwlock_arch_t", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/struct_rwlock.h:23:8", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__readers", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__writers", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__wrphase_futex", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__writers_futex", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__pad3", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__pad4", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__cur_writer", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__shared", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__rwelision", "bit-offset": 256, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "__pad1", "bit-offset": 264, "bit-size": 56, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 }, "size": 7 } }, { "tag": "field", "name": "__pad2", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "__flags", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "struct", "ns": 0, "name": "__pthread_cond_s", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:94:8", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__wseq", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__atomic_wide_counter" } }, { "tag": "field", "name": "__g1_start", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__atomic_wide_counter" } }, { "tag": "field", "name": "__g_refs", "bit-offset": 128, "bit-size": 64, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 }, "size": 2 } }, { "tag": "field", "name": "__g_size", "bit-offset": 192, "bit-size": 64, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 }, "size": 2 } }, { "tag": "field", "name": "__g1_orig_size", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__wrefs", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__g_signals", "bit-offset": 320, "bit-size": 64, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 }, "size": 2 } }] }, +{ "tag": "typedef", "ns": 0, "name": "__tss_t", "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:105:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__thrd_t", "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:106:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__once_flag", "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:111:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 10, "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:108:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__data", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:27:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_mutexattr_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:36:3", "type": { "tag": "union", "ns": 678716736, "name": "", "id": 11, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:32:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 4 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_condattr_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:45:3", "type": { "tag": "union", "ns": 678653440, "name": "", "id": 12, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:41:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 4 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_key_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:49:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_once_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:53:30", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "union", "ns": 0, "name": "pthread_attr_t", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:56:7", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 448, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 56 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] }, +{ "tag": "typedef", "ns": 0, "name": "pthread_attr_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:62:30", "type": { "tag": ":union", "name": "pthread_attr_t", "id": 13 } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_mutex_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:72:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 14, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:67:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__data", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": ":struct", "name": "__pthread_mutex_s", "id": 15 } }, { "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 320, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 40 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_cond_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:80:3", "type": { "tag": "union", "ns": 678724160, "name": "", "id": 16, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:75:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__data", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": ":struct", "name": "__pthread_cond_s", "id": 17 } }, { "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 384, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 48 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_rwlock_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:91:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 18, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:86:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__data", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": ":struct", "name": "__pthread_rwlock_arch_t", "id": 19 } }, { "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 448, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 56 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_rwlockattr_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:97:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 20, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:93:9", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 64, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 8 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_spinlock_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:103:22", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_barrier_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:112:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 21, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:108:9", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_barrierattr_t", "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:118:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 22, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:114:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 4 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "va_list", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stdarg.h:14:27", "type": { "tag": "__builtin_va_list" } }, +{ "tag": "typedef", "ns": 0, "name": "__gnuc_va_list", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stdarg.h:32:27", "type": { "tag": "__builtin_va_list" } }, +{ "tag": "typedef", "ns": 0, "name": "__mbstate_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/__mbstate_t.h:21:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 23, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__mbstate_t.h:13:9", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__count", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__value", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "union", "ns": 0, "name": "", "id": 24, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__mbstate_t.h:16:3", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__wch", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__wchb", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 4 } }] } }] } }, +{ "tag": "struct", "ns": 0, "name": "_G_fpos_t", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__fpos_t.h:10:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__pos", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__off_t" } }, { "tag": "field", "name": "__state", "bit-offset": 64, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "__mbstate_t" } }] }, +{ "tag": "typedef", "ns": 0, "name": "__fpos_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/__fpos_t.h:14:3", "type": { "tag": ":struct", "name": "_G_fpos_t", "id": 25 } }, +{ "tag": "struct", "ns": 0, "name": "_G_fpos64_t", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__fpos64_t.h:10:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__pos", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__off64_t" } }, { "tag": "field", "name": "__state", "bit-offset": 64, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "__mbstate_t" } }] }, +{ "tag": "typedef", "ns": 0, "name": "__fpos64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/__fpos64_t.h:14:3", "type": { "tag": ":struct", "name": "_G_fpos64_t", "id": 26 } }, +{ "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__FILE.h:4:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "__FILE", "location": "/usr/include/powerpc64-linux-gnu/bits/types/__FILE.h:5:25", "type": { "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__FILE.h:4:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/FILE.h:4:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "FILE", "location": "/usr/include/powerpc64-linux-gnu/bits/types/FILE.h:7:25", "type": { "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__FILE.h:4:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:35:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 0, "name": "_IO_marker", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:36:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 0, "name": "_IO_codecvt", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:37:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 0, "name": "_IO_wide_data", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:38:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "_IO_lock_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:43:14", "type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:49:8", "bit-size": 1728, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "_flags", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_IO_read_ptr", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_read_end", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_read_base", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_write_base", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_write_ptr", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_write_end", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_buf_base", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_buf_end", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_save_base", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_backup_base", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_save_end", "bit-offset": 704, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_markers", "bit-offset": 768, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 678818496, "name": "_IO_marker", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:36:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "_chain", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "_IO_FILE", "id": 29 } } }, { "tag": "field", "name": "_fileno", "bit-offset": 896, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_flags2", "bit-offset": 928, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_old_offset", "bit-offset": 960, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__off_t" } }, { "tag": "field", "name": "_cur_column", "bit-offset": 1024, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "_vtable_offset", "bit-offset": 1040, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":signed-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "_shortbuf", "bit-offset": 1048, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 1 } }, { "tag": "field", "name": "_lock", "bit-offset": 1088, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "_offset", "bit-offset": 1152, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__off64_t" } }, { "tag": "field", "name": "_codecvt", "bit-offset": 1216, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_IO_codecvt", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:37:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "_wide_data", "bit-offset": 1280, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_IO_wide_data", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:38:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "_freeres_list", "bit-offset": 1344, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "_IO_FILE", "id": 29 } } }, { "tag": "field", "name": "_freeres_buf", "bit-offset": 1408, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "__pad5", "bit-offset": 1472, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "size_t" } }, { "tag": "field", "name": "_mode", "bit-offset": 1536, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_unused2", "bit-offset": 1568, "bit-size": 160, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 20 } }] }, +{ "tag": "typedef", "ns": 0, "name": "fpos_t", "location": "/usr/include/stdio.h:84:18", "type": { "tag": "__fpos_t" } }, +{ "tag": "extern", "name": "stdin", "ns": 0, "location": "/usr/include/stdio.h:143:14", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "extern", "name": "stdout", "ns": 0, "location": "/usr/include/stdio.h:144:14", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "extern", "name": "stderr", "ns": 0, "location": "/usr/include/stdio.h:145:14", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "remove", "ns": 0, "location": "/usr/include/stdio.h:152:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__filename", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "rename", "ns": 0, "location": "/usr/include/stdio.h:154:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__old", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__new", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "renameat", "ns": 0, "location": "/usr/include/stdio.h:158:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__oldfd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__old", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__newfd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__new", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fclose", "ns": 0, "location": "/usr/include/stdio.h:178:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tmpfile", "ns": 0, "location": "/usr/include/stdio.h:188:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "tmpnam", "ns": 0, "location": "/usr/include/stdio.h:205:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 20 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "tmpnam_r", "ns": 0, "location": "/usr/include/stdio.h:210:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 20 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "tempnam", "ns": 0, "location": "/usr/include/stdio.h:222:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dir", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__pfx", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "fflush", "ns": 0, "location": "/usr/include/stdio.h:230:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fflush_unlocked", "ns": 0, "location": "/usr/include/stdio.h:239:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fopen", "ns": 0, "location": "/usr/include/stdio.h:258:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__filename", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "freopen", "ns": 0, "location": "/usr/include/stdio.h:265:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__filename", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "fdopen", "ns": 0, "location": "/usr/include/stdio.h:293:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__fd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "fmemopen", "ns": 0, "location": "/usr/include/stdio.h:308:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "open_memstream", "ns": 0, "location": "/usr/include/stdio.h:314:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__bufloc", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__sizeloc", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "setbuf", "ns": 0, "location": "/usr/include/stdio.h:328:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "setvbuf", "ns": 0, "location": "/usr/include/stdio.h:332:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "setbuffer", "ns": 0, "location": "/usr/include/stdio.h:338:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "setlinebuf", "ns": 0, "location": "/usr/include/stdio.h:342:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "fprintf", "ns": 0, "location": "/usr/include/stdio.h:350:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "printf", "ns": 0, "location": "/usr/include/stdio.h:356:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sprintf", "ns": 0, "location": "/usr/include/stdio.h:358:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfprintf", "ns": 0, "location": "/usr/include/stdio.h:365:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vprintf", "ns": 0, "location": "/usr/include/stdio.h:371:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vsprintf", "ns": 0, "location": "/usr/include/stdio.h:373:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "snprintf", "ns": 0, "location": "/usr/include/stdio.h:378:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__maxlen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vsnprintf", "ns": 0, "location": "/usr/include/stdio.h:382:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__maxlen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vdprintf", "ns": 0, "location": "/usr/include/stdio.h:403:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__fd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "dprintf", "ns": 0, "location": "/usr/include/stdio.h:406:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__fd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fscanf", "ns": 0, "location": "/usr/include/stdio.h:415:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scanf", "ns": 0, "location": "/usr/include/stdio.h:421:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sscanf", "ns": 0, "location": "/usr/include/stdio.h:423:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "_Float32", "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:214:15", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "_Float64", "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:251:16", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "_Float32x", "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:268:16", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fscanf", "ns": 0, "location": "/usr/include/stdio.h:434:12 ", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scanf", "ns": 0, "location": "/usr/include/stdio.h:437:12 ", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sscanf", "ns": 0, "location": "/usr/include/stdio.h:439:12 ", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfscanf", "ns": 0, "location": "/usr/include/stdio.h:459:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vscanf", "ns": 0, "location": "/usr/include/stdio.h:467:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vsscanf", "ns": 0, "location": "/usr/include/stdio.h:471:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfscanf", "ns": 0, "location": "/usr/include/stdio.h:479:12 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vscanf", "ns": 0, "location": "/usr/include/stdio.h:484:12 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vsscanf", "ns": 0, "location": "/usr/include/stdio.h:487:12 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fgetc", "ns": 0, "location": "/usr/include/stdio.h:513:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getc", "ns": 0, "location": "/usr/include/stdio.h:514:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getchar", "ns": 0, "location": "/usr/include/stdio.h:520:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getc_unlocked", "ns": 0, "location": "/usr/include/stdio.h:527:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getchar_unlocked", "ns": 0, "location": "/usr/include/stdio.h:528:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fgetc_unlocked", "ns": 0, "location": "/usr/include/stdio.h:538:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fputc", "ns": 0, "location": "/usr/include/stdio.h:549:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putc", "ns": 0, "location": "/usr/include/stdio.h:550:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putchar", "ns": 0, "location": "/usr/include/stdio.h:556:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fputc_unlocked", "ns": 0, "location": "/usr/include/stdio.h:565:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putc_unlocked", "ns": 0, "location": "/usr/include/stdio.h:573:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putchar_unlocked", "ns": 0, "location": "/usr/include/stdio.h:574:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getw", "ns": 0, "location": "/usr/include/stdio.h:581:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putw", "ns": 0, "location": "/usr/include/stdio.h:584:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fgets", "ns": 0, "location": "/usr/include/stdio.h:592:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "__getdelim", "ns": 0, "location": "/usr/include/stdio.h:632:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__lineptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "__delimiter", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "__ssize_t" } }, +{ "tag": "function", "name": "getdelim", "ns": 0, "location": "/usr/include/stdio.h:635:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__lineptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "__delimiter", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "__ssize_t" } }, +{ "tag": "function", "name": "getline", "ns": 0, "location": "/usr/include/stdio.h:645:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__lineptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "__ssize_t" } }, +{ "tag": "function", "name": "fputs", "ns": 0, "location": "/usr/include/stdio.h:655:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "puts", "ns": 0, "location": "/usr/include/stdio.h:661:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ungetc", "ns": 0, "location": "/usr/include/stdio.h:668:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fread", "ns": 0, "location": "/usr/include/stdio.h:675:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fwrite", "ns": 0, "location": "/usr/include/stdio.h:681:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fread_unlocked", "ns": 0, "location": "/usr/include/stdio.h:702:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "fwrite_unlocked", "ns": 0, "location": "/usr/include/stdio.h:704:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "fseek", "ns": 0, "location": "/usr/include/stdio.h:713:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__off", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__whence", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ftell", "ns": 0, "location": "/usr/include/stdio.h:718:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "rewind", "ns": 0, "location": "/usr/include/stdio.h:723:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "fseeko", "ns": 0, "location": "/usr/include/stdio.h:736:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__off", "type": { "tag": "__off_t" } }, { "tag": "parameter", "name": "__whence", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ftello", "ns": 0, "location": "/usr/include/stdio.h:741:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "__off_t" } }, +{ "tag": "function", "name": "fgetpos", "ns": 0, "location": "/usr/include/stdio.h:760:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__pos", "type": { "tag": ":pointer", "type": { "tag": "fpos_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fsetpos", "ns": 0, "location": "/usr/include/stdio.h:765:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__pos", "type": { "tag": ":pointer", "type": { "tag": "fpos_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "clearerr", "ns": 0, "location": "/usr/include/stdio.h:786:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "feof", "ns": 0, "location": "/usr/include/stdio.h:788:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ferror", "ns": 0, "location": "/usr/include/stdio.h:790:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "clearerr_unlocked", "ns": 0, "location": "/usr/include/stdio.h:794:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "feof_unlocked", "ns": 0, "location": "/usr/include/stdio.h:795:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ferror_unlocked", "ns": 0, "location": "/usr/include/stdio.h:796:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "perror", "ns": 0, "location": "/usr/include/stdio.h:804:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "fileno", "ns": 0, "location": "/usr/include/stdio.h:809:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fileno_unlocked", "ns": 0, "location": "/usr/include/stdio.h:814:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "pclose", "ns": 0, "location": "/usr/include/stdio.h:823:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "popen", "ns": 0, "location": "/usr/include/stdio.h:829:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__command", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "ctermid", "ns": 0, "location": "/usr/include/stdio.h:837:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "flockfile", "ns": 0, "location": "/usr/include/stdio.h:867:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "ftrylockfile", "ns": 0, "location": "/usr/include/stdio.h:871:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "funlockfile", "ns": 0, "location": "/usr/include/stdio.h:874:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "__uflow", "ns": 0, "location": "/usr/include/stdio.h:885:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__overflow", "ns": 0, "location": "/usr/include/stdio.h:886:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "wchar_t", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stddef.h:74:24", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "div_t", "location": "/usr/include/stdlib.h:63:5", "type": { "tag": "struct", "ns": 679003008, "name": "", "id": 32, "location": "/usr/include/stdlib.h:59:9", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "quot", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "rem", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "ldiv_t", "location": "/usr/include/stdlib.h:71:5", "type": { "tag": "struct", "ns": 1449, "name": "", "id": 33, "location": "/usr/include/stdlib.h:67:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "quot", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "rem", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "lldiv_t", "location": "/usr/include/stdlib.h:81:5", "type": { "tag": "struct", "ns": 6313, "name": "", "id": 34, "location": "/usr/include/stdlib.h:77:23", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "quot", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "rem", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "function", "name": "__ctype_get_mb_cur_max", "ns": 0, "location": "/usr/include/stdlib.h:98:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "atof", "ns": 0, "location": "/usr/include/stdlib.h:102:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atoi", "ns": 0, "location": "/usr/include/stdlib.h:105:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "atol", "ns": 0, "location": "/usr/include/stdlib.h:108:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atoll", "ns": 0, "location": "/usr/include/stdlib.h:113:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtod", "ns": 0, "location": "/usr/include/stdlib.h:118:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtof", "ns": 0, "location": "/usr/include/stdlib.h:124:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strtold", "ns": 0, "location": "/usr/include/stdlib.h:127:20", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "strtol", "ns": 0, "location": "/usr/include/stdlib.h:177:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtoul", "ns": 0, "location": "/usr/include/stdlib.h:181:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtoq", "ns": 0, "location": "/usr/include/stdlib.h:188:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtouq", "ns": 0, "location": "/usr/include/stdlib.h:193:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtoll", "ns": 0, "location": "/usr/include/stdlib.h:201:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtoull", "ns": 0, "location": "/usr/include/stdlib.h:206:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "l64a", "ns": 0, "location": "/usr/include/stdlib.h:386:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "a64l", "ns": 0, "location": "/usr/include/stdlib.h:389:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "random", "ns": 0, "location": "/usr/include/stdlib.h:402:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "srandom", "ns": 0, "location": "/usr/include/stdlib.h:405:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "initstate", "ns": 0, "location": "/usr/include/stdlib.h:411:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__statebuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__statelen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "setstate", "ns": 0, "location": "/usr/include/stdlib.h:416:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__statebuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "struct", "ns": 0, "name": "random_data", "id": 0, "location": "/usr/include/stdlib.h:424:8", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "fptr", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }, { "tag": "field", "name": "rptr", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }, { "tag": "field", "name": "state", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }, { "tag": "field", "name": "rand_type", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "rand_deg", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "rand_sep", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "end_ptr", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }] }, +{ "tag": "function", "name": "random_r", "ns": 0, "location": "/usr/include/stdlib.h:435:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "random_data", "id": 35 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "srandom_r", "ns": 0, "location": "/usr/include/stdlib.h:438:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "random_data", "id": 35 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "initstate_r", "ns": 0, "location": "/usr/include/stdlib.h:441:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__statebuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__statelen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "random_data", "id": 35 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "setstate_r", "ns": 0, "location": "/usr/include/stdlib.h:446:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__statebuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "random_data", "id": 35 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "rand", "ns": 0, "location": "/usr/include/stdlib.h:454:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "srand", "ns": 0, "location": "/usr/include/stdlib.h:456:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "rand_r", "ns": 0, "location": "/usr/include/stdlib.h:460:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "drand48", "ns": 0, "location": "/usr/include/stdlib.h:468:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "erand48", "ns": 0, "location": "/usr/include/stdlib.h:469:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lrand48", "ns": 0, "location": "/usr/include/stdlib.h:472:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nrand48", "ns": 0, "location": "/usr/include/stdlib.h:473:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "mrand48", "ns": 0, "location": "/usr/include/stdlib.h:477:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "jrand48", "ns": 0, "location": "/usr/include/stdlib.h:478:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "srand48", "ns": 0, "location": "/usr/include/stdlib.h:482:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seedval", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "seed48", "ns": 0, "location": "/usr/include/stdlib.h:483:28", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed16v", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } } }, +{ "tag": "function", "name": "lcong48", "ns": 0, "location": "/usr/include/stdlib.h:485:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__param", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 7 } }], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "drand48_data", "id": 0, "location": "/usr/include/stdlib.h:491:8", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__x", "bit-offset": 0, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "field", "name": "__old_x", "bit-offset": 48, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "field", "name": "__c", "bit-offset": 96, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "__init", "bit-offset": 112, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "__a", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }] }, +{ "tag": "function", "name": "drand48_r", "ns": 0, "location": "/usr/include/stdlib.h:502:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 36 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "erand48_r", "ns": 0, "location": "/usr/include/stdlib.h:504:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 36 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lrand48_r", "ns": 0, "location": "/usr/include/stdlib.h:509:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 36 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nrand48_r", "ns": 0, "location": "/usr/include/stdlib.h:512:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 36 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mrand48_r", "ns": 0, "location": "/usr/include/stdlib.h:518:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 36 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "jrand48_r", "ns": 0, "location": "/usr/include/stdlib.h:521:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 36 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "srand48_r", "ns": 0, "location": "/usr/include/stdlib.h:527:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seedval", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 36 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "seed48_r", "ns": 0, "location": "/usr/include/stdlib.h:530:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed16v", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 36 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lcong48_r", "ns": 0, "location": "/usr/include/stdlib.h:533:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__param", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 7 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 36 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "arc4random", "ns": 0, "location": "/usr/include/stdlib.h:538:19", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "__uint32_t" } }, +{ "tag": "function", "name": "arc4random_buf", "ns": 0, "location": "/usr/include/stdlib.h:542:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "arc4random_uniform", "ns": 0, "location": "/usr/include/stdlib.h:547:19", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__upper_bound", "type": { "tag": "__uint32_t" } }], "return-type": { "tag": "__uint32_t" } }, +{ "tag": "function", "name": "malloc", "ns": 0, "location": "/usr/include/stdlib.h:553:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "calloc", "ns": 0, "location": "/usr/include/stdlib.h:556:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "realloc", "ns": 0, "location": "/usr/include/stdlib.h:564:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "free", "ns": 0, "location": "/usr/include/stdlib.h:568:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "reallocarray", "ns": 0, "location": "/usr/include/stdlib.h:576:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "reallocarray", "ns": 0, "location": "/usr/include/stdlib.h:582:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "alloca", "ns": 0, "location": "/usr/include/alloca.h:32:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "valloc", "ns": 0, "location": "/usr/include/stdlib.h:593:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "posix_memalign", "ns": 0, "location": "/usr/include/stdlib.h:599:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__memptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }, { "tag": "parameter", "name": "__alignment", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "aligned_alloc", "ns": 0, "location": "/usr/include/stdlib.h:605:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__alignment", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "abort", "ns": 0, "location": "/usr/include/stdlib.h:611:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "atexit", "ns": 0, "location": "/usr/include/stdlib.h:615:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__func", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "at_quick_exit", "ns": 0, "location": "/usr/include/stdlib.h:623:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__func", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "on_exit", "ns": 0, "location": "/usr/include/stdlib.h:630:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__func", "type": { "tag": ":function-pointer" } }, { "tag": "parameter", "name": "__arg", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "exit", "ns": 0, "location": "/usr/include/stdlib.h:637:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__status", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "quick_exit", "ns": 0, "location": "/usr/include/stdlib.h:643:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__status", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "_Exit", "ns": 0, "location": "/usr/include/stdlib.h:649:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__status", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "getenv", "ns": 0, "location": "/usr/include/stdlib.h:654:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "putenv", "ns": 0, "location": "/usr/include/stdlib.h:667:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__string", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "setenv", "ns": 0, "location": "/usr/include/stdlib.h:673:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__value", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__replace", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "unsetenv", "ns": 0, "location": "/usr/include/stdlib.h:677:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "clearenv", "ns": 0, "location": "/usr/include/stdlib.h:684:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mktemp", "ns": 0, "location": "/usr/include/stdlib.h:695:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__template", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "mkstemp", "ns": 0, "location": "/usr/include/stdlib.h:708:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__template", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mkstemps", "ns": 0, "location": "/usr/include/stdlib.h:730:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__template", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__suffixlen", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mkdtemp", "ns": 0, "location": "/usr/include/stdlib.h:751:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__template", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "system", "ns": 0, "location": "/usr/include/stdlib.h:804:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__command", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "realpath", "ns": 0, "location": "/usr/include/stdlib.h:821:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__resolved", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "__compar_fn_t", "location": "/usr/include/stdlib.h:829:15", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "bsearch", "ns": 0, "location": "/usr/include/stdlib.h:841:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__key", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__compar", "type": { "tag": "__compar_fn_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "qsort", "ns": 0, "location": "/usr/include/stdlib.h:851:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__base", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__compar", "type": { "tag": "__compar_fn_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "abs", "ns": 0, "location": "/usr/include/stdlib.h:861:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "labs", "ns": 0, "location": "/usr/include/stdlib.h:862:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llabs", "ns": 0, "location": "/usr/include/stdlib.h:865:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "div", "ns": 0, "location": "/usr/include/stdlib.h:873:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__numer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__denom", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "div_t" } }, +{ "tag": "function", "name": "ldiv", "ns": 0, "location": "/usr/include/stdlib.h:875:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__numer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__denom", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": "ldiv_t" } }, +{ "tag": "function", "name": "lldiv", "ns": 0, "location": "/usr/include/stdlib.h:879:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__numer", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__denom", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": "lldiv_t" } }, +{ "tag": "function", "name": "ecvt", "ns": 0, "location": "/usr/include/stdlib.h:893:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "fcvt", "ns": 0, "location": "/usr/include/stdlib.h:899:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "gcvt", "ns": 0, "location": "/usr/include/stdlib.h:905:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "qecvt", "ns": 0, "location": "/usr/include/stdlib.h:911:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "qfcvt", "ns": 0, "location": "/usr/include/stdlib.h:914:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "qgcvt", "ns": 0, "location": "/usr/include/stdlib.h:917:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "ecvt_r", "ns": 0, "location": "/usr/include/stdlib.h:923:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fcvt_r", "ns": 0, "location": "/usr/include/stdlib.h:926:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "qecvt_r", "ns": 0, "location": "/usr/include/stdlib.h:930:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "qfcvt_r", "ns": 0, "location": "/usr/include/stdlib.h:934:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mblen", "ns": 0, "location": "/usr/include/stdlib.h:943:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mbtowc", "ns": 0, "location": "/usr/include/stdlib.h:946:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pwc", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wctomb", "ns": 0, "location": "/usr/include/stdlib.h:950:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__wchar", "type": { "tag": "wchar_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mbstowcs", "ns": 0, "location": "/usr/include/stdlib.h:954:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pwcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcstombs", "ns": 0, "location": "/usr/include/stdlib.h:958:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__pwcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "rpmatch", "ns": 0, "location": "/usr/include/stdlib.h:969:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__response", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getsubopt", "ns": 0, "location": "/usr/include/stdlib.h:980:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__optionp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__tokens", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__valuep", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getloadavg", "ns": 0, "location": "/usr/include/stdlib.h:1026:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__loadavg", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "__nelem", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "ptrdiff_t", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stddef.h:35:26", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "max_align_t", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/__stddef_max_align_t.h:24:3", "type": { "tag": "struct", "ns": 679193776, "name": "", "id": 37, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/__stddef_max_align_t.h:19:9", "bit-size": 256, "bit-alignment": 128, "fields": [{ "tag": "field", "name": "__clang_max_align_nonce1", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "__clang_max_align_nonce2", "bit-offset": 128, "bit-size": 128, "bit-alignment": 128, "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }] } }, +{ "tag": "function", "name": "memcpy", "ns": 0, "location": "/usr/include/string.h:43:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "memmove", "ns": 0, "location": "/usr/include/string.h:47:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "memccpy", "ns": 0, "location": "/usr/include/string.h:54:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "memset", "ns": 0, "location": "/usr/include/string.h:61:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "memcmp", "ns": 0, "location": "/usr/include/string.h:64:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__memcmpeq", "ns": 0, "location": "/usr/include/string.h:80:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "memchr", "ns": 0, "location": "/usr/include/string.h:107:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "strcpy", "ns": 0, "location": "/usr/include/string.h:141:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strncpy", "ns": 0, "location": "/usr/include/string.h:144:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strcat", "ns": 0, "location": "/usr/include/string.h:149:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strncat", "ns": 0, "location": "/usr/include/string.h:152:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strcmp", "ns": 0, "location": "/usr/include/string.h:156:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strncmp", "ns": 0, "location": "/usr/include/string.h:159:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strcoll", "ns": 0, "location": "/usr/include/string.h:163:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strxfrm", "ns": 0, "location": "/usr/include/string.h:166:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "struct", "ns": 0, "name": "__locale_struct", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__locale_t.h:27:8", "bit-size": 1856, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__locales", "bit-offset": 0, "bit-size": 832, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 2147823642, "name": "__locale_data", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__locale_t.h:30:10", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, "size": 13 } }, { "tag": "field", "name": "__ctype_b", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } } }, { "tag": "field", "name": "__ctype_tolower", "bit-offset": 896, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "field", "name": "__ctype_toupper", "bit-offset": 960, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "field", "name": "__names", "bit-offset": 1024, "bit-size": 832, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "size": 13 } }] }, +{ "tag": "struct", "ns": 39, "name": "__locale_data", "id": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__locale_t.h:30:10", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "__locale_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/__locale_t.h:41:33", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "__locale_struct", "id": 39 } } }, +{ "tag": "typedef", "ns": 0, "name": "locale_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/locale_t.h:24:20", "type": { "tag": "__locale_t" } }, +{ "tag": "function", "name": "strcoll_l", "ns": 0, "location": "/usr/include/string.h:175:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strxfrm_l", "ns": 0, "location": "/usr/include/string.h:179:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "strdup", "ns": 0, "location": "/usr/include/string.h:187:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strndup", "ns": 0, "location": "/usr/include/string.h:195:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__string", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strchr", "ns": 0, "location": "/usr/include/string.h:246:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strrchr", "ns": 0, "location": "/usr/include/string.h:273:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strcspn", "ns": 0, "location": "/usr/include/string.h:293:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__reject", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strspn", "ns": 0, "location": "/usr/include/string.h:297:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__accept", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strpbrk", "ns": 0, "location": "/usr/include/string.h:323:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__accept", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strstr", "ns": 0, "location": "/usr/include/string.h:350:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__haystack", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__needle", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strtok", "ns": 0, "location": "/usr/include/string.h:356:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "__strtok_r", "ns": 0, "location": "/usr/include/string.h:361:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__save_ptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strtok_r", "ns": 0, "location": "/usr/include/string.h:366:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__save_ptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strlen", "ns": 0, "location": "/usr/include/string.h:407:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strnlen", "ns": 0, "location": "/usr/include/string.h:413:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__string", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "strerror", "ns": 0, "location": "/usr/include/string.h:419:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__errnum", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strerror_r", "ns": 0, "location": "/usr/include/string.h:432:12 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__errnum", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__buflen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strerror_l", "ns": 0, "location": "/usr/include/string.h:458:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__errnum", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "bcmp", "ns": 0, "location": "/usr/include/strings.h:34:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "bcopy", "ns": 0, "location": "/usr/include/strings.h:38:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "bzero", "ns": 0, "location": "/usr/include/strings.h:42:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "index", "ns": 0, "location": "/usr/include/strings.h:68:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "rindex", "ns": 0, "location": "/usr/include/strings.h:96:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "ffs", "ns": 0, "location": "/usr/include/strings.h:104:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__i", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ffsl", "ns": 0, "location": "/usr/include/strings.h:110:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__l", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ffsll", "ns": 0, "location": "/usr/include/strings.h:111:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ll", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strcasecmp", "ns": 0, "location": "/usr/include/strings.h:116:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strncasecmp", "ns": 0, "location": "/usr/include/strings.h:120:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strcasecmp_l", "ns": 0, "location": "/usr/include/strings.h:128:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strncasecmp_l", "ns": 0, "location": "/usr/include/strings.h:133:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "explicit_bzero", "ns": 0, "location": "/usr/include/string.h:466:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "strsep", "ns": 0, "location": "/usr/include/string.h:471:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stringp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strsignal", "ns": 0, "location": "/usr/include/string.h:478:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "__stpcpy", "ns": 0, "location": "/usr/include/string.h:489:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "stpcpy", "ns": 0, "location": "/usr/include/string.h:491:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "__stpncpy", "ns": 0, "location": "/usr/include/string.h:496:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "stpncpy", "ns": 0, "location": "/usr/include/string.h:499:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "wint_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/wint_t.h:20:23", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "mbstate_t", "location": "/usr/include/powerpc64-linux-gnu/bits/types/mbstate_t.h:6:21", "type": { "tag": "__mbstate_t" } }, +{ "tag": "struct", "ns": 0, "name": "tm", "id": 0, "location": "/usr/include/wchar.h:83:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "function", "name": "wcscpy", "ns": 0, "location": "/usr/include/wchar.h:87:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcsncpy", "ns": 0, "location": "/usr/include/wchar.h:92:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcscat", "ns": 0, "location": "/usr/include/wchar.h:97:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcsncat", "ns": 0, "location": "/usr/include/wchar.h:101:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcscmp", "ns": 0, "location": "/usr/include/wchar.h:106:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsncmp", "ns": 0, "location": "/usr/include/wchar.h:109:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcscasecmp", "ns": 0, "location": "/usr/include/wchar.h:114:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsncasecmp", "ns": 0, "location": "/usr/include/wchar.h:117:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcscasecmp_l", "ns": 0, "location": "/usr/include/wchar.h:122:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsncasecmp_l", "ns": 0, "location": "/usr/include/wchar.h:125:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcscoll", "ns": 0, "location": "/usr/include/wchar.h:131:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsxfrm", "ns": 0, "location": "/usr/include/wchar.h:135:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcscoll_l", "ns": 0, "location": "/usr/include/wchar.h:144:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsxfrm_l", "ns": 0, "location": "/usr/include/wchar.h:150:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcsdup", "ns": 0, "location": "/usr/include/wchar.h:154:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcschr", "ns": 0, "location": "/usr/include/wchar.h:165:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "wcsrchr", "ns": 0, "location": "/usr/include/wchar.h:175:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcscspn", "ns": 0, "location": "/usr/include/wchar.h:188:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__reject", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcsspn", "ns": 0, "location": "/usr/include/wchar.h:192:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__accept", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcspbrk", "ns": 0, "location": "/usr/include/wchar.h:202:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__accept", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcsstr", "ns": 0, "location": "/usr/include/wchar.h:213:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__haystack", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__needle", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcstok", "ns": 0, "location": "/usr/include/wchar.h:218:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcslen", "ns": 0, "location": "/usr/include/wchar.h:223:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcsnlen", "ns": 0, "location": "/usr/include/wchar.h:241:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wmemchr", "ns": 0, "location": "/usr/include/wchar.h:254:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "wmemcmp", "ns": 0, "location": "/usr/include/wchar.h:259:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wmemcpy", "ns": 0, "location": "/usr/include/wchar.h:263:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "wmemmove", "ns": 0, "location": "/usr/include/wchar.h:268:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "wmemset", "ns": 0, "location": "/usr/include/wchar.h:272:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "btowc", "ns": 0, "location": "/usr/include/wchar.h:285:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "wctob", "ns": 0, "location": "/usr/include/wchar.h:289:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": "wint_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mbsinit", "ns": 0, "location": "/usr/include/wchar.h:293:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mbrtowc", "ns": 0, "location": "/usr/include/wchar.h:297:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pwc", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__p", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcrtomb", "ns": 0, "location": "/usr/include/wchar.h:302:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "__mbrlen", "ns": 0, "location": "/usr/include/wchar.h:306:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "mbrlen", "ns": 0, "location": "/usr/include/wchar.h:308:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "mbsrtowcs", "ns": 0, "location": "/usr/include/wchar.h:338:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dst", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcsrtombs", "ns": 0, "location": "/usr/include/wchar.h:344:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "mbsnrtowcs", "ns": 0, "location": "/usr/include/wchar.h:352:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dst", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__nmc", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcsnrtombs", "ns": 0, "location": "/usr/include/wchar.h:358:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__nwc", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcstod", "ns": 0, "location": "/usr/include/wchar.h:378:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcstof", "ns": 0, "location": "/usr/include/wchar.h:383:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcstold", "ns": 0, "location": "/usr/include/wchar.h:385:20", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "wcstol", "ns": 0, "location": "/usr/include/wchar.h:429:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcstoul", "ns": 0, "location": "/usr/include/wchar.h:434:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcstoll", "ns": 0, "location": "/usr/include/wchar.h:442:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcstoull", "ns": 0, "location": "/usr/include/wchar.h:449:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcpcpy", "ns": 0, "location": "/usr/include/wchar.h:552:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcpncpy", "ns": 0, "location": "/usr/include/wchar.h:557:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "open_wmemstream", "ns": 0, "location": "/usr/include/wchar.h:581:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__bufloc", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__sizeloc", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, +{ "tag": "function", "name": "fwide", "ns": 0, "location": "/usr/include/wchar.h:588:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__fp", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__mode", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fwprintf", "ns": 0, "location": "/usr/include/wchar.h:595:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wprintf", "ns": 0, "location": "/usr/include/wchar.h:602:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "swprintf", "ns": 0, "location": "/usr/include/wchar.h:605:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfwprintf", "ns": 0, "location": "/usr/include/wchar.h:613:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vwprintf", "ns": 0, "location": "/usr/include/wchar.h:621:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vswprintf", "ns": 0, "location": "/usr/include/wchar.h:626:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fwscanf", "ns": 0, "location": "/usr/include/wchar.h:636:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wscanf", "ns": 0, "location": "/usr/include/wchar.h:643:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "swscanf", "ns": 0, "location": "/usr/include/wchar.h:646:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fwscanf", "ns": 0, "location": "/usr/include/wchar.h:657:12 ", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wscanf", "ns": 0, "location": "/usr/include/wchar.h:661:12 ", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "swscanf", "ns": 0, "location": "/usr/include/wchar.h:664:12 ", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfwscanf", "ns": 0, "location": "/usr/include/wchar.h:688:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vwscanf", "ns": 0, "location": "/usr/include/wchar.h:696:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vswscanf", "ns": 0, "location": "/usr/include/wchar.h:700:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfwscanf", "ns": 0, "location": "/usr/include/wchar.h:711:12 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vwscanf", "ns": 0, "location": "/usr/include/wchar.h:715:12 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vswscanf", "ns": 0, "location": "/usr/include/wchar.h:718:12 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fgetwc", "ns": 0, "location": "/usr/include/wchar.h:744:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "getwc", "ns": 0, "location": "/usr/include/wchar.h:745:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "getwchar", "ns": 0, "location": "/usr/include/wchar.h:751:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "fputwc", "ns": 0, "location": "/usr/include/wchar.h:758:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "putwc", "ns": 0, "location": "/usr/include/wchar.h:759:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "putwchar", "ns": 0, "location": "/usr/include/wchar.h:765:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "fgetws", "ns": 0, "location": "/usr/include/wchar.h:773:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ws", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "fputws", "ns": 0, "location": "/usr/include/wchar.h:780:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ws", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ungetwc", "ns": 0, "location": "/usr/include/wchar.h:788:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wc", "type": { "tag": "wint_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "wcsftime", "ns": 0, "location": "/usr/include/wchar.h:852:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__maxsize", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__tp", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 39, "name": "tm", "id": 0, "location": "/usr/include/wchar.h:83:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint8_t", "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-uintn.h:24:19", "type": { "tag": "__uint8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint16_t", "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-uintn.h:25:20", "type": { "tag": "__uint16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint32_t", "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-uintn.h:26:20", "type": { "tag": "__uint32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint64_t", "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-uintn.h:27:20", "type": { "tag": "__uint64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_least8_t", "location": "/usr/include/stdint.h:43:24", "type": { "tag": "__int_least8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_least16_t", "location": "/usr/include/stdint.h:44:25", "type": { "tag": "__int_least16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_least32_t", "location": "/usr/include/stdint.h:45:25", "type": { "tag": "__int_least32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_least64_t", "location": "/usr/include/stdint.h:46:25", "type": { "tag": "__int_least64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint_least8_t", "location": "/usr/include/stdint.h:49:25", "type": { "tag": "__uint_least8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint_least16_t", "location": "/usr/include/stdint.h:50:26", "type": { "tag": "__uint_least16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint_least32_t", "location": "/usr/include/stdint.h:51:26", "type": { "tag": "__uint_least32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint_least64_t", "location": "/usr/include/stdint.h:52:26", "type": { "tag": "__uint_least64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_fast8_t", "location": "/usr/include/stdint.h:58:22", "type": { "tag": ":signed-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "int_fast16_t", "location": "/usr/include/stdint.h:60:19", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "int_fast32_t", "location": "/usr/include/stdint.h:61:19", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "int_fast64_t", "location": "/usr/include/stdint.h:62:19", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "uint_fast8_t", "location": "/usr/include/stdint.h:71:24", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "uint_fast16_t", "location": "/usr/include/stdint.h:73:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "uint_fast32_t", "location": "/usr/include/stdint.h:74:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "uint_fast64_t", "location": "/usr/include/stdint.h:75:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "intptr_t", "location": "/usr/include/stdint.h:87:19", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "uintptr_t", "location": "/usr/include/stdint.h:90:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "intmax_t", "location": "/usr/include/stdint.h:101:21", "type": { "tag": "__intmax_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uintmax_t", "location": "/usr/include/stdint.h:102:22", "type": { "tag": "__uintmax_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__gwchar_t", "location": "/usr/include/inttypes.h:34:24", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "imaxdiv_t", "location": "/usr/include/inttypes.h:275:5", "type": { "tag": "struct", "ns": 679516448, "name": "", "id": 41, "location": "/usr/include/inttypes.h:271:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "quot", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "rem", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "function", "name": "imaxabs", "ns": 0, "location": "/usr/include/inttypes.h:290:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__n", "type": { "tag": "intmax_t" } }], "return-type": { "tag": "intmax_t" } }, +{ "tag": "function", "name": "imaxdiv", "ns": 0, "location": "/usr/include/inttypes.h:293:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__numer", "type": { "tag": "intmax_t" } }, { "tag": "parameter", "name": "__denom", "type": { "tag": "intmax_t" } }], "return-type": { "tag": "imaxdiv_t" } }, +{ "tag": "function", "name": "strtoimax", "ns": 0, "location": "/usr/include/inttypes.h:297:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "intmax_t" } }, +{ "tag": "function", "name": "strtoumax", "ns": 0, "location": "/usr/include/inttypes.h:301:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "uintmax_t" } }, +{ "tag": "function", "name": "wcstoimax", "ns": 0, "location": "/usr/include/inttypes.h:305:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "__gwchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "__gwchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "intmax_t" } }, +{ "tag": "function", "name": "wcstoumax", "ns": 0, "location": "/usr/include/inttypes.h:310:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "__gwchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "__gwchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "uintmax_t" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 42, "location": "/usr/include/ctype.h:46:1", "fields": [{ "tag": "field", "name": "_ISupper", "value": 1 }, { "tag": "field", "name": "_ISlower", "value": 2 }, { "tag": "field", "name": "_ISalpha", "value": 4 }, { "tag": "field", "name": "_ISdigit", "value": 8 }, { "tag": "field", "name": "_ISxdigit", "value": 16 }, { "tag": "field", "name": "_ISspace", "value": 32 }, { "tag": "field", "name": "_ISprint", "value": 64 }, { "tag": "field", "name": "_ISgraph", "value": 128 }, { "tag": "field", "name": "_ISblank", "value": 256 }, { "tag": "field", "name": "_IScntrl", "value": 512 }, { "tag": "field", "name": "_ISpunct", "value": 1024 }, { "tag": "field", "name": "_ISalnum", "value": 2048 }] }, +{ "tag": "function", "name": "__ctype_b_loc", "ns": 0, "location": "/usr/include/ctype.h:79:35", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } } } }, +{ "tag": "function", "name": "__ctype_tolower_loc", "ns": 0, "location": "/usr/include/ctype.h:81:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "__int32_t" } } } }, +{ "tag": "function", "name": "__ctype_toupper_loc", "ns": 0, "location": "/usr/include/ctype.h:83:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "__int32_t" } } } }, +{ "tag": "function", "name": "isalnum", "ns": 0, "location": "/usr/include/ctype.h:108:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isalpha", "ns": 0, "location": "/usr/include/ctype.h:109:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "iscntrl", "ns": 0, "location": "/usr/include/ctype.h:110:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isdigit", "ns": 0, "location": "/usr/include/ctype.h:111:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "islower", "ns": 0, "location": "/usr/include/ctype.h:112:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isgraph", "ns": 0, "location": "/usr/include/ctype.h:113:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isprint", "ns": 0, "location": "/usr/include/ctype.h:114:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ispunct", "ns": 0, "location": "/usr/include/ctype.h:115:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isspace", "ns": 0, "location": "/usr/include/ctype.h:116:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isupper", "ns": 0, "location": "/usr/include/ctype.h:117:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isxdigit", "ns": 0, "location": "/usr/include/ctype.h:118:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tolower", "ns": 0, "location": "/usr/include/ctype.h:122:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "toupper", "ns": 0, "location": "/usr/include/ctype.h:125:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isblank", "ns": 0, "location": "/usr/include/ctype.h:130:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isascii", "ns": 0, "location": "/usr/include/ctype.h:142:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "toascii", "ns": 0, "location": "/usr/include/ctype.h:146:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "_toupper", "ns": 0, "location": "/usr/include/ctype.h:150:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "_tolower", "ns": 0, "location": "/usr/include/ctype.h:151:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isalnum_l", "ns": 0, "location": "/usr/include/ctype.h:251:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isalpha_l", "ns": 0, "location": "/usr/include/ctype.h:252:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "iscntrl_l", "ns": 0, "location": "/usr/include/ctype.h:253:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isdigit_l", "ns": 0, "location": "/usr/include/ctype.h:254:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "islower_l", "ns": 0, "location": "/usr/include/ctype.h:255:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isgraph_l", "ns": 0, "location": "/usr/include/ctype.h:256:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isprint_l", "ns": 0, "location": "/usr/include/ctype.h:257:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ispunct_l", "ns": 0, "location": "/usr/include/ctype.h:258:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isspace_l", "ns": 0, "location": "/usr/include/ctype.h:259:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isupper_l", "ns": 0, "location": "/usr/include/ctype.h:260:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isxdigit_l", "ns": 0, "location": "/usr/include/ctype.h:261:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isblank_l", "ns": 0, "location": "/usr/include/ctype.h:263:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__tolower_l", "ns": 0, "location": "/usr/include/ctype.h:267:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tolower_l", "ns": 0, "location": "/usr/include/ctype.h:268:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__toupper_l", "ns": 0, "location": "/usr/include/ctype.h:271:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "toupper_l", "ns": 0, "location": "/usr/include/ctype.h:272:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "float_t", "location": "/usr/include/math.h:163:15", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "double_t", "location": "/usr/include/math.h:164:16", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fpclassify", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:20:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__signbit", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:24:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isinf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:29:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__finite", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:33:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isnan", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:37:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__iseqsig", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:41:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__issignaling", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:44:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "acos", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:53:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__acos", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:53:1 :151:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "asin", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:55:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__asin", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:55:1 :153:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atan", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:57:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__atan", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:57:1 :155:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atan2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:59:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__atan2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:59:1 :157:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "cos", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:62:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__cos", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:62:1 :159:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "sin", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:64:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__sin", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:64:1 :161:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "tan", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:66:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__tan", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:66:1 :163:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "cosh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:71:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__cosh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:71:1 :165:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "sinh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:73:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__sinh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:73:1 :167:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "tanh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:75:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__tanh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:75:1 :169:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "acosh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:85:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__acosh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:85:1 :171:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "asinh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:87:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__asinh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:87:1 :173:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atanh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:89:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__atanh", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:89:1 :175:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "exp", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:95:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__exp", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:95:1 :177:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "frexp", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:98:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__frexp", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:98:1 :178:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "ldexp", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:101:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__ldexp", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:101:1 :179:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "log", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:104:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__log", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:104:1 :181:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "log10", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:107:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__log10", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:107:1 :183:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "modf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:110:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__modf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:110:1 :184:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "expm1", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:119:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__expm1", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:119:1 :187:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "log1p", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:122:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__log1p", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:122:1 :189:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "logb", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:125:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__logb", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:125:1 :190:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "exp2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:130:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__exp2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:130:1 :192:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "log2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:133:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__log2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:133:1 :194:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "pow", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:140:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__pow", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:140:1 :196:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "sqrt", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:143:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__sqrt", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:143:1 :197:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "hypot", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:147:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__hypot", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:147:1 :199:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "cbrt", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:152:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__cbrt", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:152:1 :201:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "ceil", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:159:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__ceil", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:159:1 :202:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fabs", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:162:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fabs", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:162:1 :203:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "floor", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:165:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__floor", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:165:1 :204:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fmod", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:168:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fmod", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:168:1 :205:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "isinf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:177:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "finite", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:183:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "drem", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:187:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__drem", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:187:1 :206:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "significand", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:191:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__significand", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:191:1 :207:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "copysign", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:198:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__copysign", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:198:1 :208:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nan", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:203:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__nan", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:203:1 :209:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "isnan", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:213:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "j0", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:220:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__j0", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:220:1 :210:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "j1", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:221:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__j1", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:221:1 :211:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "jn", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:222:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__jn", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:222:1 :212:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "y0", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:223:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__y0", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:223:1 :213:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "y1", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:224:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__y1", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:224:1 :214:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "yn", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:225:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__yn", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:225:1 :215:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "erf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:231:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__erf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:231:1 :217:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "erfc", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:232:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__erfc", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:232:1 :219:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lgamma", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:233:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lgamma", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:233:1 :220:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "tgamma", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:238:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__tgamma", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:238:1 :221:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "gamma", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:244:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__gamma", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:244:1 :222:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lgamma_r", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:252:1 :223:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lgamma_r", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:252:1 :225:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "rint", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:259:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__rint", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:259:1 :226:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nextafter", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:262:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__nextafter", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:262:1 :227:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nexttoward", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:264:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__nexttoward", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:264:1 :228:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "remainder", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:275:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__remainder", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:275:1 :230:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "scalbn", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:279:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__scalbn", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:279:1 :231:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "ilogb", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:283:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ilogb", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:283:1 :232:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalbln", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:293:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__scalbln", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:293:1 :234:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nearbyint", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:297:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__nearbyint", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:297:1 :235:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "round", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:301:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__round", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:301:1 :236:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "trunc", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:305:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__trunc", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:305:1 :237:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "remquo", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:310:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__remquo", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:310:1 :238:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lrint", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:317:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lrint", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:317:1 :239:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llrint", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:319:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llrint", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:319:1 :240:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lround", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:323:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lround", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:323:1 :241:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llround", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:325:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llround", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:325:1 :242:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fdim", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:329:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fdim", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:329:1 :243:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fmax", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:333:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fmax", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:333:1 :245:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fmin", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:336:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fmin", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:336:1 :246:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fma", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:340:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fma", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:340:1 :247:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "scalb", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:435:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__scalb", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:435:1 :6:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fpclassifyf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:20:1 :7:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__signbitf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:24:1 :8:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isinff", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:29:1 :9:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__finitef", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:33:1 :10:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isnanf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:37:1 :11:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__iseqsigf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:41:1 :12:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__issignalingf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:44:1 :13:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "acosf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:53:1 :16:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__acosf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:53:1 :18:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "asinf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:55:1 :21:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__asinf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:55:1 :23:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "atanf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:57:1 :26:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__atanf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:57:1 :28:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "atan2f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:59:1 :31:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__atan2f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:59:1 :33:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "cosf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:62:1 :36:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__cosf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:62:1 :38:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sinf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:64:1 :41:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__sinf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:64:1 :43:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tanf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:66:1 :46:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__tanf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:66:1 :48:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "coshf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:71:1 :51:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__coshf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:71:1 :53:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sinhf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:73:1 :56:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__sinhf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:73:1 :58:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tanhf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:75:1 :61:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__tanhf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:75:1 :63:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "acoshf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:85:1 :66:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__acoshf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:85:1 :68:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "asinhf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:87:1 :71:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__asinhf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:87:1 :73:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "atanhf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:89:1 :76:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__atanhf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:89:1 :78:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "expf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:95:1 :81:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__expf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:95:1 :83:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "frexpf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:98:1 :84:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__frexpf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:98:1 :86:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ldexpf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:101:1 :87:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ldexpf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:101:1 :89:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "logf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:104:1 :92:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__logf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:104:1 :94:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "log10f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:107:1 :97:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__log10f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:107:1 :99:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "modff", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:110:1 :100:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__modff", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:110:1 :102:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "expm1f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:119:1 :106:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__expm1f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:119:1 :108:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "log1pf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:122:1 :111:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__log1pf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:122:1 :113:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "logbf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:125:1 :114:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__logbf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:125:1 :116:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "exp2f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:130:1 :119:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__exp2f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:130:1 :121:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "log2f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:133:1 :124:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__log2f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:133:1 :126:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "powf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:140:1 :129:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__powf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:140:1 :131:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sqrtf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:143:1 :132:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__sqrtf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:143:1 :134:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "hypotf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:147:1 :137:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__hypotf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:147:1 :139:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "cbrtf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:152:1 :142:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__cbrtf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:152:1 :144:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ceilf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:159:1 :145:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ceilf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:159:1 :147:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fabsf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:162:1 :148:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fabsf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:162:1 :150:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "floorf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:165:1 :151:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__floorf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:165:1 :153:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fmodf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:168:1 :154:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fmodf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:168:1 :156:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isinff", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:177:1 :157:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "finitef", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:183:1 :158:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "dremf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:187:1 :159:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__dremf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:187:1 :161:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "significandf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:191:1 :162:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__significandf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:191:1 :164:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "copysignf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:198:1 :165:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__copysignf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:198:1 :167:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nanf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:203:1 :168:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__nanf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:203:1 :170:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isnanf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:213:1 :171:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "j0f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:220:1 :172:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__j0f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:220:1 :174:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "j1f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:221:1 :175:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__j1f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:221:1 :177:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "jnf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:222:1 :178:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__jnf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:222:1 :180:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "y0f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:223:1 :181:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__y0f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:223:1 :183:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "y1f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:224:1 :184:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__y1f", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:224:1 :186:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ynf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:225:1 :187:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ynf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:225:1 :189:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "erff", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:231:1 :192:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__erff", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:231:1 :194:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "erfcf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:232:1 :197:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__erfcf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:232:1 :199:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lgammaf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:233:1 :200:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__lgammaf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:233:1 :202:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tgammaf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:238:1 :203:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__tgammaf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:238:1 :205:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "gammaf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:244:1 :206:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__gammaf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:244:1 :208:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lgammaf_r", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:252:1 :210:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__lgammaf_r", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:252:1 :213:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "rintf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:259:1 :214:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__rintf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:259:1 :216:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nextafterf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:262:1 :217:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__nextafterf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:262:1 :219:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nexttowardf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:264:1 :220:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__nexttowardf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:264:1 :222:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "remainderf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:275:1 :224:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__remainderf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:275:1 :226:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalbnf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:279:1 :227:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__scalbnf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:279:1 :229:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ilogbf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:283:1 :230:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ilogbf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:283:1 :232:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalblnf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:293:1 :234:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__scalblnf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:293:1 :236:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nearbyintf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:297:1 :237:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__nearbyintf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:297:1 :239:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "roundf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:301:1 :240:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__roundf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:301:1 :242:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "truncf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:305:1 :243:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__truncf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:305:1 :245:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "remquof", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:310:1 :246:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__remquof", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:310:1 :248:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lrintf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:317:1 :249:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lrintf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:317:1 :251:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llrintf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:319:1 :252:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llrintf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:319:1 :254:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lroundf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:323:1 :255:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lroundf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:323:1 :257:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llroundf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:325:1 :258:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llroundf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:325:1 :260:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fdimf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:329:1 :261:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fdimf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:329:1 :263:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fmaxf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:333:1 :265:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fmaxf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:333:1 :267:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fminf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:336:1 :268:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fminf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:336:1 :270:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fmaf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:340:1 :271:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fmaf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:340:1 :273:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalbf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:435:1 :279:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__scalbf", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:435:1 :281:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fpclassifyl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:20:1 :282:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__signbitl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:24:1 :283:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isinfl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:29:1 :284:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__finitel", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:33:1 :285:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isnanl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:37:1 :286:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__iseqsigl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:41:1 :287:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__issignalingl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls-helper-functions.h:44:1 :288:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "acosl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:53:1 :291:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__acosl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:53:1 :293:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "asinl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:55:1 :296:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__asinl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:55:1 :298:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "atanl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:57:1 :301:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__atanl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:57:1 :303:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "atan2l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:59:1 :306:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__atan2l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:59:1 :308:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "cosl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:62:1 :311:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__cosl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:62:1 :313:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "sinl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:64:1 :316:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__sinl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:64:1 :318:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "tanl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:66:1 :321:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__tanl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:66:1 :323:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "coshl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:71:1 :326:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__coshl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:71:1 :328:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "sinhl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:73:1 :331:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__sinhl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:73:1 :333:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "tanhl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:75:1 :336:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__tanhl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:75:1 :338:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "acoshl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:85:1 :341:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__acoshl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:85:1 :343:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "asinhl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:87:1 :346:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__asinhl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:87:1 :348:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "atanhl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:89:1 :351:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__atanhl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:89:1 :353:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "expl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:95:1 :356:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__expl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:95:1 :358:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "frexpl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:98:1 :359:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__frexpl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:98:1 :361:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "ldexpl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:101:1 :362:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__ldexpl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:101:1 :364:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "logl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:104:1 :367:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__logl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:104:1 :369:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "log10l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:107:1 :372:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__log10l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:107:1 :374:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "modfl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:110:1 :375:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__modfl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:110:1 :377:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "expm1l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:119:1 :381:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__expm1l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:119:1 :383:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "log1pl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:122:1 :386:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__log1pl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:122:1 :388:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "logbl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:125:1 :389:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__logbl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:125:1 :2:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "exp2l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:130:1 :5:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__exp2l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:130:1 :7:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "log2l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:133:1 :10:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__log2l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:133:1 :12:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "powl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:140:1 :15:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__powl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:140:1 :17:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "sqrtl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:143:1 :18:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__sqrtl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:143:1 :20:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "hypotl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:147:1 :23:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__hypotl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:147:1 :25:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "cbrtl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:152:1 :28:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__cbrtl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:152:1 :30:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "ceill", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:159:1 :31:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__ceill", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:159:1 :33:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fabsl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:162:1 :34:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fabsl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:162:1 :36:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "floorl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:165:1 :37:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__floorl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:165:1 :39:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fmodl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:168:1 :40:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fmodl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:168:1 :42:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "isinfl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:177:1 :43:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "finitel", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:183:1 :44:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "dreml", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:187:1 :45:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__dreml", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:187:1 :47:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "significandl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:191:1 :48:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__significandl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:191:1 :50:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "copysignl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:198:1 :51:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__copysignl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:198:1 :53:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "nanl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:203:1 :54:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__nanl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:203:1 :56:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "isnanl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:213:1 :57:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "j0l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:220:1 :58:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__j0l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:220:1 :60:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "j1l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:221:1 :61:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__j1l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:221:1 :63:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "jnl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:222:1 :64:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__jnl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:222:1 :66:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "y0l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:223:1 :67:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__y0l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:223:1 :69:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "y1l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:224:1 :70:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__y1l", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:224:1 :72:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "ynl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:225:1 :73:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__ynl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:225:1 :75:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "erfl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:231:1 :78:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__erfl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:231:1 :80:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "erfcl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:232:1 :83:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__erfcl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:232:1 :85:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "lgammal", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:233:1 :86:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__lgammal", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:233:1 :88:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "tgammal", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:238:1 :89:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__tgammal", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:238:1 :91:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "gammal", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:244:1 :92:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__gammal", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:244:1 :94:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "lgammal_r", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:252:1 :96:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__lgammal_r", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:252:1 :99:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "rintl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:259:1 :100:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__rintl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:259:1 :102:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "nextafterl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:262:1 :103:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__nextafterl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:262:1 :105:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "nexttowardl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:264:1 :106:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__nexttowardl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:264:1 :108:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "remainderl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:275:1 :110:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__remainderl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:275:1 :112:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "scalbnl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:279:1 :113:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__scalbnl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:279:1 :115:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "ilogbl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:283:1 :116:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ilogbl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:283:1 :118:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalblnl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:293:1 :120:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__scalblnl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:293:1 :122:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "nearbyintl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:297:1 :123:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__nearbyintl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:297:1 :125:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "roundl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:301:1 :126:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__roundl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:301:1 :128:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "truncl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:305:1 :129:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__truncl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:305:1 :131:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "remquol", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:310:1 :132:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__remquol", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:310:1 :134:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "lrintl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:317:1 :135:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lrintl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:317:1 :137:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llrintl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:319:1 :138:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llrintl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:319:1 :140:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lroundl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:323:1 :141:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lroundl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:323:1 :143:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llroundl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:325:1 :144:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llroundl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:325:1 :146:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fdiml", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:329:1 :147:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fdiml", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:329:1 :149:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fmaxl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:333:1 :151:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fmaxl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:333:1 :153:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fminl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:336:1 :154:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fminl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:336:1 :156:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fmal", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:340:1 :157:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fmal", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:340:1 :159:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "scalbl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:435:1 :165:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__scalbl", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/mathcalls.h:435:1 :167:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "extern", "name": "signgam", "ns": 0, "location": "/usr/include/math.h:854:12", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 43, "location": "/usr/include/math.h:934:1", "fields": [{ "tag": "field", "name": "FP_NAN", "value": 0 }, { "tag": "field", "name": "FP_INFINITE", "value": 1 }, { "tag": "field", "name": "FP_ZERO", "value": 2 }, { "tag": "field", "name": "FP_SUBNORMAL", "value": 3 }, { "tag": "field", "name": "FP_NORMAL", "value": 4 }] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 44, "location": "/usr/include/SDL2/SDL_stdinc.h:180:9", "fields": [{ "tag": "field", "name": "SDL_FALSE", "value": 0 }, { "tag": "field", "name": "SDL_TRUE", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_bool", "location": "/usr/include/SDL2/SDL_stdinc.h:184:3", "type": { "tag": ":enum", "name": "", "id": 44 } }, +{ "tag": "typedef", "ns": 0, "name": "Sint8", "location": "/usr/include/SDL2/SDL_stdinc.h:192:16", "type": { "tag": "int8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Uint8", "location": "/usr/include/SDL2/SDL_stdinc.h:198:17", "type": { "tag": "uint8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Sint16", "location": "/usr/include/SDL2/SDL_stdinc.h:204:17", "type": { "tag": "int16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Uint16", "location": "/usr/include/SDL2/SDL_stdinc.h:210:18", "type": { "tag": "uint16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Sint32", "location": "/usr/include/SDL2/SDL_stdinc.h:216:17", "type": { "tag": "int32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Uint32", "location": "/usr/include/SDL2/SDL_stdinc.h:222:18", "type": { "tag": "uint32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Sint64", "location": "/usr/include/SDL2/SDL_stdinc.h:229:17", "type": { "tag": "int64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Uint64", "location": "/usr/include/SDL2/SDL_stdinc.h:235:18", "type": { "tag": "uint64_t" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 45, "location": "/usr/include/SDL2/SDL_stdinc.h:411:9", "fields": [{ "tag": "field", "name": "DUMMY_ENUM_VALUE", "value": 0 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DUMMY_ENUM", "location": "/usr/include/SDL2/SDL_stdinc.h:414:3", "type": { "tag": ":enum", "name": "", "id": 45 } }, +{ "tag": "function", "name": "SDL_malloc", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:435:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_calloc", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:436:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_realloc", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:437:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_free", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:438:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_malloc_func", "location": "/usr/include/SDL2/SDL_stdinc.h:440:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_calloc_func", "location": "/usr/include/SDL2/SDL_stdinc.h:441:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_realloc_func", "location": "/usr/include/SDL2/SDL_stdinc.h:442:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_free_func", "location": "/usr/include/SDL2/SDL_stdinc.h:443:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_GetOriginalMemoryFunctions", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:450:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "malloc_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_malloc_func" } } }, { "tag": "parameter", "name": "calloc_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_calloc_func" } } }, { "tag": "parameter", "name": "realloc_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_realloc_func" } } }, { "tag": "parameter", "name": "free_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_free_func" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetMemoryFunctions", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:460:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "malloc_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_malloc_func" } } }, { "tag": "parameter", "name": "calloc_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_calloc_func" } } }, { "tag": "parameter", "name": "realloc_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_realloc_func" } } }, { "tag": "parameter", "name": "free_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_free_func" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetMemoryFunctions", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:470:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "malloc_func", "type": { "tag": "SDL_malloc_func" } }, { "tag": "parameter", "name": "calloc_func", "type": { "tag": "SDL_calloc_func" } }, { "tag": "parameter", "name": "realloc_func", "type": { "tag": "SDL_realloc_func" } }, { "tag": "parameter", "name": "free_func", "type": { "tag": "SDL_free_func" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetNumAllocations", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:480:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_getenv", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:482:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_setenv", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:483:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "overwrite", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_qsort", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:485:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "base", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "compare", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_bsearch", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:486:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "key", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "base", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "compare", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_abs", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:488:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isalpha", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:495:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isalnum", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:496:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isblank", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:497:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_iscntrl", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:498:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isdigit", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:499:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isxdigit", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:500:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_ispunct", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:501:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isspace", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:502:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isupper", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:503:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_islower", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:504:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isprint", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:505:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isgraph", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:506:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_toupper", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:507:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_tolower", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:508:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_crc16", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:510:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "crc", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_crc32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:511:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "crc", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_memset", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:513:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_memset4", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:525:23", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "val", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "dwords", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_memcpy", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:553:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_memmove", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:555:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_memcmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:556:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "s1", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "s2", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_wcslen", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:558:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "wstr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_wcslcpy", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:559:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_wcslcat", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:560:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_wcsdup", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:561:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "wstr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "SDL_wcsstr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:562:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haystack", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "needle", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "SDL_wcscmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:564:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_wcsncmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:565:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_wcscasecmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:566:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_wcsncasecmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:567:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_strlen", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:569:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_strlcpy", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:570:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_utf8strlcpy", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:571:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "dst_bytes", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_strlcat", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:572:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_strdup", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:573:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strrev", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:574:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strupr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:575:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strlwr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:576:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strchr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:577:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strrchr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:578:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strstr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:579:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haystack", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "needle", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strcasestr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:580:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haystack", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "needle", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strtokr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:581:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "saveptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_utf8strlen", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:582:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_utf8strnlen", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:583:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "bytes", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_itoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:585:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_uitoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:586:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ltoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:587:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ultoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:588:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_lltoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:589:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": "Sint64" } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ulltoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:590:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": "Uint64" } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_atoi", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:592:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_atof", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:593:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_strtol", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:594:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_strtoul", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:595:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_strtoll", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:596:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_strtoull", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:597:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_strtod", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:598:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_strcmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:600:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_strncmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:601:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_strcasecmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:602:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_strncasecmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:603:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_sscanf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:605:29", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_vsscanf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:606:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "ap", "type": { "tag": "va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_snprintf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:607:29", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_vsnprintf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:608:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "ap", "type": { "tag": "va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_asprintf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:609:29", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "strp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_vasprintf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:610:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "strp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "ap", "type": { "tag": "va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_acos", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:632:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_acosf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:633:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_asin", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:634:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_asinf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:635:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_atan", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:636:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_atanf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:637:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_atan2", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:638:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_atan2f", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:639:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_ceil", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:640:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_ceilf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:641:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_copysign", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:642:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_copysignf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:643:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_cos", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:644:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_cosf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:645:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_exp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:646:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_expf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:647:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_fabs", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:648:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_fabsf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:649:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_floor", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:650:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_floorf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:651:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_trunc", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:652:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_truncf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:653:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_fmod", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:654:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_fmodf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:655:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_log", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:656:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_logf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:657:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_log10", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:658:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_log10f", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:659:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_pow", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:660:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_powf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:661:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_round", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:662:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_roundf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:663:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_lround", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:664:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_lroundf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:665:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_scalbn", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:666:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_scalbnf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:667:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_sin", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:668:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_sinf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:669:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_sqrt", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:670:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_sqrtf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:671:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_tan", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:672:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_tanf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:673:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_iconv_t", "id": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:682:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_iconv_t", "location": "/usr/include/SDL2/SDL_stdinc.h:682:30", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_SDL_iconv_t", "id": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:682:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "function", "name": "SDL_iconv_open", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:683:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "tocode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "fromcode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_iconv_t" } }, +{ "tag": "function", "name": "SDL_iconv_close", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:685:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cd", "type": { "tag": "SDL_iconv_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_iconv", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:686:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cd", "type": { "tag": "SDL_iconv_t" } }, { "tag": "parameter", "name": "inbuf", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "inbytesleft", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "outbuf", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "outbytesleft", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_iconv_string", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:696:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "tocode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "fromcode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "inbuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "inbytesleft", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_memcpy4", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:766:24", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "dwords", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_size_mul_overflow", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:777:22", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "b", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "ret", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "_SDL_size_mul_overflow_builtin", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:792:22", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "b", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "ret", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_size_add_overflow", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:807:22", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "b", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "ret", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "_SDL_size_add_overflow_builtin", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:821:22", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "b", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "ret", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_main_func", "location": "/usr/include/SDL2/SDL_main.h:154:15", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_main", "ns": 0, "location": "/usr/include/SDL2/SDL_main.h:155:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "argc", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "argv", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetMainReady", "ns": 0, "location": "/usr/include/SDL2/SDL_main.h:171:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 47, "location": "/usr/include/SDL2/SDL_assert.h:108:9", "fields": [{ "tag": "field", "name": "SDL_ASSERTION_RETRY", "value": 0 }, { "tag": "field", "name": "SDL_ASSERTION_BREAK", "value": 1 }, { "tag": "field", "name": "SDL_ASSERTION_ABORT", "value": 2 }, { "tag": "field", "name": "SDL_ASSERTION_IGNORE", "value": 3 }, { "tag": "field", "name": "SDL_ASSERTION_ALWAYS_IGNORE", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AssertState", "location": "/usr/include/SDL2/SDL_assert.h:115:3", "type": { "tag": ":enum", "name": "", "id": 47 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AssertData", "id": 0, "location": "/usr/include/SDL2/SDL_assert.h:117:16", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "always_ignore", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "trigger_count", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "condition", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "filename", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "linenum", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "function", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "next", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "SDL_AssertData", "id": 48 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AssertData", "location": "/usr/include/SDL2/SDL_assert.h:126:3", "type": { "tag": ":struct", "name": "SDL_AssertData", "id": 48 } }, +{ "tag": "function", "name": "SDL_ReportAssertion", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:129:41", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "SDL_AssertData" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_AssertState" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AssertionHandler", "location": "/usr/include/SDL2/SDL_assert.h:196:35", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_SetAssertionHandler", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:220:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "handler", "type": { "tag": "SDL_AssertionHandler" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetDefaultAssertionHandler", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:239:46", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_AssertionHandler" } }, +{ "tag": "function", "name": "SDL_GetAssertionHandler", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:262:46", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "puserdata", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }], "return-type": { "tag": "SDL_AssertionHandler" } }, +{ "tag": "function", "name": "SDL_GetAssertionReport", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:290:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_AssertData" } } }, +{ "tag": "function", "name": "SDL_ResetAssertionReport", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:304:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SpinLock", "location": "/usr/include/SDL2/SDL_atomic.h:89:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AtomicTryLock", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:106:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "lock", "type": { "tag": ":pointer", "type": { "tag": "SDL_SpinLock" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_AtomicLock", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:121:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "lock", "type": { "tag": ":pointer", "type": { "tag": "SDL_SpinLock" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_AtomicUnlock", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:138:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "lock", "type": { "tag": ":pointer", "type": { "tag": "SDL_SpinLock" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MemoryBarrierReleaseFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:183:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MemoryBarrierAcquireFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:184:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_atomic_t", "location": "/usr/include/SDL2/SDL_atomic.h:263:31", "type": { "tag": "struct", "ns": 680860128, "name": "", "id": 49, "location": "/usr/include/SDL2/SDL_atomic.h:263:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "value", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "function", "name": "SDL_AtomicCAS", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:282:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_atomic_t" } } }, { "tag": "parameter", "name": "oldval", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "newval", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_AtomicSet", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:300:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_atomic_t" } } }, { "tag": "parameter", "name": "v", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AtomicGet", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:315:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_atomic_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AtomicAdd", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:334:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_atomic_t" } } }, { "tag": "parameter", "name": "v", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AtomicCASPtr", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:370:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }, { "tag": "parameter", "name": "oldval", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "newval", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_AtomicSetPtr", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:387:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }, { "tag": "parameter", "name": "v", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_AtomicGetPtr", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:403:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_SetError", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:66:29", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetError", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:103:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetErrorMsg", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:120:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "errstr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ClearError", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:130:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 50, "location": "/usr/include/SDL2/SDL_error.h:142:9", "fields": [{ "tag": "field", "name": "SDL_ENOMEM", "value": 0 }, { "tag": "field", "name": "SDL_EFREAD", "value": 1 }, { "tag": "field", "name": "SDL_EFWRITE", "value": 2 }, { "tag": "field", "name": "SDL_EFSEEK", "value": 3 }, { "tag": "field", "name": "SDL_UNSUPPORTED", "value": 4 }, { "tag": "field", "name": "SDL_LASTERROR", "value": 5 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_errorcode", "location": "/usr/include/SDL2/SDL_error.h:150:3", "type": { "tag": ":enum", "name": "", "id": 50 } }, +{ "tag": "function", "name": "SDL_Error", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:152:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "code", "type": { "tag": "SDL_errorcode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SwapFloat", "ns": 0, "location": "/usr/include/SDL2/SDL_endian.h:297:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_mutex", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:132:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_mutex", "location": "/usr/include/SDL2/SDL_mutex.h:133:26", "type": { "tag": "struct", "ns": 0, "name": "SDL_mutex", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:132:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_CreateMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:155:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }, +{ "tag": "function", "name": "SDL_LockMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:173:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_TryLockMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:196:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UnlockMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:215:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_DestroyMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:236:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_semaphore", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:247:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_sem", "location": "/usr/include/SDL2/SDL_mutex.h:248:30", "type": { "tag": "struct", "ns": 0, "name": "SDL_semaphore", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:247:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_CreateSemaphore", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:272:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "initial_value", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }, +{ "tag": "function", "name": "SDL_DestroySemaphore", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:291:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SemWait", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:318:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SemTryWait", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:342:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SemWaitTimeout", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:367:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }, { "tag": "parameter", "name": "timeout", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SemPost", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:385:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SemValue", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:397:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_cond", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:408:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_cond", "location": "/usr/include/SDL2/SDL_mutex.h:409:25", "type": { "tag": "struct", "ns": 0, "name": "SDL_cond", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:408:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_CreateCond", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:425:35", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }, +{ "tag": "function", "name": "SDL_DestroyCond", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:440:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_CondSignal", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:457:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CondBroadcast", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:474:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CondWait", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:502:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }, { "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CondWaitTimeout", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:531:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }, { "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }, { "tag": "parameter", "name": "ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Thread", "id": 0, "location": "/usr/include/SDL2/SDL_thread.h:56:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Thread", "location": "/usr/include/SDL2/SDL_thread.h:57:27", "type": { "tag": "struct", "ns": 0, "name": "SDL_Thread", "id": 0, "location": "/usr/include/SDL2/SDL_thread.h:56:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_threadID", "location": "/usr/include/SDL2/SDL_thread.h:60:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TLSID", "location": "/usr/include/SDL2/SDL_thread.h:63:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 55, "location": "/usr/include/SDL2/SDL_thread.h:75:9", "fields": [{ "tag": "field", "name": "SDL_THREAD_PRIORITY_LOW", "value": 0 }, { "tag": "field", "name": "SDL_THREAD_PRIORITY_NORMAL", "value": 1 }, { "tag": "field", "name": "SDL_THREAD_PRIORITY_HIGH", "value": 2 }, { "tag": "field", "name": "SDL_THREAD_PRIORITY_TIME_CRITICAL", "value": 3 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ThreadPriority", "location": "/usr/include/SDL2/SDL_thread.h:80:3", "type": { "tag": ":enum", "name": "", "id": 55 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ThreadFunction", "location": "/usr/include/SDL2/SDL_thread.h:88:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_CreateThread", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:208:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fn", "type": { "tag": "SDL_ThreadFunction" } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }, +{ "tag": "function", "name": "SDL_CreateThreadWithStackSize", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:254:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fn", "type": { "tag": "SDL_ThreadFunction" } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "stacksize", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }, +{ "tag": "function", "name": "SDL_GetThreadName", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:272:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "thread", "type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ThreadID", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:290:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_threadID" } }, +{ "tag": "function", "name": "SDL_GetThreadID", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:307:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "thread", "type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }], "return-type": { "tag": "SDL_threadID" } }, +{ "tag": "function", "name": "SDL_SetThreadPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:322:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "priority", "type": { "tag": "SDL_ThreadPriority" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_WaitThread", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:357:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "thread", "type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }, { "tag": "parameter", "name": "status", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DetachThread", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:393:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "thread", "type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_TLSCreate", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:408:35", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_TLSID" } }, +{ "tag": "function", "name": "SDL_TLSGet", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:422:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "SDL_TLSID" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_TLSSet", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:447:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "SDL_TLSID" } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "destructor", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_TLSCleanup", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:454:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_RWops", "id": 0, "location": "/usr/include/SDL2/SDL_rwops.h:52:16", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "size", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "seek", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "read", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "write", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "close", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "type", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "hidden", "bit-offset": 384, "bit-size": 192, "bit-alignment": 64, "type": { "tag": "union", "ns": 681158128, "name": "", "id": 56, "location": "/usr/include/SDL2/SDL_rwops.h:94:5", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "stdio", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 678504448, "name": "", "id": 57, "location": "/usr/include/SDL2/SDL_rwops.h:116:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "autoclose", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_bool" } }, { "tag": "field", "name": "fp", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }] } }, { "tag": "field", "name": "mem", "bit-offset": 0, "bit-size": 192, "bit-alignment": 64, "type": { "tag": "struct", "ns": 2595, "name": "", "id": 58, "location": "/usr/include/SDL2/SDL_rwops.h:122:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "base", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "field", "name": "here", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "field", "name": "stop", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }] } }, { "tag": "field", "name": "unknown", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 12677, "name": "", "id": 59, "location": "/usr/include/SDL2/SDL_rwops.h:128:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "data1", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "data2", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_RWops", "location": "/usr/include/SDL2/SDL_rwops.h:135:3", "type": { "tag": ":struct", "name": "SDL_RWops", "id": 60 } }, +{ "tag": "function", "name": "SDL_RWFromFile", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:206:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "file", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_RWFromFP", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:211:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fp", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "autoclose", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_RWFromMem", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:280:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_RWFromConstMem", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:314:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_AllocRW", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:343:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_FreeRW", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:367:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "area", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RWsize", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:385:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_RWseek", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:422:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "offset", "type": { "tag": "Sint64" } }, { "tag": "parameter", "name": "whence", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_RWtell", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:450:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_RWread", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:482:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "maxnum", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_RWwrite", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:516:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "num", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_RWclose", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:547:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LoadFile_RW", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:565:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "datasize", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "freesrc", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_LoadFile", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:587:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "file", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "datasize", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_ReadU8", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:607:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_ReadLE16", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:623:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_ReadBE16", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:639:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_ReadLE32", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:655:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_ReadBE32", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:671:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_ReadLE64", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:687:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_ReadBE64", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:703:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_WriteU8", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:725:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint8" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteLE16", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:743:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint16" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteBE16", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:760:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint16" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteLE32", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:778:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint32" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteBE32", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:795:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint32" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteLE64", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:813:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint64" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteBE64", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:830:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint64" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioFormat", "location": "/usr/include/SDL2/SDL_audio.h:66:16", "type": { "tag": "Uint16" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioCallback", "location": "/usr/include/SDL2/SDL_audio.h:165:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AudioSpec", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:180:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "freq", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "format", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "SDL_AudioFormat" } }, { "tag": "field", "name": "channels", "bit-offset": 48, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "silence", "bit-offset": 56, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "samples", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "padding", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "size", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "callback", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_AudioCallback" } }, { "tag": "field", "name": "userdata", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioSpec", "location": "/usr/include/SDL2/SDL_audio.h:191:3", "type": { "tag": ":struct", "name": "SDL_AudioSpec", "id": 61 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AudioCVT", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:194:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioFilter", "location": "/usr/include/SDL2/SDL_audio.h:195:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AudioCVT", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:231:16", "bit-size": 1088, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "needed", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "src_format", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "SDL_AudioFormat" } }, { "tag": "field", "name": "dst_format", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "SDL_AudioFormat" } }, { "tag": "field", "name": "rate_incr", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "buf", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "field", "name": "len", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "len_cvt", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "len_mult", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "len_ratio", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "filters", "bit-offset": 384, "bit-size": 640, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": "SDL_AudioFilter" }, "size": 10 } }, { "tag": "field", "name": "filter_index", "bit-offset": 1024, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioCVT", "location": "/usr/include/SDL2/SDL_audio.h:244:23", "type": { "tag": ":struct", "name": "SDL_AudioCVT", "id": 62 } }, +{ "tag": "function", "name": "SDL_GetNumAudioDrivers", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:276:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetAudioDriver", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:298:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_AudioInit", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:325:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "driver_name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioQuit", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:339:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetCurrentAudioDriver", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:358:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_OpenAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:407:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "desired", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, { "tag": "parameter", "name": "obtained", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioDeviceID", "location": "/usr/include/SDL2/SDL_audio.h:419:16", "type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetNumAudioDevices", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:465:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "iscapture", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetAudioDeviceName", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:492:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "iscapture", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetAudioDeviceSpec", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:518:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "iscapture", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "spec", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDefaultAudioInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:553:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "spec", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, { "tag": "parameter", "name": "iscapture", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_OpenAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:669:43", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "iscapture", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "desired", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, { "tag": "parameter", "name": "obtained", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, { "tag": "parameter", "name": "allowed_changes", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_AudioDeviceID" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 63, "location": "/usr/include/SDL2/SDL_audio.h:684:9", "fields": [{ "tag": "field", "name": "SDL_AUDIO_STOPPED", "value": 0 }, { "tag": "field", "name": "SDL_AUDIO_PLAYING", "value": 1 }, { "tag": "field", "name": "SDL_AUDIO_PAUSED", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioStatus", "location": "/usr/include/SDL2/SDL_audio.h:689:3", "type": { "tag": ":enum", "name": "", "id": 63 } }, +{ "tag": "function", "name": "SDL_GetAudioStatus", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:709:41", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_AudioStatus" } }, +{ "tag": "function", "name": "SDL_GetAudioDeviceStatus", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:722:41", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": "SDL_AudioStatus" } }, +{ "tag": "function", "name": "SDL_PauseAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:755:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pause_on", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_PauseAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:785:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }, { "tag": "parameter", "name": "pause_on", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LoadWAV_RW", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:870:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "freesrc", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "spec", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, { "tag": "parameter", "name": "audio_buf", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } } }, { "tag": "parameter", "name": "audio_len", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, +{ "tag": "function", "name": "SDL_FreeWAV", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:898:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "audio_buf", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_BuildAudioCVT", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:932:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cvt", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioCVT" } } }, { "tag": "parameter", "name": "src_format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "src_channels", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "src_rate", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dst_format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "dst_channels", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "dst_rate", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_ConvertAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:978:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cvt", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioCVT" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_AudioStream", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:988:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioStream", "location": "/usr/include/SDL2/SDL_audio.h:989:33", "type": { "tag": "struct", "ns": 0, "name": "_SDL_AudioStream", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:988:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_NewAudioStream", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1011:43", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src_format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "src_channels", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "src_rate", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dst_format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "dst_channels", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "dst_rate", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }, +{ "tag": "function", "name": "SDL_AudioStreamPut", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1035:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }, { "tag": "parameter", "name": "buf", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioStreamGet", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1054:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }, { "tag": "parameter", "name": "buf", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioStreamAvailable", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1072:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioStreamFlush", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1091:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioStreamClear", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1105:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_FreeAudioStream", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1119:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MixAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1145:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "volume", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MixAudioFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1178:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "len", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "volume", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_QueueAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1229:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_DequeueAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1277:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "Uint32" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetQueuedAudioSize", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1311:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_ClearQueuedAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1345:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LockAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1376:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LockAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1415:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_UnlockAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1434:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_UnlockAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1448:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_CloseAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1466:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_CloseAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1490:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetClipboardText", "ns": 0, "location": "/usr/include/SDL2/SDL_clipboard.h:53:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetClipboardText", "ns": 0, "location": "/usr/include/SDL2/SDL_clipboard.h:71:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_HasClipboardText", "ns": 0, "location": "/usr/include/SDL2/SDL_clipboard.h:83:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_SetPrimarySelectionText", "ns": 0, "location": "/usr/include/SDL2/SDL_clipboard.h:97:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetPrimarySelectionText", "ns": 0, "location": "/usr/include/SDL2/SDL_clipboard.h:116:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_HasPrimarySelectionText", "ns": 0, "location": "/usr/include/SDL2/SDL_clipboard.h:130:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetCPUCount", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:149:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetCPUCacheLineSize", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:161:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HasRDTSC", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:183:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasAltiVec", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:206:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasMMX", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:228:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_Has3DNow", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:250:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:272:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE2", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:294:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE3", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:316:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE41", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:338:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE42", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:360:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasAVX", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:382:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasAVX2", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:404:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasAVX512F", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:417:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasARMSIMD", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:432:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasNEON", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:443:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasLSX", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:456:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasLASX", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:469:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetSystemRAM", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:478:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SIMDGetAlignment", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:497:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_SIMDAlloc", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:536:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_SIMDRealloc", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:560:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_SIMDFree", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:584:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 65, "location": "/usr/include/SDL2/SDL_pixels.h:51:9", "fields": [{ "tag": "field", "name": "SDL_PIXELTYPE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_PIXELTYPE_INDEX1", "value": 1 }, { "tag": "field", "name": "SDL_PIXELTYPE_INDEX4", "value": 2 }, { "tag": "field", "name": "SDL_PIXELTYPE_INDEX8", "value": 3 }, { "tag": "field", "name": "SDL_PIXELTYPE_PACKED8", "value": 4 }, { "tag": "field", "name": "SDL_PIXELTYPE_PACKED16", "value": 5 }, { "tag": "field", "name": "SDL_PIXELTYPE_PACKED32", "value": 6 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYU8", "value": 7 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYU16", "value": 8 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYU32", "value": 9 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYF16", "value": 10 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYF32", "value": 11 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PixelType", "location": "/usr/include/SDL2/SDL_pixels.h:65:3", "type": { "tag": ":enum", "name": "", "id": 65 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 66, "location": "/usr/include/SDL2/SDL_pixels.h:68:9", "fields": [{ "tag": "field", "name": "SDL_BITMAPORDER_NONE", "value": 0 }, { "tag": "field", "name": "SDL_BITMAPORDER_4321", "value": 1 }, { "tag": "field", "name": "SDL_BITMAPORDER_1234", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_BitmapOrder", "location": "/usr/include/SDL2/SDL_pixels.h:73:3", "type": { "tag": ":enum", "name": "", "id": 66 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 67, "location": "/usr/include/SDL2/SDL_pixels.h:76:9", "fields": [{ "tag": "field", "name": "SDL_PACKEDORDER_NONE", "value": 0 }, { "tag": "field", "name": "SDL_PACKEDORDER_XRGB", "value": 1 }, { "tag": "field", "name": "SDL_PACKEDORDER_RGBX", "value": 2 }, { "tag": "field", "name": "SDL_PACKEDORDER_ARGB", "value": 3 }, { "tag": "field", "name": "SDL_PACKEDORDER_RGBA", "value": 4 }, { "tag": "field", "name": "SDL_PACKEDORDER_XBGR", "value": 5 }, { "tag": "field", "name": "SDL_PACKEDORDER_BGRX", "value": 6 }, { "tag": "field", "name": "SDL_PACKEDORDER_ABGR", "value": 7 }, { "tag": "field", "name": "SDL_PACKEDORDER_BGRA", "value": 8 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PackedOrder", "location": "/usr/include/SDL2/SDL_pixels.h:87:3", "type": { "tag": ":enum", "name": "", "id": 67 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 68, "location": "/usr/include/SDL2/SDL_pixels.h:92:9", "fields": [{ "tag": "field", "name": "SDL_ARRAYORDER_NONE", "value": 0 }, { "tag": "field", "name": "SDL_ARRAYORDER_RGB", "value": 1 }, { "tag": "field", "name": "SDL_ARRAYORDER_RGBA", "value": 2 }, { "tag": "field", "name": "SDL_ARRAYORDER_ARGB", "value": 3 }, { "tag": "field", "name": "SDL_ARRAYORDER_BGR", "value": 4 }, { "tag": "field", "name": "SDL_ARRAYORDER_BGRA", "value": 5 }, { "tag": "field", "name": "SDL_ARRAYORDER_ABGR", "value": 6 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ArrayOrder", "location": "/usr/include/SDL2/SDL_pixels.h:101:3", "type": { "tag": ":enum", "name": "", "id": 68 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 69, "location": "/usr/include/SDL2/SDL_pixels.h:104:9", "fields": [{ "tag": "field", "name": "SDL_PACKEDLAYOUT_NONE", "value": 0 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_332", "value": 1 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_4444", "value": 2 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_1555", "value": 3 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_5551", "value": 4 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_565", "value": 5 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_8888", "value": 6 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_2101010", "value": 7 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_1010102", "value": 8 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PackedLayout", "location": "/usr/include/SDL2/SDL_pixels.h:115:3", "type": { "tag": ":enum", "name": "", "id": 69 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 70, "location": "/usr/include/SDL2/SDL_pixels.h:171:9", "fields": [{ "tag": "field", "name": "SDL_PIXELFORMAT_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX1LSB", "value": 286261504 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX1MSB", "value": 287310080 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX4LSB", "value": 303039488 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX4MSB", "value": 304088064 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX8", "value": 318769153 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB332", "value": 336660481 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XRGB4444", "value": 353504258 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB444", "value": 353504258 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XBGR4444", "value": 357698562 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR444", "value": 357698562 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XRGB1555", "value": 353570562 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB555", "value": 353570562 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XBGR1555", "value": 357764866 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR555", "value": 357764866 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB4444", "value": 355602434 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBA4444", "value": 356651010 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ABGR4444", "value": 359796738 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRA4444", "value": 360845314 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB1555", "value": 355667970 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBA5551", "value": 356782082 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ABGR1555", "value": 359862274 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRA5551", "value": 360976386 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB565", "value": 353701890 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR565", "value": 357896194 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB24", "value": 386930691 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR24", "value": 390076419 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XRGB8888", "value": 370546692 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB888", "value": 370546692 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBX8888", "value": 371595268 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XBGR8888", "value": 374740996 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR888", "value": 374740996 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRX8888", "value": 375789572 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB8888", "value": 372645892 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBA8888", "value": 373694468 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ABGR8888", "value": 376840196 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRA8888", "value": 377888772 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB2101010", "value": 372711428 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBA32", "value": 373694468 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB32", "value": 372645892 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRA32", "value": 377888772 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ABGR32", "value": 376840196 }, { "tag": "field", "name": "SDL_PIXELFORMAT_YV12", "value": 842094169 }, { "tag": "field", "name": "SDL_PIXELFORMAT_IYUV", "value": 1448433993 }, { "tag": "field", "name": "SDL_PIXELFORMAT_YUY2", "value": 844715353 }, { "tag": "field", "name": "SDL_PIXELFORMAT_UYVY", "value": 1498831189 }, { "tag": "field", "name": "SDL_PIXELFORMAT_YVYU", "value": 1431918169 }, { "tag": "field", "name": "SDL_PIXELFORMAT_NV12", "value": 842094158 }, { "tag": "field", "name": "SDL_PIXELFORMAT_NV21", "value": 825382478 }, { "tag": "field", "name": "SDL_PIXELFORMAT_EXTERNAL_OES", "value": 542328143 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PixelFormatEnum", "location": "/usr/include/SDL2/SDL_pixels.h:302:3", "type": { "tag": ":enum", "name": "", "id": 70 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Color", "id": 0, "location": "/usr/include/SDL2/SDL_pixels.h:309:16", "bit-size": 32, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "r", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "g", "bit-offset": 8, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "b", "bit-offset": 16, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "a", "bit-offset": 24, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Color", "location": "/usr/include/SDL2/SDL_pixels.h:315:3", "type": { "tag": ":struct", "name": "SDL_Color", "id": 71 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Palette", "id": 0, "location": "/usr/include/SDL2/SDL_pixels.h:318:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ncolors", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "colors", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_Color" } } }, { "tag": "field", "name": "version", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "refcount", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Palette", "location": "/usr/include/SDL2/SDL_pixels.h:324:3", "type": { "tag": ":struct", "name": "SDL_Palette", "id": 72 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_PixelFormat", "id": 0, "location": "/usr/include/SDL2/SDL_pixels.h:329:16", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "format", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "palette", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }, { "tag": "field", "name": "BitsPerPixel", "bit-offset": 128, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "BytesPerPixel", "bit-offset": 136, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding", "bit-offset": 144, "bit-size": 16, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "Uint8" }, "size": 2 } }, { "tag": "field", "name": "Rmask", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "Gmask", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "Bmask", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "Amask", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "Rloss", "bit-offset": 288, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Gloss", "bit-offset": 296, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Bloss", "bit-offset": 304, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Aloss", "bit-offset": 312, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Rshift", "bit-offset": 320, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Gshift", "bit-offset": 328, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Bshift", "bit-offset": 336, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Ashift", "bit-offset": 344, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "refcount", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "next", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "SDL_PixelFormat", "id": 73 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PixelFormat", "location": "/usr/include/SDL2/SDL_pixels.h:350:3", "type": { "tag": ":struct", "name": "SDL_PixelFormat", "id": 73 } }, +{ "tag": "function", "name": "SDL_GetPixelFormatName", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:361:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_PixelFormatEnumToMasks", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:379:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "bpp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "Rmask", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }, { "tag": "parameter", "name": "Gmask", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }, { "tag": "parameter", "name": "Bmask", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }, { "tag": "parameter", "name": "Amask", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_MasksToPixelFormatEnum", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:403:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "bpp", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Rmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Gmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Bmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Amask", "type": { "tag": "Uint32" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_AllocFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:424:43", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixel_format", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, +{ "tag": "function", "name": "SDL_FreeFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:435:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_AllocPalette", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:451:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "ncolors", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }, +{ "tag": "function", "name": "SDL_SetPixelFormatPalette", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:466:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "palette", "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetPaletteColors", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:484:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "palette", "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }, { "tag": "parameter", "name": "colors", "type": { "tag": ":pointer", "type": { "tag": "SDL_Color" } } }, { "tag": "parameter", "name": "firstcolor", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "ncolors", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_FreePalette", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:497:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "palette", "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MapRGB", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:529:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_MapRGBA", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:564:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "a", "type": { "tag": "Uint8" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetRGB", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:589:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixel", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetRGBA", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:618:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixel", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_CalculateGammaRamp", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:633:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamma", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "ramp", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Point", "id": 0, "location": "/usr/include/SDL2/SDL_rect.h:48:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Point", "location": "/usr/include/SDL2/SDL_rect.h:52:3", "type": { "tag": ":struct", "name": "SDL_Point", "id": 74 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_FPoint", "id": 0, "location": "/usr/include/SDL2/SDL_rect.h:60:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_FPoint", "location": "/usr/include/SDL2/SDL_rect.h:64:3", "type": { "tag": ":struct", "name": "SDL_FPoint", "id": 75 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Rect", "id": 0, "location": "/usr/include/SDL2/SDL_rect.h:78:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "w", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "h", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Rect", "location": "/usr/include/SDL2/SDL_rect.h:82:3", "type": { "tag": ":struct", "name": "SDL_Rect", "id": 76 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_FRect", "id": 0, "location": "/usr/include/SDL2/SDL_rect.h:98:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "w", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "h", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_FRect", "location": "/usr/include/SDL2/SDL_rect.h:104:3", "type": { "tag": ":struct", "name": "SDL_FRect", "id": 77 } }, +{ "tag": "function", "name": "SDL_PointInRect", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:110:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "p", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_RectEmpty", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:119:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_RectEquals", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:127:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasIntersection", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:146:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "A", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "B", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_IntersectRect", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:164:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "A", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "B", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "result", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_UnionRect", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:178:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "A", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "B", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "result", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_EnclosePoints", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:199:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "clip", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "result", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_IntersectRectAndLine", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:222:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "X1", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "Y1", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "X2", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "Y2", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_PointInFRect", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:233:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "p", "type": { "tag": ":pointer", "type": { "tag": "SDL_FPoint" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_FRectEmpty", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:242:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_FRectEqualsEpsilon", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:252:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "epsilon", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_FRectEquals", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:267:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasIntersectionF", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:285:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "A", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "B", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_IntersectFRect", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:303:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "A", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "B", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "result", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_UnionFRect", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:317:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "A", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "B", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "result", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_EncloseFPoints", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:339:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_FPoint" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "clip", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "result", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_IntersectFRectAndLine", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:363:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "X1", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "Y1", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "X2", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "Y2", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 78, "location": "/usr/include/SDL2/SDL_blendmode.h:40:9", "fields": [{ "tag": "field", "name": "SDL_BLENDMODE_NONE", "value": 0 }, { "tag": "field", "name": "SDL_BLENDMODE_BLEND", "value": 1 }, { "tag": "field", "name": "SDL_BLENDMODE_ADD", "value": 2 }, { "tag": "field", "name": "SDL_BLENDMODE_MOD", "value": 4 }, { "tag": "field", "name": "SDL_BLENDMODE_MUL", "value": 8 }, { "tag": "field", "name": "SDL_BLENDMODE_INVALID", "value": 2147483647 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_BlendMode", "location": "/usr/include/SDL2/SDL_blendmode.h:60:3", "type": { "tag": ":enum", "name": "", "id": 78 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 79, "location": "/usr/include/SDL2/SDL_blendmode.h:65:9", "fields": [{ "tag": "field", "name": "SDL_BLENDOPERATION_ADD", "value": 1 }, { "tag": "field", "name": "SDL_BLENDOPERATION_SUBTRACT", "value": 2 }, { "tag": "field", "name": "SDL_BLENDOPERATION_REV_SUBTRACT", "value": 3 }, { "tag": "field", "name": "SDL_BLENDOPERATION_MINIMUM", "value": 4 }, { "tag": "field", "name": "SDL_BLENDOPERATION_MAXIMUM", "value": 5 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_BlendOperation", "location": "/usr/include/SDL2/SDL_blendmode.h:72:3", "type": { "tag": ":enum", "name": "", "id": 79 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 80, "location": "/usr/include/SDL2/SDL_blendmode.h:77:9", "fields": [{ "tag": "field", "name": "SDL_BLENDFACTOR_ZERO", "value": 1 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE", "value": 2 }, { "tag": "field", "name": "SDL_BLENDFACTOR_SRC_COLOR", "value": 3 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE_MINUS_SRC_COLOR", "value": 4 }, { "tag": "field", "name": "SDL_BLENDFACTOR_SRC_ALPHA", "value": 5 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA", "value": 6 }, { "tag": "field", "name": "SDL_BLENDFACTOR_DST_COLOR", "value": 7 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE_MINUS_DST_COLOR", "value": 8 }, { "tag": "field", "name": "SDL_BLENDFACTOR_DST_ALPHA", "value": 9 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE_MINUS_DST_ALPHA", "value": 10 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_BlendFactor", "location": "/usr/include/SDL2/SDL_blendmode.h:89:3", "type": { "tag": ":enum", "name": "", "id": 80 } }, +{ "tag": "function", "name": "SDL_ComposeCustomBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_blendmode.h:183:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "srcColorFactor", "type": { "tag": "SDL_BlendFactor" } }, { "tag": "parameter", "name": "dstColorFactor", "type": { "tag": "SDL_BlendFactor" } }, { "tag": "parameter", "name": "colorOperation", "type": { "tag": "SDL_BlendOperation" } }, { "tag": "parameter", "name": "srcAlphaFactor", "type": { "tag": "SDL_BlendFactor" } }, { "tag": "parameter", "name": "dstAlphaFactor", "type": { "tag": "SDL_BlendFactor" } }, { "tag": "parameter", "name": "alphaOperation", "type": { "tag": "SDL_BlendOperation" } }], "return-type": { "tag": "SDL_BlendMode" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_BlitMap", "id": 0, "location": "/usr/include/SDL2/SDL_surface.h:64:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_BlitMap", "location": "/usr/include/SDL2/SDL_surface.h:64:28", "type": { "tag": "struct", "ns": 0, "name": "SDL_BlitMap", "id": 0, "location": "/usr/include/SDL2/SDL_surface.h:64:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Surface", "id": 0, "location": "/usr/include/SDL2/SDL_surface.h:72:16", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "flags", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "format", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "field", "name": "w", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "h", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pitch", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pixels", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "userdata", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "locked", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "list_blitmap", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "clip_rect", "bit-offset": 512, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_Rect" } }, { "tag": "field", "name": "map", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_BlitMap" } } }, { "tag": "field", "name": "refcount", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Surface", "location": "/usr/include/SDL2/SDL_surface.h:97:3", "type": { "tag": ":struct", "name": "SDL_Surface", "id": 82 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_blit", "location": "/usr/include/SDL2/SDL_surface.h:102:23", "type": { "tag": ":function-pointer" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 83, "location": "/usr/include/SDL2/SDL_surface.h:108:9", "fields": [{ "tag": "field", "name": "SDL_YUV_CONVERSION_JPEG", "value": 0 }, { "tag": "field", "name": "SDL_YUV_CONVERSION_BT601", "value": 1 }, { "tag": "field", "name": "SDL_YUV_CONVERSION_BT709", "value": 2 }, { "tag": "field", "name": "SDL_YUV_CONVERSION_AUTOMATIC", "value": 3 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_YUV_CONVERSION_MODE", "location": "/usr/include/SDL2/SDL_surface.h:114:3", "type": { "tag": ":enum", "name": "", "id": 83 } }, +{ "tag": "function", "name": "SDL_CreateRGBSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:160:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "depth", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Rmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Gmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Bmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Amask", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_CreateRGBSurfaceWithFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:188:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "depth", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_CreateRGBSurfaceFrom", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:219:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "depth", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Rmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Gmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Bmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Amask", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_CreateRGBSurfaceWithFormatFrom", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:257:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "depth", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_FreeSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:274:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetSurfacePalette", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:288:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "palette", "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LockSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:312:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UnlockSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:323:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LoadBMP_RW", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:347:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "freesrc", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_SaveBMP_RW", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:377:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "freedst", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetSurfaceRLE", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:405:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "flag", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HasSurfaceRLE", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:420:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_SetColorKey", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:446:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "flag", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "key", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HasColorKey", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:462:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetColorKey", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:482:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "key", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetSurfaceColorMod", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:506:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetSurfaceColorMod", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:525:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetSurfaceAlphaMod", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:547:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "alpha", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetSurfaceAlphaMod", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:563:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "alpha", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetSurfaceBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:582:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": "SDL_BlendMode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetSurfaceBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:597:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": ":pointer", "type": { "tag": "SDL_BlendMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetClipRect", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:620:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetClipRect", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:639:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DuplicateSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:651:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_ConvertSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:675:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_ConvertSurfaceFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:700:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "pixel_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_ConvertPixels", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:719:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "src_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src_pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dst_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "dst_pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_PremultiplyAlpha", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:745:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "src_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src_pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dst_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "dst_pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_FillRect", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:774:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "color", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_FillRects", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:800:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "color", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpperBlit", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:873:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LowerBlit", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:899:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SoftStretch", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:912:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SoftStretchLinear", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:922:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpperBlitScaled", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:940:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LowerBlitScaled", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:963:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetYUVConversionMode", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:972:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mode", "type": { "tag": "SDL_YUV_CONVERSION_MODE" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetYUVConversionMode", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:979:49", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_YUV_CONVERSION_MODE" } }, +{ "tag": "function", "name": "SDL_GetYUVConversionModeForResolution", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:987:49", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_YUV_CONVERSION_MODE" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DisplayMode", "location": "/usr/include/SDL2/SDL_video.h:60:3", "type": { "tag": "struct", "ns": 681689264, "name": "", "id": 84, "location": "/usr/include/SDL2/SDL_video.h:53:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "format", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "w", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "h", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "refresh_rate", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "driverdata", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Window", "id": 0, "location": "/usr/include/SDL2/SDL_video.h:95:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Window", "location": "/usr/include/SDL2/SDL_video.h:95:27", "type": { "tag": "struct", "ns": 0, "name": "SDL_Window", "id": 0, "location": "/usr/include/SDL2/SDL_video.h:95:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 86, "location": "/usr/include/SDL2/SDL_video.h:102:9", "fields": [{ "tag": "field", "name": "SDL_WINDOW_FULLSCREEN", "value": 1 }, { "tag": "field", "name": "SDL_WINDOW_OPENGL", "value": 2 }, { "tag": "field", "name": "SDL_WINDOW_SHOWN", "value": 4 }, { "tag": "field", "name": "SDL_WINDOW_HIDDEN", "value": 8 }, { "tag": "field", "name": "SDL_WINDOW_BORDERLESS", "value": 16 }, { "tag": "field", "name": "SDL_WINDOW_RESIZABLE", "value": 32 }, { "tag": "field", "name": "SDL_WINDOW_MINIMIZED", "value": 64 }, { "tag": "field", "name": "SDL_WINDOW_MAXIMIZED", "value": 128 }, { "tag": "field", "name": "SDL_WINDOW_MOUSE_GRABBED", "value": 256 }, { "tag": "field", "name": "SDL_WINDOW_INPUT_FOCUS", "value": 512 }, { "tag": "field", "name": "SDL_WINDOW_MOUSE_FOCUS", "value": 1024 }, { "tag": "field", "name": "SDL_WINDOW_FULLSCREEN_DESKTOP", "value": 4097 }, { "tag": "field", "name": "SDL_WINDOW_FOREIGN", "value": 2048 }, { "tag": "field", "name": "SDL_WINDOW_ALLOW_HIGHDPI", "value": 8192 }, { "tag": "field", "name": "SDL_WINDOW_MOUSE_CAPTURE", "value": 16384 }, { "tag": "field", "name": "SDL_WINDOW_ALWAYS_ON_TOP", "value": 32768 }, { "tag": "field", "name": "SDL_WINDOW_SKIP_TASKBAR", "value": 65536 }, { "tag": "field", "name": "SDL_WINDOW_UTILITY", "value": 131072 }, { "tag": "field", "name": "SDL_WINDOW_TOOLTIP", "value": 262144 }, { "tag": "field", "name": "SDL_WINDOW_POPUP_MENU", "value": 524288 }, { "tag": "field", "name": "SDL_WINDOW_KEYBOARD_GRABBED", "value": 1048576 }, { "tag": "field", "name": "SDL_WINDOW_VULKAN", "value": 268435456 }, { "tag": "field", "name": "SDL_WINDOW_METAL", "value": 536870912 }, { "tag": "field", "name": "SDL_WINDOW_INPUT_GRABBED", "value": 256 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowFlags", "location": "/usr/include/SDL2/SDL_video.h:131:3", "type": { "tag": ":enum", "name": "", "id": 86 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 87, "location": "/usr/include/SDL2/SDL_video.h:154:9", "fields": [{ "tag": "field", "name": "SDL_WINDOWEVENT_NONE", "value": 0 }, { "tag": "field", "name": "SDL_WINDOWEVENT_SHOWN", "value": 1 }, { "tag": "field", "name": "SDL_WINDOWEVENT_HIDDEN", "value": 2 }, { "tag": "field", "name": "SDL_WINDOWEVENT_EXPOSED", "value": 3 }, { "tag": "field", "name": "SDL_WINDOWEVENT_MOVED", "value": 4 }, { "tag": "field", "name": "SDL_WINDOWEVENT_RESIZED", "value": 5 }, { "tag": "field", "name": "SDL_WINDOWEVENT_SIZE_CHANGED", "value": 6 }, { "tag": "field", "name": "SDL_WINDOWEVENT_MINIMIZED", "value": 7 }, { "tag": "field", "name": "SDL_WINDOWEVENT_MAXIMIZED", "value": 8 }, { "tag": "field", "name": "SDL_WINDOWEVENT_RESTORED", "value": 9 }, { "tag": "field", "name": "SDL_WINDOWEVENT_ENTER", "value": 10 }, { "tag": "field", "name": "SDL_WINDOWEVENT_LEAVE", "value": 11 }, { "tag": "field", "name": "SDL_WINDOWEVENT_FOCUS_GAINED", "value": 12 }, { "tag": "field", "name": "SDL_WINDOWEVENT_FOCUS_LOST", "value": 13 }, { "tag": "field", "name": "SDL_WINDOWEVENT_CLOSE", "value": 14 }, { "tag": "field", "name": "SDL_WINDOWEVENT_TAKE_FOCUS", "value": 15 }, { "tag": "field", "name": "SDL_WINDOWEVENT_HIT_TEST", "value": 16 }, { "tag": "field", "name": "SDL_WINDOWEVENT_ICCPROF_CHANGED", "value": 17 }, { "tag": "field", "name": "SDL_WINDOWEVENT_DISPLAY_CHANGED", "value": 18 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowEventID", "location": "/usr/include/SDL2/SDL_video.h:180:3", "type": { "tag": ":enum", "name": "", "id": 87 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 88, "location": "/usr/include/SDL2/SDL_video.h:185:9", "fields": [{ "tag": "field", "name": "SDL_DISPLAYEVENT_NONE", "value": 0 }, { "tag": "field", "name": "SDL_DISPLAYEVENT_ORIENTATION", "value": 1 }, { "tag": "field", "name": "SDL_DISPLAYEVENT_CONNECTED", "value": 2 }, { "tag": "field", "name": "SDL_DISPLAYEVENT_DISCONNECTED", "value": 3 }, { "tag": "field", "name": "SDL_DISPLAYEVENT_MOVED", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DisplayEventID", "location": "/usr/include/SDL2/SDL_video.h:192:3", "type": { "tag": ":enum", "name": "", "id": 88 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 89, "location": "/usr/include/SDL2/SDL_video.h:197:9", "fields": [{ "tag": "field", "name": "SDL_ORIENTATION_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_ORIENTATION_LANDSCAPE", "value": 1 }, { "tag": "field", "name": "SDL_ORIENTATION_LANDSCAPE_FLIPPED", "value": 2 }, { "tag": "field", "name": "SDL_ORIENTATION_PORTRAIT", "value": 3 }, { "tag": "field", "name": "SDL_ORIENTATION_PORTRAIT_FLIPPED", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DisplayOrientation", "location": "/usr/include/SDL2/SDL_video.h:204:3", "type": { "tag": ":enum", "name": "", "id": 89 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 90, "location": "/usr/include/SDL2/SDL_video.h:209:9", "fields": [{ "tag": "field", "name": "SDL_FLASH_CANCEL", "value": 0 }, { "tag": "field", "name": "SDL_FLASH_BRIEFLY", "value": 1 }, { "tag": "field", "name": "SDL_FLASH_UNTIL_FOCUSED", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_FlashOperation", "location": "/usr/include/SDL2/SDL_video.h:214:3", "type": { "tag": ":enum", "name": "", "id": 90 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLContext", "location": "/usr/include/SDL2/SDL_video.h:219:15", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 91, "location": "/usr/include/SDL2/SDL_video.h:224:9", "fields": [{ "tag": "field", "name": "SDL_GL_RED_SIZE", "value": 0 }, { "tag": "field", "name": "SDL_GL_GREEN_SIZE", "value": 1 }, { "tag": "field", "name": "SDL_GL_BLUE_SIZE", "value": 2 }, { "tag": "field", "name": "SDL_GL_ALPHA_SIZE", "value": 3 }, { "tag": "field", "name": "SDL_GL_BUFFER_SIZE", "value": 4 }, { "tag": "field", "name": "SDL_GL_DOUBLEBUFFER", "value": 5 }, { "tag": "field", "name": "SDL_GL_DEPTH_SIZE", "value": 6 }, { "tag": "field", "name": "SDL_GL_STENCIL_SIZE", "value": 7 }, { "tag": "field", "name": "SDL_GL_ACCUM_RED_SIZE", "value": 8 }, { "tag": "field", "name": "SDL_GL_ACCUM_GREEN_SIZE", "value": 9 }, { "tag": "field", "name": "SDL_GL_ACCUM_BLUE_SIZE", "value": 10 }, { "tag": "field", "name": "SDL_GL_ACCUM_ALPHA_SIZE", "value": 11 }, { "tag": "field", "name": "SDL_GL_STEREO", "value": 12 }, { "tag": "field", "name": "SDL_GL_MULTISAMPLEBUFFERS", "value": 13 }, { "tag": "field", "name": "SDL_GL_MULTISAMPLESAMPLES", "value": 14 }, { "tag": "field", "name": "SDL_GL_ACCELERATED_VISUAL", "value": 15 }, { "tag": "field", "name": "SDL_GL_RETAINED_BACKING", "value": 16 }, { "tag": "field", "name": "SDL_GL_CONTEXT_MAJOR_VERSION", "value": 17 }, { "tag": "field", "name": "SDL_GL_CONTEXT_MINOR_VERSION", "value": 18 }, { "tag": "field", "name": "SDL_GL_CONTEXT_EGL", "value": 19 }, { "tag": "field", "name": "SDL_GL_CONTEXT_FLAGS", "value": 20 }, { "tag": "field", "name": "SDL_GL_CONTEXT_PROFILE_MASK", "value": 21 }, { "tag": "field", "name": "SDL_GL_SHARE_WITH_CURRENT_CONTEXT", "value": 22 }, { "tag": "field", "name": "SDL_GL_FRAMEBUFFER_SRGB_CAPABLE", "value": 23 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RELEASE_BEHAVIOR", "value": 24 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RESET_NOTIFICATION", "value": 25 }, { "tag": "field", "name": "SDL_GL_CONTEXT_NO_ERROR", "value": 26 }, { "tag": "field", "name": "SDL_GL_FLOATBUFFERS", "value": 27 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLattr", "location": "/usr/include/SDL2/SDL_video.h:254:3", "type": { "tag": ":enum", "name": "", "id": 91 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 92, "location": "/usr/include/SDL2/SDL_video.h:256:9", "fields": [{ "tag": "field", "name": "SDL_GL_CONTEXT_PROFILE_CORE", "value": 1 }, { "tag": "field", "name": "SDL_GL_CONTEXT_PROFILE_COMPATIBILITY", "value": 2 }, { "tag": "field", "name": "SDL_GL_CONTEXT_PROFILE_ES", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLprofile", "location": "/usr/include/SDL2/SDL_video.h:261:3", "type": { "tag": ":enum", "name": "", "id": 92 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 93, "location": "/usr/include/SDL2/SDL_video.h:263:9", "fields": [{ "tag": "field", "name": "SDL_GL_CONTEXT_DEBUG_FLAG", "value": 1 }, { "tag": "field", "name": "SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG", "value": 2 }, { "tag": "field", "name": "SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG", "value": 4 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RESET_ISOLATION_FLAG", "value": 8 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLcontextFlag", "location": "/usr/include/SDL2/SDL_video.h:269:3", "type": { "tag": ":enum", "name": "", "id": 93 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 94, "location": "/usr/include/SDL2/SDL_video.h:271:9", "fields": [{ "tag": "field", "name": "SDL_GL_CONTEXT_RELEASE_BEHAVIOR_NONE", "value": 0 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLcontextReleaseFlag", "location": "/usr/include/SDL2/SDL_video.h:275:3", "type": { "tag": ":enum", "name": "", "id": 94 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 95, "location": "/usr/include/SDL2/SDL_video.h:277:9", "fields": [{ "tag": "field", "name": "SDL_GL_CONTEXT_RESET_NO_NOTIFICATION", "value": 0 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RESET_LOSE_CONTEXT", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLContextResetNotification", "location": "/usr/include/SDL2/SDL_video.h:281:3", "type": { "tag": ":enum", "name": "", "id": 95 } }, +{ "tag": "function", "name": "SDL_GetNumVideoDrivers", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:295:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetVideoDriver", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:310:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_VideoInit", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:341:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "driver_name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_VideoQuit", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:352:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetCurrentVideoDriver", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:365:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetNumVideoDisplays", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:377:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayName", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:391:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetDisplayBounds", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:407:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayUsableBounds", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:438:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayDPI", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:473:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "ddpi", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "hdpi", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "vdpi", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayOrientation", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:486:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_DisplayOrientation" } }, +{ "tag": "function", "name": "SDL_GetNumDisplayModes", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:503:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:527:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "modeIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDesktopDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:550:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetCurrentDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:573:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetClosestDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:599:43", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }, { "tag": "parameter", "name": "closest", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }, +{ "tag": "function", "name": "SDL_GetPointDisplayIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:613:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "point", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRectDisplayIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:628:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowDisplayIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:643:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:664:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:681:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowICCProfile", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:696:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_GetWindowPixelFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:708:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_CreateWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:781:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "title", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_CreateWindowFrom", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:802:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GetWindowID", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:818:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetWindowFromID", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:834:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GetWindowFlags", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:852:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_SetWindowTitle", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:866:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "title", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowTitle", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:880:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_SetWindowIcon", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:890:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "icon", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowData", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:907:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_GetWindowData", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:922:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_SetWindowPosition", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:940:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowPosition", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:959:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:984:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1011:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowBordersSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1046:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "top", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "left", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "bottom", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "right", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowSizeInPixels", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1068:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowMinimumSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1083:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "min_w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "min_h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowMinimumSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1100:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowMaximumSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1115:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "max_w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "max_h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowMaximumSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1132:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowBordered", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1151:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "bordered", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowResizable", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1170:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "resizable", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowAlwaysOnTop", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1187:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "on_top", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_ShowWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1200:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_HideWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1211:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RaiseWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1220:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MaximizeWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1232:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MinimizeWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1244:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RestoreWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1256:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowFullscreen", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1275:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HasWindowSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1287:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetWindowSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1314:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_UpdateWindowSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1333:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpdateWindowSurfaceRects", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1355:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "numrects", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_DestroyWindowSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1371:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1391:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "grabbed", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowKeyboardGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1422:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "grabbed", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowMouseGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1439:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "grabbed", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1452:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetWindowKeyboardGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1465:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetWindowMouseGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1478:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetGrabbedWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1490:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_SetWindowMouseRect", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1509:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowMouseRect", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1522:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, +{ "tag": "function", "name": "SDL_SetWindowBrightness", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1550:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "brightness", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowBrightness", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1569:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowOpacity", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1588:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "opacity", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowOpacity", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1609:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "out_opacity", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowModalFor", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1621:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "modal_window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "parent_window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowInputFocus", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1638:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowGammaRamp", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1670:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "red", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "green", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "blue", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowGammaRamp", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1698:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "red", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "green", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "blue", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 96, "location": "/usr/include/SDL2/SDL_video.h:1708:9", "fields": [{ "tag": "field", "name": "SDL_HITTEST_NORMAL", "value": 0 }, { "tag": "field", "name": "SDL_HITTEST_DRAGGABLE", "value": 1 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_TOPLEFT", "value": 2 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_TOP", "value": 3 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_TOPRIGHT", "value": 4 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_RIGHT", "value": 5 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_BOTTOMRIGHT", "value": 6 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_BOTTOM", "value": 7 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_BOTTOMLEFT", "value": 8 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_LEFT", "value": 9 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HitTestResult", "location": "/usr/include/SDL2/SDL_video.h:1720:3", "type": { "tag": ":enum", "name": "", "id": 96 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HitTest", "location": "/usr/include/SDL2/SDL_video.h:1732:37", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_SetWindowHitTest", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1776:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "callback", "type": { "tag": "SDL_HitTest" } }, { "tag": "parameter", "name": "callback_data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_FlashWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1790:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "operation", "type": { "tag": "SDL_FlashOperation" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_DestroyWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1805:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_IsScreenSaverEnabled", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1824:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_EnableScreenSaver", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1834:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DisableScreenSaver", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1850:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_LoadLibrary", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1878:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "path", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_GetProcAddress", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1931:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "proc", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_GL_UnloadLibrary", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1940:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_ExtensionSupported", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1961:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "extension", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GL_ResetAttributes", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1972:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_SetAttribute", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1992:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "attr", "type": { "tag": "SDL_GLattr" } }, { "tag": "parameter", "name": "value", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_GetAttribute", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2007:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "attr", "type": { "tag": "SDL_GLattr" } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_CreateContext", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2029:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_GLContext" } }, +{ "tag": "function", "name": "SDL_GL_MakeCurrent", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2046:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "context", "type": { "tag": "SDL_GLContext" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_GetCurrentWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2057:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GL_GetCurrentContext", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2069:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_GLContext" } }, +{ "tag": "function", "name": "SDL_GL_GetDrawableSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2091:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_SetSwapInterval", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2121:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "interval", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_GetSwapInterval", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2138:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_SwapWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2154:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_DeleteContext", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2165:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": "SDL_GLContext" } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 97, "location": "/usr/include/SDL2/SDL_scancode.h:43:9", "fields": [{ "tag": "field", "name": "SDL_SCANCODE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_SCANCODE_A", "value": 4 }, { "tag": "field", "name": "SDL_SCANCODE_B", "value": 5 }, { "tag": "field", "name": "SDL_SCANCODE_C", "value": 6 }, { "tag": "field", "name": "SDL_SCANCODE_D", "value": 7 }, { "tag": "field", "name": "SDL_SCANCODE_E", "value": 8 }, { "tag": "field", "name": "SDL_SCANCODE_F", "value": 9 }, { "tag": "field", "name": "SDL_SCANCODE_G", "value": 10 }, { "tag": "field", "name": "SDL_SCANCODE_H", "value": 11 }, { "tag": "field", "name": "SDL_SCANCODE_I", "value": 12 }, { "tag": "field", "name": "SDL_SCANCODE_J", "value": 13 }, { "tag": "field", "name": "SDL_SCANCODE_K", "value": 14 }, { "tag": "field", "name": "SDL_SCANCODE_L", "value": 15 }, { "tag": "field", "name": "SDL_SCANCODE_M", "value": 16 }, { "tag": "field", "name": "SDL_SCANCODE_N", "value": 17 }, { "tag": "field", "name": "SDL_SCANCODE_O", "value": 18 }, { "tag": "field", "name": "SDL_SCANCODE_P", "value": 19 }, { "tag": "field", "name": "SDL_SCANCODE_Q", "value": 20 }, { "tag": "field", "name": "SDL_SCANCODE_R", "value": 21 }, { "tag": "field", "name": "SDL_SCANCODE_S", "value": 22 }, { "tag": "field", "name": "SDL_SCANCODE_T", "value": 23 }, { "tag": "field", "name": "SDL_SCANCODE_U", "value": 24 }, { "tag": "field", "name": "SDL_SCANCODE_V", "value": 25 }, { "tag": "field", "name": "SDL_SCANCODE_W", "value": 26 }, { "tag": "field", "name": "SDL_SCANCODE_X", "value": 27 }, { "tag": "field", "name": "SDL_SCANCODE_Y", "value": 28 }, { "tag": "field", "name": "SDL_SCANCODE_Z", "value": 29 }, { "tag": "field", "name": "SDL_SCANCODE_1", "value": 30 }, { "tag": "field", "name": "SDL_SCANCODE_2", "value": 31 }, { "tag": "field", "name": "SDL_SCANCODE_3", "value": 32 }, { "tag": "field", "name": "SDL_SCANCODE_4", "value": 33 }, { "tag": "field", "name": "SDL_SCANCODE_5", "value": 34 }, { "tag": "field", "name": "SDL_SCANCODE_6", "value": 35 }, { "tag": "field", "name": "SDL_SCANCODE_7", "value": 36 }, { "tag": "field", "name": "SDL_SCANCODE_8", "value": 37 }, { "tag": "field", "name": "SDL_SCANCODE_9", "value": 38 }, { "tag": "field", "name": "SDL_SCANCODE_0", "value": 39 }, { "tag": "field", "name": "SDL_SCANCODE_RETURN", "value": 40 }, { "tag": "field", "name": "SDL_SCANCODE_ESCAPE", "value": 41 }, { "tag": "field", "name": "SDL_SCANCODE_BACKSPACE", "value": 42 }, { "tag": "field", "name": "SDL_SCANCODE_TAB", "value": 43 }, { "tag": "field", "name": "SDL_SCANCODE_SPACE", "value": 44 }, { "tag": "field", "name": "SDL_SCANCODE_MINUS", "value": 45 }, { "tag": "field", "name": "SDL_SCANCODE_EQUALS", "value": 46 }, { "tag": "field", "name": "SDL_SCANCODE_LEFTBRACKET", "value": 47 }, { "tag": "field", "name": "SDL_SCANCODE_RIGHTBRACKET", "value": 48 }, { "tag": "field", "name": "SDL_SCANCODE_BACKSLASH", "value": 49 }, { "tag": "field", "name": "SDL_SCANCODE_NONUSHASH", "value": 50 }, { "tag": "field", "name": "SDL_SCANCODE_SEMICOLON", "value": 51 }, { "tag": "field", "name": "SDL_SCANCODE_APOSTROPHE", "value": 52 }, { "tag": "field", "name": "SDL_SCANCODE_GRAVE", "value": 53 }, { "tag": "field", "name": "SDL_SCANCODE_COMMA", "value": 54 }, { "tag": "field", "name": "SDL_SCANCODE_PERIOD", "value": 55 }, { "tag": "field", "name": "SDL_SCANCODE_SLASH", "value": 56 }, { "tag": "field", "name": "SDL_SCANCODE_CAPSLOCK", "value": 57 }, { "tag": "field", "name": "SDL_SCANCODE_F1", "value": 58 }, { "tag": "field", "name": "SDL_SCANCODE_F2", "value": 59 }, { "tag": "field", "name": "SDL_SCANCODE_F3", "value": 60 }, { "tag": "field", "name": "SDL_SCANCODE_F4", "value": 61 }, { "tag": "field", "name": "SDL_SCANCODE_F5", "value": 62 }, { "tag": "field", "name": "SDL_SCANCODE_F6", "value": 63 }, { "tag": "field", "name": "SDL_SCANCODE_F7", "value": 64 }, { "tag": "field", "name": "SDL_SCANCODE_F8", "value": 65 }, { "tag": "field", "name": "SDL_SCANCODE_F9", "value": 66 }, { "tag": "field", "name": "SDL_SCANCODE_F10", "value": 67 }, { "tag": "field", "name": "SDL_SCANCODE_F11", "value": 68 }, { "tag": "field", "name": "SDL_SCANCODE_F12", "value": 69 }, { "tag": "field", "name": "SDL_SCANCODE_PRINTSCREEN", "value": 70 }, { "tag": "field", "name": "SDL_SCANCODE_SCROLLLOCK", "value": 71 }, { "tag": "field", "name": "SDL_SCANCODE_PAUSE", "value": 72 }, { "tag": "field", "name": "SDL_SCANCODE_INSERT", "value": 73 }, { "tag": "field", "name": "SDL_SCANCODE_HOME", "value": 74 }, { "tag": "field", "name": "SDL_SCANCODE_PAGEUP", "value": 75 }, { "tag": "field", "name": "SDL_SCANCODE_DELETE", "value": 76 }, { "tag": "field", "name": "SDL_SCANCODE_END", "value": 77 }, { "tag": "field", "name": "SDL_SCANCODE_PAGEDOWN", "value": 78 }, { "tag": "field", "name": "SDL_SCANCODE_RIGHT", "value": 79 }, { "tag": "field", "name": "SDL_SCANCODE_LEFT", "value": 80 }, { "tag": "field", "name": "SDL_SCANCODE_DOWN", "value": 81 }, { "tag": "field", "name": "SDL_SCANCODE_UP", "value": 82 }, { "tag": "field", "name": "SDL_SCANCODE_NUMLOCKCLEAR", "value": 83 }, { "tag": "field", "name": "SDL_SCANCODE_KP_DIVIDE", "value": 84 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MULTIPLY", "value": 85 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MINUS", "value": 86 }, { "tag": "field", "name": "SDL_SCANCODE_KP_PLUS", "value": 87 }, { "tag": "field", "name": "SDL_SCANCODE_KP_ENTER", "value": 88 }, { "tag": "field", "name": "SDL_SCANCODE_KP_1", "value": 89 }, { "tag": "field", "name": "SDL_SCANCODE_KP_2", "value": 90 }, { "tag": "field", "name": "SDL_SCANCODE_KP_3", "value": 91 }, { "tag": "field", "name": "SDL_SCANCODE_KP_4", "value": 92 }, { "tag": "field", "name": "SDL_SCANCODE_KP_5", "value": 93 }, { "tag": "field", "name": "SDL_SCANCODE_KP_6", "value": 94 }, { "tag": "field", "name": "SDL_SCANCODE_KP_7", "value": 95 }, { "tag": "field", "name": "SDL_SCANCODE_KP_8", "value": 96 }, { "tag": "field", "name": "SDL_SCANCODE_KP_9", "value": 97 }, { "tag": "field", "name": "SDL_SCANCODE_KP_0", "value": 98 }, { "tag": "field", "name": "SDL_SCANCODE_KP_PERIOD", "value": 99 }, { "tag": "field", "name": "SDL_SCANCODE_NONUSBACKSLASH", "value": 100 }, { "tag": "field", "name": "SDL_SCANCODE_APPLICATION", "value": 101 }, { "tag": "field", "name": "SDL_SCANCODE_POWER", "value": 102 }, { "tag": "field", "name": "SDL_SCANCODE_KP_EQUALS", "value": 103 }, { "tag": "field", "name": "SDL_SCANCODE_F13", "value": 104 }, { "tag": "field", "name": "SDL_SCANCODE_F14", "value": 105 }, { "tag": "field", "name": "SDL_SCANCODE_F15", "value": 106 }, { "tag": "field", "name": "SDL_SCANCODE_F16", "value": 107 }, { "tag": "field", "name": "SDL_SCANCODE_F17", "value": 108 }, { "tag": "field", "name": "SDL_SCANCODE_F18", "value": 109 }, { "tag": "field", "name": "SDL_SCANCODE_F19", "value": 110 }, { "tag": "field", "name": "SDL_SCANCODE_F20", "value": 111 }, { "tag": "field", "name": "SDL_SCANCODE_F21", "value": 112 }, { "tag": "field", "name": "SDL_SCANCODE_F22", "value": 113 }, { "tag": "field", "name": "SDL_SCANCODE_F23", "value": 114 }, { "tag": "field", "name": "SDL_SCANCODE_F24", "value": 115 }, { "tag": "field", "name": "SDL_SCANCODE_EXECUTE", "value": 116 }, { "tag": "field", "name": "SDL_SCANCODE_HELP", "value": 117 }, { "tag": "field", "name": "SDL_SCANCODE_MENU", "value": 118 }, { "tag": "field", "name": "SDL_SCANCODE_SELECT", "value": 119 }, { "tag": "field", "name": "SDL_SCANCODE_STOP", "value": 120 }, { "tag": "field", "name": "SDL_SCANCODE_AGAIN", "value": 121 }, { "tag": "field", "name": "SDL_SCANCODE_UNDO", "value": 122 }, { "tag": "field", "name": "SDL_SCANCODE_CUT", "value": 123 }, { "tag": "field", "name": "SDL_SCANCODE_COPY", "value": 124 }, { "tag": "field", "name": "SDL_SCANCODE_PASTE", "value": 125 }, { "tag": "field", "name": "SDL_SCANCODE_FIND", "value": 126 }, { "tag": "field", "name": "SDL_SCANCODE_MUTE", "value": 127 }, { "tag": "field", "name": "SDL_SCANCODE_VOLUMEUP", "value": 128 }, { "tag": "field", "name": "SDL_SCANCODE_VOLUMEDOWN", "value": 129 }, { "tag": "field", "name": "SDL_SCANCODE_KP_COMMA", "value": 133 }, { "tag": "field", "name": "SDL_SCANCODE_KP_EQUALSAS400", "value": 134 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL1", "value": 135 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL2", "value": 136 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL3", "value": 137 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL4", "value": 138 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL5", "value": 139 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL6", "value": 140 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL7", "value": 141 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL8", "value": 142 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL9", "value": 143 }, { "tag": "field", "name": "SDL_SCANCODE_LANG1", "value": 144 }, { "tag": "field", "name": "SDL_SCANCODE_LANG2", "value": 145 }, { "tag": "field", "name": "SDL_SCANCODE_LANG3", "value": 146 }, { "tag": "field", "name": "SDL_SCANCODE_LANG4", "value": 147 }, { "tag": "field", "name": "SDL_SCANCODE_LANG5", "value": 148 }, { "tag": "field", "name": "SDL_SCANCODE_LANG6", "value": 149 }, { "tag": "field", "name": "SDL_SCANCODE_LANG7", "value": 150 }, { "tag": "field", "name": "SDL_SCANCODE_LANG8", "value": 151 }, { "tag": "field", "name": "SDL_SCANCODE_LANG9", "value": 152 }, { "tag": "field", "name": "SDL_SCANCODE_ALTERASE", "value": 153 }, { "tag": "field", "name": "SDL_SCANCODE_SYSREQ", "value": 154 }, { "tag": "field", "name": "SDL_SCANCODE_CANCEL", "value": 155 }, { "tag": "field", "name": "SDL_SCANCODE_CLEAR", "value": 156 }, { "tag": "field", "name": "SDL_SCANCODE_PRIOR", "value": 157 }, { "tag": "field", "name": "SDL_SCANCODE_RETURN2", "value": 158 }, { "tag": "field", "name": "SDL_SCANCODE_SEPARATOR", "value": 159 }, { "tag": "field", "name": "SDL_SCANCODE_OUT", "value": 160 }, { "tag": "field", "name": "SDL_SCANCODE_OPER", "value": 161 }, { "tag": "field", "name": "SDL_SCANCODE_CLEARAGAIN", "value": 162 }, { "tag": "field", "name": "SDL_SCANCODE_CRSEL", "value": 163 }, { "tag": "field", "name": "SDL_SCANCODE_EXSEL", "value": 164 }, { "tag": "field", "name": "SDL_SCANCODE_KP_00", "value": 176 }, { "tag": "field", "name": "SDL_SCANCODE_KP_000", "value": 177 }, { "tag": "field", "name": "SDL_SCANCODE_THOUSANDSSEPARATOR", "value": 178 }, { "tag": "field", "name": "SDL_SCANCODE_DECIMALSEPARATOR", "value": 179 }, { "tag": "field", "name": "SDL_SCANCODE_CURRENCYUNIT", "value": 180 }, { "tag": "field", "name": "SDL_SCANCODE_CURRENCYSUBUNIT", "value": 181 }, { "tag": "field", "name": "SDL_SCANCODE_KP_LEFTPAREN", "value": 182 }, { "tag": "field", "name": "SDL_SCANCODE_KP_RIGHTPAREN", "value": 183 }, { "tag": "field", "name": "SDL_SCANCODE_KP_LEFTBRACE", "value": 184 }, { "tag": "field", "name": "SDL_SCANCODE_KP_RIGHTBRACE", "value": 185 }, { "tag": "field", "name": "SDL_SCANCODE_KP_TAB", "value": 186 }, { "tag": "field", "name": "SDL_SCANCODE_KP_BACKSPACE", "value": 187 }, { "tag": "field", "name": "SDL_SCANCODE_KP_A", "value": 188 }, { "tag": "field", "name": "SDL_SCANCODE_KP_B", "value": 189 }, { "tag": "field", "name": "SDL_SCANCODE_KP_C", "value": 190 }, { "tag": "field", "name": "SDL_SCANCODE_KP_D", "value": 191 }, { "tag": "field", "name": "SDL_SCANCODE_KP_E", "value": 192 }, { "tag": "field", "name": "SDL_SCANCODE_KP_F", "value": 193 }, { "tag": "field", "name": "SDL_SCANCODE_KP_XOR", "value": 194 }, { "tag": "field", "name": "SDL_SCANCODE_KP_POWER", "value": 195 }, { "tag": "field", "name": "SDL_SCANCODE_KP_PERCENT", "value": 196 }, { "tag": "field", "name": "SDL_SCANCODE_KP_LESS", "value": 197 }, { "tag": "field", "name": "SDL_SCANCODE_KP_GREATER", "value": 198 }, { "tag": "field", "name": "SDL_SCANCODE_KP_AMPERSAND", "value": 199 }, { "tag": "field", "name": "SDL_SCANCODE_KP_DBLAMPERSAND", "value": 200 }, { "tag": "field", "name": "SDL_SCANCODE_KP_VERTICALBAR", "value": 201 }, { "tag": "field", "name": "SDL_SCANCODE_KP_DBLVERTICALBAR", "value": 202 }, { "tag": "field", "name": "SDL_SCANCODE_KP_COLON", "value": 203 }, { "tag": "field", "name": "SDL_SCANCODE_KP_HASH", "value": 204 }, { "tag": "field", "name": "SDL_SCANCODE_KP_SPACE", "value": 205 }, { "tag": "field", "name": "SDL_SCANCODE_KP_AT", "value": 206 }, { "tag": "field", "name": "SDL_SCANCODE_KP_EXCLAM", "value": 207 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMSTORE", "value": 208 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMRECALL", "value": 209 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMCLEAR", "value": 210 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMADD", "value": 211 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMSUBTRACT", "value": 212 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMMULTIPLY", "value": 213 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMDIVIDE", "value": 214 }, { "tag": "field", "name": "SDL_SCANCODE_KP_PLUSMINUS", "value": 215 }, { "tag": "field", "name": "SDL_SCANCODE_KP_CLEAR", "value": 216 }, { "tag": "field", "name": "SDL_SCANCODE_KP_CLEARENTRY", "value": 217 }, { "tag": "field", "name": "SDL_SCANCODE_KP_BINARY", "value": 218 }, { "tag": "field", "name": "SDL_SCANCODE_KP_OCTAL", "value": 219 }, { "tag": "field", "name": "SDL_SCANCODE_KP_DECIMAL", "value": 220 }, { "tag": "field", "name": "SDL_SCANCODE_KP_HEXADECIMAL", "value": 221 }, { "tag": "field", "name": "SDL_SCANCODE_LCTRL", "value": 224 }, { "tag": "field", "name": "SDL_SCANCODE_LSHIFT", "value": 225 }, { "tag": "field", "name": "SDL_SCANCODE_LALT", "value": 226 }, { "tag": "field", "name": "SDL_SCANCODE_LGUI", "value": 227 }, { "tag": "field", "name": "SDL_SCANCODE_RCTRL", "value": 228 }, { "tag": "field", "name": "SDL_SCANCODE_RSHIFT", "value": 229 }, { "tag": "field", "name": "SDL_SCANCODE_RALT", "value": 230 }, { "tag": "field", "name": "SDL_SCANCODE_RGUI", "value": 231 }, { "tag": "field", "name": "SDL_SCANCODE_MODE", "value": 257 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIONEXT", "value": 258 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOPREV", "value": 259 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOSTOP", "value": 260 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOPLAY", "value": 261 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOMUTE", "value": 262 }, { "tag": "field", "name": "SDL_SCANCODE_MEDIASELECT", "value": 263 }, { "tag": "field", "name": "SDL_SCANCODE_WWW", "value": 264 }, { "tag": "field", "name": "SDL_SCANCODE_MAIL", "value": 265 }, { "tag": "field", "name": "SDL_SCANCODE_CALCULATOR", "value": 266 }, { "tag": "field", "name": "SDL_SCANCODE_COMPUTER", "value": 267 }, { "tag": "field", "name": "SDL_SCANCODE_AC_SEARCH", "value": 268 }, { "tag": "field", "name": "SDL_SCANCODE_AC_HOME", "value": 269 }, { "tag": "field", "name": "SDL_SCANCODE_AC_BACK", "value": 270 }, { "tag": "field", "name": "SDL_SCANCODE_AC_FORWARD", "value": 271 }, { "tag": "field", "name": "SDL_SCANCODE_AC_STOP", "value": 272 }, { "tag": "field", "name": "SDL_SCANCODE_AC_REFRESH", "value": 273 }, { "tag": "field", "name": "SDL_SCANCODE_AC_BOOKMARKS", "value": 274 }, { "tag": "field", "name": "SDL_SCANCODE_BRIGHTNESSDOWN", "value": 275 }, { "tag": "field", "name": "SDL_SCANCODE_BRIGHTNESSUP", "value": 276 }, { "tag": "field", "name": "SDL_SCANCODE_DISPLAYSWITCH", "value": 277 }, { "tag": "field", "name": "SDL_SCANCODE_KBDILLUMTOGGLE", "value": 278 }, { "tag": "field", "name": "SDL_SCANCODE_KBDILLUMDOWN", "value": 279 }, { "tag": "field", "name": "SDL_SCANCODE_KBDILLUMUP", "value": 280 }, { "tag": "field", "name": "SDL_SCANCODE_EJECT", "value": 281 }, { "tag": "field", "name": "SDL_SCANCODE_SLEEP", "value": 282 }, { "tag": "field", "name": "SDL_SCANCODE_APP1", "value": 283 }, { "tag": "field", "name": "SDL_SCANCODE_APP2", "value": 284 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOREWIND", "value": 285 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOFASTFORWARD", "value": 286 }, { "tag": "field", "name": "SDL_SCANCODE_SOFTLEFT", "value": 287 }, { "tag": "field", "name": "SDL_SCANCODE_SOFTRIGHT", "value": 288 }, { "tag": "field", "name": "SDL_SCANCODE_CALL", "value": 289 }, { "tag": "field", "name": "SDL_SCANCODE_ENDCALL", "value": 290 }, { "tag": "field", "name": "SDL_NUM_SCANCODES", "value": 512 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Scancode", "location": "/usr/include/SDL2/SDL_scancode.h:434:3", "type": { "tag": ":enum", "name": "", "id": 97 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Keycode", "location": "/usr/include/SDL2/SDL_keycode.h:45:16", "type": { "tag": "Sint32" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 98, "location": "/usr/include/SDL2/SDL_keycode.h:50:9", "fields": [{ "tag": "field", "name": "SDLK_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDLK_RETURN", "value": 13 }, { "tag": "field", "name": "SDLK_ESCAPE", "value": 27 }, { "tag": "field", "name": "SDLK_BACKSPACE", "value": 8 }, { "tag": "field", "name": "SDLK_TAB", "value": 9 }, { "tag": "field", "name": "SDLK_SPACE", "value": 32 }, { "tag": "field", "name": "SDLK_EXCLAIM", "value": 33 }, { "tag": "field", "name": "SDLK_QUOTEDBL", "value": 34 }, { "tag": "field", "name": "SDLK_HASH", "value": 35 }, { "tag": "field", "name": "SDLK_PERCENT", "value": 37 }, { "tag": "field", "name": "SDLK_DOLLAR", "value": 36 }, { "tag": "field", "name": "SDLK_AMPERSAND", "value": 38 }, { "tag": "field", "name": "SDLK_QUOTE", "value": 39 }, { "tag": "field", "name": "SDLK_LEFTPAREN", "value": 40 }, { "tag": "field", "name": "SDLK_RIGHTPAREN", "value": 41 }, { "tag": "field", "name": "SDLK_ASTERISK", "value": 42 }, { "tag": "field", "name": "SDLK_PLUS", "value": 43 }, { "tag": "field", "name": "SDLK_COMMA", "value": 44 }, { "tag": "field", "name": "SDLK_MINUS", "value": 45 }, { "tag": "field", "name": "SDLK_PERIOD", "value": 46 }, { "tag": "field", "name": "SDLK_SLASH", "value": 47 }, { "tag": "field", "name": "SDLK_0", "value": 48 }, { "tag": "field", "name": "SDLK_1", "value": 49 }, { "tag": "field", "name": "SDLK_2", "value": 50 }, { "tag": "field", "name": "SDLK_3", "value": 51 }, { "tag": "field", "name": "SDLK_4", "value": 52 }, { "tag": "field", "name": "SDLK_5", "value": 53 }, { "tag": "field", "name": "SDLK_6", "value": 54 }, { "tag": "field", "name": "SDLK_7", "value": 55 }, { "tag": "field", "name": "SDLK_8", "value": 56 }, { "tag": "field", "name": "SDLK_9", "value": 57 }, { "tag": "field", "name": "SDLK_COLON", "value": 58 }, { "tag": "field", "name": "SDLK_SEMICOLON", "value": 59 }, { "tag": "field", "name": "SDLK_LESS", "value": 60 }, { "tag": "field", "name": "SDLK_EQUALS", "value": 61 }, { "tag": "field", "name": "SDLK_GREATER", "value": 62 }, { "tag": "field", "name": "SDLK_QUESTION", "value": 63 }, { "tag": "field", "name": "SDLK_AT", "value": 64 }, { "tag": "field", "name": "SDLK_LEFTBRACKET", "value": 91 }, { "tag": "field", "name": "SDLK_BACKSLASH", "value": 92 }, { "tag": "field", "name": "SDLK_RIGHTBRACKET", "value": 93 }, { "tag": "field", "name": "SDLK_CARET", "value": 94 }, { "tag": "field", "name": "SDLK_UNDERSCORE", "value": 95 }, { "tag": "field", "name": "SDLK_BACKQUOTE", "value": 96 }, { "tag": "field", "name": "SDLK_a", "value": 97 }, { "tag": "field", "name": "SDLK_b", "value": 98 }, { "tag": "field", "name": "SDLK_c", "value": 99 }, { "tag": "field", "name": "SDLK_d", "value": 100 }, { "tag": "field", "name": "SDLK_e", "value": 101 }, { "tag": "field", "name": "SDLK_f", "value": 102 }, { "tag": "field", "name": "SDLK_g", "value": 103 }, { "tag": "field", "name": "SDLK_h", "value": 104 }, { "tag": "field", "name": "SDLK_i", "value": 105 }, { "tag": "field", "name": "SDLK_j", "value": 106 }, { "tag": "field", "name": "SDLK_k", "value": 107 }, { "tag": "field", "name": "SDLK_l", "value": 108 }, { "tag": "field", "name": "SDLK_m", "value": 109 }, { "tag": "field", "name": "SDLK_n", "value": 110 }, { "tag": "field", "name": "SDLK_o", "value": 111 }, { "tag": "field", "name": "SDLK_p", "value": 112 }, { "tag": "field", "name": "SDLK_q", "value": 113 }, { "tag": "field", "name": "SDLK_r", "value": 114 }, { "tag": "field", "name": "SDLK_s", "value": 115 }, { "tag": "field", "name": "SDLK_t", "value": 116 }, { "tag": "field", "name": "SDLK_u", "value": 117 }, { "tag": "field", "name": "SDLK_v", "value": 118 }, { "tag": "field", "name": "SDLK_w", "value": 119 }, { "tag": "field", "name": "SDLK_x", "value": 120 }, { "tag": "field", "name": "SDLK_y", "value": 121 }, { "tag": "field", "name": "SDLK_z", "value": 122 }, { "tag": "field", "name": "SDLK_CAPSLOCK", "value": 1073741881 }, { "tag": "field", "name": "SDLK_F1", "value": 1073741882 }, { "tag": "field", "name": "SDLK_F2", "value": 1073741883 }, { "tag": "field", "name": "SDLK_F3", "value": 1073741884 }, { "tag": "field", "name": "SDLK_F4", "value": 1073741885 }, { "tag": "field", "name": "SDLK_F5", "value": 1073741886 }, { "tag": "field", "name": "SDLK_F6", "value": 1073741887 }, { "tag": "field", "name": "SDLK_F7", "value": 1073741888 }, { "tag": "field", "name": "SDLK_F8", "value": 1073741889 }, { "tag": "field", "name": "SDLK_F9", "value": 1073741890 }, { "tag": "field", "name": "SDLK_F10", "value": 1073741891 }, { "tag": "field", "name": "SDLK_F11", "value": 1073741892 }, { "tag": "field", "name": "SDLK_F12", "value": 1073741893 }, { "tag": "field", "name": "SDLK_PRINTSCREEN", "value": 1073741894 }, { "tag": "field", "name": "SDLK_SCROLLLOCK", "value": 1073741895 }, { "tag": "field", "name": "SDLK_PAUSE", "value": 1073741896 }, { "tag": "field", "name": "SDLK_INSERT", "value": 1073741897 }, { "tag": "field", "name": "SDLK_HOME", "value": 1073741898 }, { "tag": "field", "name": "SDLK_PAGEUP", "value": 1073741899 }, { "tag": "field", "name": "SDLK_DELETE", "value": 127 }, { "tag": "field", "name": "SDLK_END", "value": 1073741901 }, { "tag": "field", "name": "SDLK_PAGEDOWN", "value": 1073741902 }, { "tag": "field", "name": "SDLK_RIGHT", "value": 1073741903 }, { "tag": "field", "name": "SDLK_LEFT", "value": 1073741904 }, { "tag": "field", "name": "SDLK_DOWN", "value": 1073741905 }, { "tag": "field", "name": "SDLK_UP", "value": 1073741906 }, { "tag": "field", "name": "SDLK_NUMLOCKCLEAR", "value": 1073741907 }, { "tag": "field", "name": "SDLK_KP_DIVIDE", "value": 1073741908 }, { "tag": "field", "name": "SDLK_KP_MULTIPLY", "value": 1073741909 }, { "tag": "field", "name": "SDLK_KP_MINUS", "value": 1073741910 }, { "tag": "field", "name": "SDLK_KP_PLUS", "value": 1073741911 }, { "tag": "field", "name": "SDLK_KP_ENTER", "value": 1073741912 }, { "tag": "field", "name": "SDLK_KP_1", "value": 1073741913 }, { "tag": "field", "name": "SDLK_KP_2", "value": 1073741914 }, { "tag": "field", "name": "SDLK_KP_3", "value": 1073741915 }, { "tag": "field", "name": "SDLK_KP_4", "value": 1073741916 }, { "tag": "field", "name": "SDLK_KP_5", "value": 1073741917 }, { "tag": "field", "name": "SDLK_KP_6", "value": 1073741918 }, { "tag": "field", "name": "SDLK_KP_7", "value": 1073741919 }, { "tag": "field", "name": "SDLK_KP_8", "value": 1073741920 }, { "tag": "field", "name": "SDLK_KP_9", "value": 1073741921 }, { "tag": "field", "name": "SDLK_KP_0", "value": 1073741922 }, { "tag": "field", "name": "SDLK_KP_PERIOD", "value": 1073741923 }, { "tag": "field", "name": "SDLK_APPLICATION", "value": 1073741925 }, { "tag": "field", "name": "SDLK_POWER", "value": 1073741926 }, { "tag": "field", "name": "SDLK_KP_EQUALS", "value": 1073741927 }, { "tag": "field", "name": "SDLK_F13", "value": 1073741928 }, { "tag": "field", "name": "SDLK_F14", "value": 1073741929 }, { "tag": "field", "name": "SDLK_F15", "value": 1073741930 }, { "tag": "field", "name": "SDLK_F16", "value": 1073741931 }, { "tag": "field", "name": "SDLK_F17", "value": 1073741932 }, { "tag": "field", "name": "SDLK_F18", "value": 1073741933 }, { "tag": "field", "name": "SDLK_F19", "value": 1073741934 }, { "tag": "field", "name": "SDLK_F20", "value": 1073741935 }, { "tag": "field", "name": "SDLK_F21", "value": 1073741936 }, { "tag": "field", "name": "SDLK_F22", "value": 1073741937 }, { "tag": "field", "name": "SDLK_F23", "value": 1073741938 }, { "tag": "field", "name": "SDLK_F24", "value": 1073741939 }, { "tag": "field", "name": "SDLK_EXECUTE", "value": 1073741940 }, { "tag": "field", "name": "SDLK_HELP", "value": 1073741941 }, { "tag": "field", "name": "SDLK_MENU", "value": 1073741942 }, { "tag": "field", "name": "SDLK_SELECT", "value": 1073741943 }, { "tag": "field", "name": "SDLK_STOP", "value": 1073741944 }, { "tag": "field", "name": "SDLK_AGAIN", "value": 1073741945 }, { "tag": "field", "name": "SDLK_UNDO", "value": 1073741946 }, { "tag": "field", "name": "SDLK_CUT", "value": 1073741947 }, { "tag": "field", "name": "SDLK_COPY", "value": 1073741948 }, { "tag": "field", "name": "SDLK_PASTE", "value": 1073741949 }, { "tag": "field", "name": "SDLK_FIND", "value": 1073741950 }, { "tag": "field", "name": "SDLK_MUTE", "value": 1073741951 }, { "tag": "field", "name": "SDLK_VOLUMEUP", "value": 1073741952 }, { "tag": "field", "name": "SDLK_VOLUMEDOWN", "value": 1073741953 }, { "tag": "field", "name": "SDLK_KP_COMMA", "value": 1073741957 }, { "tag": "field", "name": "SDLK_KP_EQUALSAS400", "value": 1073741958 }, { "tag": "field", "name": "SDLK_ALTERASE", "value": 1073741977 }, { "tag": "field", "name": "SDLK_SYSREQ", "value": 1073741978 }, { "tag": "field", "name": "SDLK_CANCEL", "value": 1073741979 }, { "tag": "field", "name": "SDLK_CLEAR", "value": 1073741980 }, { "tag": "field", "name": "SDLK_PRIOR", "value": 1073741981 }, { "tag": "field", "name": "SDLK_RETURN2", "value": 1073741982 }, { "tag": "field", "name": "SDLK_SEPARATOR", "value": 1073741983 }, { "tag": "field", "name": "SDLK_OUT", "value": 1073741984 }, { "tag": "field", "name": "SDLK_OPER", "value": 1073741985 }, { "tag": "field", "name": "SDLK_CLEARAGAIN", "value": 1073741986 }, { "tag": "field", "name": "SDLK_CRSEL", "value": 1073741987 }, { "tag": "field", "name": "SDLK_EXSEL", "value": 1073741988 }, { "tag": "field", "name": "SDLK_KP_00", "value": 1073742000 }, { "tag": "field", "name": "SDLK_KP_000", "value": 1073742001 }, { "tag": "field", "name": "SDLK_THOUSANDSSEPARATOR", "value": 1073742002 }, { "tag": "field", "name": "SDLK_DECIMALSEPARATOR", "value": 1073742003 }, { "tag": "field", "name": "SDLK_CURRENCYUNIT", "value": 1073742004 }, { "tag": "field", "name": "SDLK_CURRENCYSUBUNIT", "value": 1073742005 }, { "tag": "field", "name": "SDLK_KP_LEFTPAREN", "value": 1073742006 }, { "tag": "field", "name": "SDLK_KP_RIGHTPAREN", "value": 1073742007 }, { "tag": "field", "name": "SDLK_KP_LEFTBRACE", "value": 1073742008 }, { "tag": "field", "name": "SDLK_KP_RIGHTBRACE", "value": 1073742009 }, { "tag": "field", "name": "SDLK_KP_TAB", "value": 1073742010 }, { "tag": "field", "name": "SDLK_KP_BACKSPACE", "value": 1073742011 }, { "tag": "field", "name": "SDLK_KP_A", "value": 1073742012 }, { "tag": "field", "name": "SDLK_KP_B", "value": 1073742013 }, { "tag": "field", "name": "SDLK_KP_C", "value": 1073742014 }, { "tag": "field", "name": "SDLK_KP_D", "value": 1073742015 }, { "tag": "field", "name": "SDLK_KP_E", "value": 1073742016 }, { "tag": "field", "name": "SDLK_KP_F", "value": 1073742017 }, { "tag": "field", "name": "SDLK_KP_XOR", "value": 1073742018 }, { "tag": "field", "name": "SDLK_KP_POWER", "value": 1073742019 }, { "tag": "field", "name": "SDLK_KP_PERCENT", "value": 1073742020 }, { "tag": "field", "name": "SDLK_KP_LESS", "value": 1073742021 }, { "tag": "field", "name": "SDLK_KP_GREATER", "value": 1073742022 }, { "tag": "field", "name": "SDLK_KP_AMPERSAND", "value": 1073742023 }, { "tag": "field", "name": "SDLK_KP_DBLAMPERSAND", "value": 1073742024 }, { "tag": "field", "name": "SDLK_KP_VERTICALBAR", "value": 1073742025 }, { "tag": "field", "name": "SDLK_KP_DBLVERTICALBAR", "value": 1073742026 }, { "tag": "field", "name": "SDLK_KP_COLON", "value": 1073742027 }, { "tag": "field", "name": "SDLK_KP_HASH", "value": 1073742028 }, { "tag": "field", "name": "SDLK_KP_SPACE", "value": 1073742029 }, { "tag": "field", "name": "SDLK_KP_AT", "value": 1073742030 }, { "tag": "field", "name": "SDLK_KP_EXCLAM", "value": 1073742031 }, { "tag": "field", "name": "SDLK_KP_MEMSTORE", "value": 1073742032 }, { "tag": "field", "name": "SDLK_KP_MEMRECALL", "value": 1073742033 }, { "tag": "field", "name": "SDLK_KP_MEMCLEAR", "value": 1073742034 }, { "tag": "field", "name": "SDLK_KP_MEMADD", "value": 1073742035 }, { "tag": "field", "name": "SDLK_KP_MEMSUBTRACT", "value": 1073742036 }, { "tag": "field", "name": "SDLK_KP_MEMMULTIPLY", "value": 1073742037 }, { "tag": "field", "name": "SDLK_KP_MEMDIVIDE", "value": 1073742038 }, { "tag": "field", "name": "SDLK_KP_PLUSMINUS", "value": 1073742039 }, { "tag": "field", "name": "SDLK_KP_CLEAR", "value": 1073742040 }, { "tag": "field", "name": "SDLK_KP_CLEARENTRY", "value": 1073742041 }, { "tag": "field", "name": "SDLK_KP_BINARY", "value": 1073742042 }, { "tag": "field", "name": "SDLK_KP_OCTAL", "value": 1073742043 }, { "tag": "field", "name": "SDLK_KP_DECIMAL", "value": 1073742044 }, { "tag": "field", "name": "SDLK_KP_HEXADECIMAL", "value": 1073742045 }, { "tag": "field", "name": "SDLK_LCTRL", "value": 1073742048 }, { "tag": "field", "name": "SDLK_LSHIFT", "value": 1073742049 }, { "tag": "field", "name": "SDLK_LALT", "value": 1073742050 }, { "tag": "field", "name": "SDLK_LGUI", "value": 1073742051 }, { "tag": "field", "name": "SDLK_RCTRL", "value": 1073742052 }, { "tag": "field", "name": "SDLK_RSHIFT", "value": 1073742053 }, { "tag": "field", "name": "SDLK_RALT", "value": 1073742054 }, { "tag": "field", "name": "SDLK_RGUI", "value": 1073742055 }, { "tag": "field", "name": "SDLK_MODE", "value": 1073742081 }, { "tag": "field", "name": "SDLK_AUDIONEXT", "value": 1073742082 }, { "tag": "field", "name": "SDLK_AUDIOPREV", "value": 1073742083 }, { "tag": "field", "name": "SDLK_AUDIOSTOP", "value": 1073742084 }, { "tag": "field", "name": "SDLK_AUDIOPLAY", "value": 1073742085 }, { "tag": "field", "name": "SDLK_AUDIOMUTE", "value": 1073742086 }, { "tag": "field", "name": "SDLK_MEDIASELECT", "value": 1073742087 }, { "tag": "field", "name": "SDLK_WWW", "value": 1073742088 }, { "tag": "field", "name": "SDLK_MAIL", "value": 1073742089 }, { "tag": "field", "name": "SDLK_CALCULATOR", "value": 1073742090 }, { "tag": "field", "name": "SDLK_COMPUTER", "value": 1073742091 }, { "tag": "field", "name": "SDLK_AC_SEARCH", "value": 1073742092 }, { "tag": "field", "name": "SDLK_AC_HOME", "value": 1073742093 }, { "tag": "field", "name": "SDLK_AC_BACK", "value": 1073742094 }, { "tag": "field", "name": "SDLK_AC_FORWARD", "value": 1073742095 }, { "tag": "field", "name": "SDLK_AC_STOP", "value": 1073742096 }, { "tag": "field", "name": "SDLK_AC_REFRESH", "value": 1073742097 }, { "tag": "field", "name": "SDLK_AC_BOOKMARKS", "value": 1073742098 }, { "tag": "field", "name": "SDLK_BRIGHTNESSDOWN", "value": 1073742099 }, { "tag": "field", "name": "SDLK_BRIGHTNESSUP", "value": 1073742100 }, { "tag": "field", "name": "SDLK_DISPLAYSWITCH", "value": 1073742101 }, { "tag": "field", "name": "SDLK_KBDILLUMTOGGLE", "value": 1073742102 }, { "tag": "field", "name": "SDLK_KBDILLUMDOWN", "value": 1073742103 }, { "tag": "field", "name": "SDLK_KBDILLUMUP", "value": 1073742104 }, { "tag": "field", "name": "SDLK_EJECT", "value": 1073742105 }, { "tag": "field", "name": "SDLK_SLEEP", "value": 1073742106 }, { "tag": "field", "name": "SDLK_APP1", "value": 1073742107 }, { "tag": "field", "name": "SDLK_APP2", "value": 1073742108 }, { "tag": "field", "name": "SDLK_AUDIOREWIND", "value": 1073742109 }, { "tag": "field", "name": "SDLK_AUDIOFASTFORWARD", "value": 1073742110 }, { "tag": "field", "name": "SDLK_SOFTLEFT", "value": 1073742111 }, { "tag": "field", "name": "SDLK_SOFTRIGHT", "value": 1073742112 }, { "tag": "field", "name": "SDLK_CALL", "value": 1073742113 }, { "tag": "field", "name": "SDLK_ENDCALL", "value": 1073742114 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_KeyCode", "location": "/usr/include/SDL2/SDL_keycode.h:327:3", "type": { "tag": ":enum", "name": "", "id": 98 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 99, "location": "/usr/include/SDL2/SDL_keycode.h:332:9", "fields": [{ "tag": "field", "name": "KMOD_NONE", "value": 0 }, { "tag": "field", "name": "KMOD_LSHIFT", "value": 1 }, { "tag": "field", "name": "KMOD_RSHIFT", "value": 2 }, { "tag": "field", "name": "KMOD_LCTRL", "value": 64 }, { "tag": "field", "name": "KMOD_RCTRL", "value": 128 }, { "tag": "field", "name": "KMOD_LALT", "value": 256 }, { "tag": "field", "name": "KMOD_RALT", "value": 512 }, { "tag": "field", "name": "KMOD_LGUI", "value": 1024 }, { "tag": "field", "name": "KMOD_RGUI", "value": 2048 }, { "tag": "field", "name": "KMOD_NUM", "value": 4096 }, { "tag": "field", "name": "KMOD_CAPS", "value": 8192 }, { "tag": "field", "name": "KMOD_MODE", "value": 16384 }, { "tag": "field", "name": "KMOD_SCROLL", "value": 32768 }, { "tag": "field", "name": "KMOD_CTRL", "value": 192 }, { "tag": "field", "name": "KMOD_SHIFT", "value": 3 }, { "tag": "field", "name": "KMOD_ALT", "value": 768 }, { "tag": "field", "name": "KMOD_GUI", "value": 3072 }, { "tag": "field", "name": "KMOD_RESERVED", "value": 32768 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Keymod", "location": "/usr/include/SDL2/SDL_keycode.h:354:3", "type": { "tag": ":enum", "name": "", "id": 99 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Keysym", "id": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:47:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "scancode", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_Scancode" } }, { "tag": "field", "name": "sym", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_Keycode" } }, { "tag": "field", "name": "mod", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "unused", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Keysym", "location": "/usr/include/SDL2/SDL_keyboard.h:53:3", "type": { "tag": ":struct", "name": "SDL_Keysym", "id": 100 } }, +{ "tag": "function", "name": "SDL_GetKeyboardFocus", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:64:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GetKeyboardState", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:95:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "numkeys", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, +{ "tag": "function", "name": "SDL_ResetKeyboard", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:106:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetModState", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:119:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_Keymod" } }, +{ "tag": "function", "name": "SDL_SetModState", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:138:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "modstate", "type": { "tag": "SDL_Keymod" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetKeyFromScancode", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:154:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "scancode", "type": { "tag": "SDL_Scancode" } }], "return-type": { "tag": "SDL_Keycode" } }, +{ "tag": "function", "name": "SDL_GetScancodeFromKey", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:170:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "key", "type": { "tag": "SDL_Keycode" } }], "return-type": { "tag": "SDL_Scancode" } }, +{ "tag": "function", "name": "SDL_GetScancodeName", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:195:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "scancode", "type": { "tag": "SDL_Scancode" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetScancodeFromName", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:210:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_Scancode" } }, +{ "tag": "function", "name": "SDL_GetKeyName", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:229:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "key", "type": { "tag": "SDL_Keycode" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetKeyFromName", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:244:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_Keycode" } }, +{ "tag": "function", "name": "SDL_StartTextInput", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:261:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_IsTextInputActive", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:272:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_StopTextInput", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:281:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_ClearComposition", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:291:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_IsTextInputShown", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:298:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_SetTextInputRect", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:318:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_HasScreenKeyboardSupport", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:331:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_IsScreenKeyboardShown", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:343:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Cursor", "id": 0, "location": "/usr/include/SDL2/SDL_mouse.h:41:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Cursor", "location": "/usr/include/SDL2/SDL_mouse.h:41:27", "type": { "tag": "struct", "ns": 0, "name": "SDL_Cursor", "id": 0, "location": "/usr/include/SDL2/SDL_mouse.h:41:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 102, "location": "/usr/include/SDL2/SDL_mouse.h:46:9", "fields": [{ "tag": "field", "name": "SDL_SYSTEM_CURSOR_ARROW", "value": 0 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_IBEAM", "value": 1 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_WAIT", "value": 2 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_CROSSHAIR", "value": 3 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_WAITARROW", "value": 4 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZENWSE", "value": 5 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZENESW", "value": 6 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZEWE", "value": 7 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZENS", "value": 8 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZEALL", "value": 9 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_NO", "value": 10 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_HAND", "value": 11 }, { "tag": "field", "name": "SDL_NUM_SYSTEM_CURSORS", "value": 12 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SystemCursor", "location": "/usr/include/SDL2/SDL_mouse.h:61:3", "type": { "tag": ":enum", "name": "", "id": 102 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 103, "location": "/usr/include/SDL2/SDL_mouse.h:66:9", "fields": [{ "tag": "field", "name": "SDL_MOUSEWHEEL_NORMAL", "value": 0 }, { "tag": "field", "name": "SDL_MOUSEWHEEL_FLIPPED", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MouseWheelDirection", "location": "/usr/include/SDL2/SDL_mouse.h:70:3", "type": { "tag": ":enum", "name": "", "id": 103 } }, +{ "tag": "function", "name": "SDL_GetMouseFocus", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:81:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GetMouseState", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:104:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetGlobalMouseState", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:133:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetRelativeMouseState", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:152:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_WarpMouseInWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:173:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_WarpMouseGlobal", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:196:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetRelativeMouseMode", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:217:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "enabled", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CaptureMouse", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:263:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "enabled", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRelativeMouseMode", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:274:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_CreateCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:317:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "mask", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "hot_x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "hot_y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_CreateColorCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:336:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "hot_x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "hot_y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_CreateSystemCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:351:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "SDL_SystemCursor" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_SetCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:369:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cursor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:383:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_GetDefaultCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:397:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_FreeCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:413:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cursor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_ShowCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:435:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "toggle", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GUID", "location": "/usr/include/SDL2/SDL_guid.h:57:3", "type": { "tag": "struct", "ns": 681944336, "name": "", "id": 104, "location": "/usr/include/SDL2/SDL_guid.h:55:9", "bit-size": 128, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "data", "bit-offset": 0, "bit-size": 128, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "Uint8" }, "size": 16 } }] } }, +{ "tag": "function", "name": "SDL_GUIDToString", "ns": 0, "location": "/usr/include/SDL2/SDL_guid.h:74:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "guid", "type": { "tag": "SDL_GUID" } }, { "tag": "parameter", "name": "pszGUID", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "cbGUID", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GUIDFromString", "ns": 0, "location": "/usr/include/SDL2/SDL_guid.h:90:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pchGUID", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_GUID" } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_Joystick", "id": 0, "location": "/usr/include/SDL2/SDL_joystick.h:73:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Joystick", "location": "/usr/include/SDL2/SDL_joystick.h:74:30", "type": { "tag": "struct", "ns": 0, "name": "_SDL_Joystick", "id": 0, "location": "/usr/include/SDL2/SDL_joystick.h:73:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoystickGUID", "location": "/usr/include/SDL2/SDL_joystick.h:77:18", "type": { "tag": "SDL_GUID" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoystickID", "location": "/usr/include/SDL2/SDL_joystick.h:86:16", "type": { "tag": "Sint32" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 106, "location": "/usr/include/SDL2/SDL_joystick.h:88:9", "fields": [{ "tag": "field", "name": "SDL_JOYSTICK_TYPE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_GAMECONTROLLER", "value": 1 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_WHEEL", "value": 2 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_ARCADE_STICK", "value": 3 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_FLIGHT_STICK", "value": 4 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_DANCE_PAD", "value": 5 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_GUITAR", "value": 6 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_DRUM_KIT", "value": 7 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_ARCADE_PAD", "value": 8 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_THROTTLE", "value": 9 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoystickType", "location": "/usr/include/SDL2/SDL_joystick.h:100:3", "type": { "tag": ":enum", "name": "", "id": 106 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 107, "location": "/usr/include/SDL2/SDL_joystick.h:102:9", "fields": [{ "tag": "field", "name": "SDL_JOYSTICK_POWER_UNKNOWN", "value": 4294967295 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_EMPTY", "value": 0 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_LOW", "value": 1 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_MEDIUM", "value": 2 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_FULL", "value": 3 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_WIRED", "value": 4 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_MAX", "value": 5 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoystickPowerLevel", "location": "/usr/include/SDL2/SDL_joystick.h:111:3", "type": { "tag": ":enum", "name": "", "id": 107 } }, +{ "tag": "function", "name": "SDL_LockJoysticks", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:138:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_UnlockJoysticks", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:153:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_NumJoysticks", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:167:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickNameForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:184:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_JoystickPathForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:201:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_JoystickGetDevicePlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:209:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceGUID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:227:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_JoystickGUID" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceVendor", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:242:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceProduct", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:257:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceProductVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:272:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceType", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:286:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_JoystickType" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:300:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_JoystickID" } }, +{ "tag": "function", "name": "SDL_JoystickOpen", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:322:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, +{ "tag": "function", "name": "SDL_JoystickFromInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:333:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "instance_id", "type": { "tag": "SDL_JoystickID" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, +{ "tag": "function", "name": "SDL_JoystickFromPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:344:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "player_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, +{ "tag": "function", "name": "SDL_JoystickAttachVirtual", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:353:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "type", "type": { "tag": "SDL_JoystickType" } }, { "tag": "parameter", "name": "naxes", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "nbuttons", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "nhats", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_VirtualJoystickDesc", "id": 0, "location": "/usr/include/SDL2/SDL_joystick.h:366:16", "bit-size": 704, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "version", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "type", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "naxes", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "nbuttons", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "nhats", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "vendor_id", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "product_id", "bit-offset": 96, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "padding", "bit-offset": 112, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button_mask", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "axis_mask", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "name", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "userdata", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "Update", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "SetPlayerIndex", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "Rumble", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "RumbleTriggers", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "SetLED", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "SendEffect", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_VirtualJoystickDesc", "location": "/usr/include/SDL2/SDL_joystick.h:390:3", "type": { "tag": ":struct", "name": "SDL_VirtualJoystickDesc", "id": 108 } }, +{ "tag": "function", "name": "SDL_JoystickAttachVirtualEx", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:404:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "desc", "type": { "tag": ":pointer", "type": { "tag": "SDL_VirtualJoystickDesc" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickDetachVirtual", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:415:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickIsVirtual", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:425:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickSetVirtualAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:447:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "value", "type": { "tag": "Sint16" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickSetVirtualButton", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:465:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "button", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickSetVirtualHat", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:483:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "hat", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickName", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:497:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_JoystickPath", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:510:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_JoystickGetPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:523:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickSetPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:534:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "player_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_JoystickGetGUID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:551:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_JoystickGUID" } }, +{ "tag": "function", "name": "SDL_JoystickGetVendor", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:563:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetProduct", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:575:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetProductVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:587:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetFirmwareVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:600:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetSerial", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:613:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_JoystickGetType", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:623:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_JoystickType" } }, +{ "tag": "function", "name": "SDL_JoystickGetGUIDString", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:640:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "guid", "type": { "tag": "SDL_JoystickGUID" } }, { "tag": "parameter", "name": "pszGUID", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "cbGUID", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_JoystickGetGUIDFromString", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:656:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pchGUID", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_JoystickGUID" } }, +{ "tag": "function", "name": "SDL_GetJoystickGUIDInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:675:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "guid", "type": { "tag": "SDL_JoystickGUID" } }, { "tag": "parameter", "name": "vendor", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "product", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "version", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "crc16", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_JoystickGetAttached", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:689:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:702:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_JoystickID" } }, +{ "tag": "function", "name": "SDL_JoystickNumAxes", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:721:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickNumBalls", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:739:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickNumHats", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:753:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickNumButtons", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:767:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickUpdate", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:779:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_JoystickEventState", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:804:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "state", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickGetAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:831:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Sint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetAxisInitialState", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:848:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "state", "type": { "tag": ":pointer", "type": { "tag": "Sint16" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickGetHat", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:889:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "hat", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_JoystickGetBall", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:911:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "ball", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dx", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "dy", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickGetButton", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:926:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "button", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_JoystickRumble", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:947:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "low_frequency_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "high_frequency_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "duration_ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickRumbleTriggers", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:972:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "left_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "right_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "duration_ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickHasLED", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:985:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickHasRumble", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:997:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickHasRumbleTriggers", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:1009:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickSetLED", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:1025:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "red", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "green", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "blue", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickSendEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:1037:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickClose", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:1048:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_JoystickCurrentPowerLevel", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:1059:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_JoystickPowerLevel" } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_Sensor", "id": 0, "location": "/usr/include/SDL2/SDL_sensor.h:51:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Sensor", "location": "/usr/include/SDL2/SDL_sensor.h:52:28", "type": { "tag": "struct", "ns": 0, "name": "_SDL_Sensor", "id": 0, "location": "/usr/include/SDL2/SDL_sensor.h:51:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SensorID", "location": "/usr/include/SDL2/SDL_sensor.h:60:16", "type": { "tag": "Sint32" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 110, "location": "/usr/include/SDL2/SDL_sensor.h:69:9", "fields": [{ "tag": "field", "name": "SDL_SENSOR_INVALID", "value": 4294967295 }, { "tag": "field", "name": "SDL_SENSOR_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_SENSOR_ACCEL", "value": 1 }, { "tag": "field", "name": "SDL_SENSOR_GYRO", "value": 2 }, { "tag": "field", "name": "SDL_SENSOR_ACCEL_L", "value": 3 }, { "tag": "field", "name": "SDL_SENSOR_GYRO_L", "value": 4 }, { "tag": "field", "name": "SDL_SENSOR_ACCEL_R", "value": 5 }, { "tag": "field", "name": "SDL_SENSOR_GYRO_R", "value": 6 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SensorType", "location": "/usr/include/SDL2/SDL_sensor.h:79:3", "type": { "tag": ":enum", "name": "", "id": 110 } }, +{ "tag": "function", "name": "SDL_LockSensors", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:143:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_UnlockSensors", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:144:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_NumSensors", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:153:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SensorGetDeviceName", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:163:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_SensorGetDeviceType", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:174:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_SensorType" } }, +{ "tag": "function", "name": "SDL_SensorGetDeviceNonPortableType", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:185:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SensorGetDeviceInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:195:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_SensorID" } }, +{ "tag": "function", "name": "SDL_SensorOpen", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:205:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }, +{ "tag": "function", "name": "SDL_SensorFromInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:215:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "instance_id", "type": { "tag": "SDL_SensorID" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }, +{ "tag": "function", "name": "SDL_SensorGetName", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:225:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_SensorGetType", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:236:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": "SDL_SensorType" } }, +{ "tag": "function", "name": "SDL_SensorGetNonPortableType", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:246:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SensorGetInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:256:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": "SDL_SensorID" } }, +{ "tag": "function", "name": "SDL_SensorGetData", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:270:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "num_values", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SensorGetDataWithTimestamp", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:287:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }, { "tag": "parameter", "name": "timestamp", "type": { "tag": ":pointer", "type": { "tag": "Uint64" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "num_values", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SensorClose", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:296:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SensorUpdate", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:309:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_GameController", "id": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:58:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameController", "location": "/usr/include/SDL2/SDL_gamecontroller.h:59:36", "type": { "tag": "struct", "ns": 0, "name": "_SDL_GameController", "id": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:58:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 112, "location": "/usr/include/SDL2/SDL_gamecontroller.h:61:9", "fields": [{ "tag": "field", "name": "SDL_CONTROLLER_TYPE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_XBOX360", "value": 1 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_XBOXONE", "value": 2 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_PS3", "value": 3 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_PS4", "value": 4 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_PRO", "value": 5 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_VIRTUAL", "value": 6 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_PS5", "value": 7 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_AMAZON_LUNA", "value": 8 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_GOOGLE_STADIA", "value": 9 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_NVIDIA_SHIELD", "value": 10 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_JOYCON_LEFT", "value": 11 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_JOYCON_RIGHT", "value": 12 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_JOYCON_PAIR", "value": 13 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerType", "location": "/usr/include/SDL2/SDL_gamecontroller.h:77:3", "type": { "tag": ":enum", "name": "", "id": 112 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 113, "location": "/usr/include/SDL2/SDL_gamecontroller.h:79:9", "fields": [{ "tag": "field", "name": "SDL_CONTROLLER_BINDTYPE_NONE", "value": 0 }, { "tag": "field", "name": "SDL_CONTROLLER_BINDTYPE_BUTTON", "value": 1 }, { "tag": "field", "name": "SDL_CONTROLLER_BINDTYPE_AXIS", "value": 2 }, { "tag": "field", "name": "SDL_CONTROLLER_BINDTYPE_HAT", "value": 3 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerBindType", "location": "/usr/include/SDL2/SDL_gamecontroller.h:85:3", "type": { "tag": ":enum", "name": "", "id": 113 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_GameControllerButtonBind", "id": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:90:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "bindType", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_GameControllerBindType" } }, { "tag": "field", "name": "value", "bit-offset": 32, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "union", "ns": 0, "name": "", "id": 114, "location": "/usr/include/SDL2/SDL_gamecontroller.h:93:5", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "button", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "axis", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "hat", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "struct", "ns": 0, "name": "", "id": 115, "location": "/usr/include/SDL2/SDL_gamecontroller.h:97:9", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "hat", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "hat_mask", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerButtonBind", "location": "/usr/include/SDL2/SDL_gamecontroller.h:103:3", "type": { "tag": ":struct", "name": "SDL_GameControllerButtonBind", "id": 116 } }, +{ "tag": "function", "name": "SDL_GameControllerAddMappingsFromRW", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:165:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "rw", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "freerw", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerAddMapping", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:201:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mappingString", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerNumMappings", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:210:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerMappingForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:220:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mapping_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerMappingForGUID", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:236:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "guid", "type": { "tag": "SDL_JoystickGUID" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerMapping", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:255:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_IsGameController", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:273:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerNameForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:294:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerPathForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:313:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerTypeForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:326:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_GameControllerType" } }, +{ "tag": "function", "name": "SDL_GameControllerMappingForDeviceIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:340:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerOpen", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:364:45", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, +{ "tag": "function", "name": "SDL_GameControllerFromInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:375:45", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joyid", "type": { "tag": "SDL_JoystickID" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, +{ "tag": "function", "name": "SDL_GameControllerFromPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:392:45", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "player_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, +{ "tag": "function", "name": "SDL_GameControllerName", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:410:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerPath", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:427:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetType", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:440:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_GameControllerType" } }, +{ "tag": "function", "name": "SDL_GameControllerGetPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:452:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerSetPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:463:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "player_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GameControllerGetVendor", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:475:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_GameControllerGetProduct", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:487:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_GameControllerGetProductVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:499:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_GameControllerGetFirmwareVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:511:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_GameControllerGetSerial", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:524:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetAttached", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:539:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerGetJoystick", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:560:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, +{ "tag": "function", "name": "SDL_GameControllerEventState", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:580:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "state", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerUpdate", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:591:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 117, "location": "/usr/include/SDL2/SDL_gamecontroller.h:603:9", "fields": [{ "tag": "field", "name": "SDL_CONTROLLER_AXIS_INVALID", "value": 4294967295 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_LEFTX", "value": 0 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_LEFTY", "value": 1 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_RIGHTX", "value": 2 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_RIGHTY", "value": 3 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_TRIGGERLEFT", "value": 4 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_TRIGGERRIGHT", "value": 5 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_MAX", "value": 6 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerAxis", "location": "/usr/include/SDL2/SDL_gamecontroller.h:613:3", "type": { "tag": ":enum", "name": "", "id": 117 } }, +{ "tag": "function", "name": "SDL_GameControllerGetAxisFromString", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:635:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_GameControllerAxis" } }, +{ "tag": "function", "name": "SDL_GameControllerGetStringForAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:651:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetBindForAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:667:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": "SDL_GameControllerButtonBind" } }, +{ "tag": "function", "name": "SDL_GameControllerHasAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:683:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerGetAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:703:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": "Sint16" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 118, "location": "/usr/include/SDL2/SDL_gamecontroller.h:708:9", "fields": [{ "tag": "field", "name": "SDL_CONTROLLER_BUTTON_INVALID", "value": 4294967295 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_A", "value": 0 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_B", "value": 1 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_X", "value": 2 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_Y", "value": 3 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_BACK", "value": 4 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_GUIDE", "value": 5 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_START", "value": 6 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_LEFTSTICK", "value": 7 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_RIGHTSTICK", "value": 8 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_LEFTSHOULDER", "value": 9 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_RIGHTSHOULDER", "value": 10 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_DPAD_UP", "value": 11 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_DPAD_DOWN", "value": 12 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_DPAD_LEFT", "value": 13 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_DPAD_RIGHT", "value": 14 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_MISC1", "value": 15 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_PADDLE1", "value": 16 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_PADDLE2", "value": 17 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_PADDLE3", "value": 18 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_PADDLE4", "value": 19 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_TOUCHPAD", "value": 20 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_MAX", "value": 21 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerButton", "location": "/usr/include/SDL2/SDL_gamecontroller.h:733:3", "type": { "tag": ":enum", "name": "", "id": 118 } }, +{ "tag": "function", "name": "SDL_GameControllerGetButtonFromString", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:749:50", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_GameControllerButton" } }, +{ "tag": "function", "name": "SDL_GameControllerGetStringForButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:765:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetBindForButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:781:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": "SDL_GameControllerButtonBind" } }, +{ "tag": "function", "name": "SDL_GameControllerHasButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:796:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerGetButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:811:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_GameControllerGetNumTouchpads", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:819:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerGetNumTouchpadFingers", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:827:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "touchpad", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerGetTouchpadFinger", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:834:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "touchpad", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "finger", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "state", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "pressure", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerHasSensor", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:845:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerSetSensorEnabled", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:857:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }, { "tag": "parameter", "name": "enabled", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerIsSensorEnabled", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:868:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerGetSensorDataRate", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:880:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerGetSensorData", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:896:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "num_values", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerGetSensorDataWithTimestamp", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:915:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }, { "tag": "parameter", "name": "timestamp", "type": { "tag": ":pointer", "type": { "tag": "Uint64" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "num_values", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerRumble", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:935:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "low_frequency_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "high_frequency_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "duration_ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerRumbleTriggers", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:960:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "left_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "right_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "duration_ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerHasLED", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:971:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerHasRumble", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:984:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerHasRumbleTriggers", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:997:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerSetLED", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:1010:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "red", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "green", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "blue", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerSendEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:1023:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerClose", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:1035:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GameControllerGetAppleSFSymbolsNameForButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:1049:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetAppleSFSymbolsNameForAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:1063:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TouchID", "location": "/usr/include/SDL2/SDL_touch.h:41:16", "type": { "tag": "Sint64" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_FingerID", "location": "/usr/include/SDL2/SDL_touch.h:42:16", "type": { "tag": "Sint64" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 119, "location": "/usr/include/SDL2/SDL_touch.h:44:9", "fields": [{ "tag": "field", "name": "SDL_TOUCH_DEVICE_INVALID", "value": 4294967295 }, { "tag": "field", "name": "SDL_TOUCH_DEVICE_DIRECT", "value": 0 }, { "tag": "field", "name": "SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE", "value": 1 }, { "tag": "field", "name": "SDL_TOUCH_DEVICE_INDIRECT_RELATIVE", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TouchDeviceType", "location": "/usr/include/SDL2/SDL_touch.h:50:3", "type": { "tag": ":enum", "name": "", "id": 119 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Finger", "id": 0, "location": "/usr/include/SDL2/SDL_touch.h:52:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "id", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_FingerID" } }, { "tag": "field", "name": "x", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pressure", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Finger", "location": "/usr/include/SDL2/SDL_touch.h:58:3", "type": { "tag": ":struct", "name": "SDL_Finger", "id": 120 } }, +{ "tag": "function", "name": "SDL_GetNumTouchDevices", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:83:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTouchDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:96:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_TouchID" } }, +{ "tag": "function", "name": "SDL_GetTouchName", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:104:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetTouchDeviceType", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:111:45", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchID", "type": { "tag": "SDL_TouchID" } }], "return-type": { "tag": "SDL_TouchDeviceType" } }, +{ "tag": "function", "name": "SDL_GetNumTouchFingers", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:124:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchID", "type": { "tag": "SDL_TouchID" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTouchFinger", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:140:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchID", "type": { "tag": "SDL_TouchID" } }, { "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Finger" } } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GestureID", "location": "/usr/include/SDL2/SDL_gesture.h:44:16", "type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_RecordGesture", "ns": 0, "location": "/usr/include/SDL2/SDL_gesture.h:61:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchId", "type": { "tag": "SDL_TouchID" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SaveAllDollarTemplates", "ns": 0, "location": "/usr/include/SDL2/SDL_gesture.h:76:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SaveDollarTemplate", "ns": 0, "location": "/usr/include/SDL2/SDL_gesture.h:91:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gestureId", "type": { "tag": "SDL_GestureID" } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LoadDollarTemplates", "ns": 0, "location": "/usr/include/SDL2/SDL_gesture.h:107:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchId", "type": { "tag": "SDL_TouchID" } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 121, "location": "/usr/include/SDL2/SDL_events.h:55:9", "fields": [{ "tag": "field", "name": "SDL_FIRSTEVENT", "value": 0 }, { "tag": "field", "name": "SDL_QUIT", "value": 256 }, { "tag": "field", "name": "SDL_APP_TERMINATING", "value": 257 }, { "tag": "field", "name": "SDL_APP_LOWMEMORY", "value": 258 }, { "tag": "field", "name": "SDL_APP_WILLENTERBACKGROUND", "value": 259 }, { "tag": "field", "name": "SDL_APP_DIDENTERBACKGROUND", "value": 260 }, { "tag": "field", "name": "SDL_APP_WILLENTERFOREGROUND", "value": 261 }, { "tag": "field", "name": "SDL_APP_DIDENTERFOREGROUND", "value": 262 }, { "tag": "field", "name": "SDL_LOCALECHANGED", "value": 263 }, { "tag": "field", "name": "SDL_DISPLAYEVENT", "value": 336 }, { "tag": "field", "name": "SDL_WINDOWEVENT", "value": 512 }, { "tag": "field", "name": "SDL_SYSWMEVENT", "value": 513 }, { "tag": "field", "name": "SDL_KEYDOWN", "value": 768 }, { "tag": "field", "name": "SDL_KEYUP", "value": 769 }, { "tag": "field", "name": "SDL_TEXTEDITING", "value": 770 }, { "tag": "field", "name": "SDL_TEXTINPUT", "value": 771 }, { "tag": "field", "name": "SDL_KEYMAPCHANGED", "value": 772 }, { "tag": "field", "name": "SDL_TEXTEDITING_EXT", "value": 773 }, { "tag": "field", "name": "SDL_MOUSEMOTION", "value": 1024 }, { "tag": "field", "name": "SDL_MOUSEBUTTONDOWN", "value": 1025 }, { "tag": "field", "name": "SDL_MOUSEBUTTONUP", "value": 1026 }, { "tag": "field", "name": "SDL_MOUSEWHEEL", "value": 1027 }, { "tag": "field", "name": "SDL_JOYAXISMOTION", "value": 1536 }, { "tag": "field", "name": "SDL_JOYBALLMOTION", "value": 1537 }, { "tag": "field", "name": "SDL_JOYHATMOTION", "value": 1538 }, { "tag": "field", "name": "SDL_JOYBUTTONDOWN", "value": 1539 }, { "tag": "field", "name": "SDL_JOYBUTTONUP", "value": 1540 }, { "tag": "field", "name": "SDL_JOYDEVICEADDED", "value": 1541 }, { "tag": "field", "name": "SDL_JOYDEVICEREMOVED", "value": 1542 }, { "tag": "field", "name": "SDL_JOYBATTERYUPDATED", "value": 1543 }, { "tag": "field", "name": "SDL_CONTROLLERAXISMOTION", "value": 1616 }, { "tag": "field", "name": "SDL_CONTROLLERBUTTONDOWN", "value": 1617 }, { "tag": "field", "name": "SDL_CONTROLLERBUTTONUP", "value": 1618 }, { "tag": "field", "name": "SDL_CONTROLLERDEVICEADDED", "value": 1619 }, { "tag": "field", "name": "SDL_CONTROLLERDEVICEREMOVED", "value": 1620 }, { "tag": "field", "name": "SDL_CONTROLLERDEVICEREMAPPED", "value": 1621 }, { "tag": "field", "name": "SDL_CONTROLLERTOUCHPADDOWN", "value": 1622 }, { "tag": "field", "name": "SDL_CONTROLLERTOUCHPADMOTION", "value": 1623 }, { "tag": "field", "name": "SDL_CONTROLLERTOUCHPADUP", "value": 1624 }, { "tag": "field", "name": "SDL_CONTROLLERSENSORUPDATE", "value": 1625 }, { "tag": "field", "name": "SDL_FINGERDOWN", "value": 1792 }, { "tag": "field", "name": "SDL_FINGERUP", "value": 1793 }, { "tag": "field", "name": "SDL_FINGERMOTION", "value": 1794 }, { "tag": "field", "name": "SDL_DOLLARGESTURE", "value": 2048 }, { "tag": "field", "name": "SDL_DOLLARRECORD", "value": 2049 }, { "tag": "field", "name": "SDL_MULTIGESTURE", "value": 2050 }, { "tag": "field", "name": "SDL_CLIPBOARDUPDATE", "value": 2304 }, { "tag": "field", "name": "SDL_DROPFILE", "value": 4096 }, { "tag": "field", "name": "SDL_DROPTEXT", "value": 4097 }, { "tag": "field", "name": "SDL_DROPBEGIN", "value": 4098 }, { "tag": "field", "name": "SDL_DROPCOMPLETE", "value": 4099 }, { "tag": "field", "name": "SDL_AUDIODEVICEADDED", "value": 4352 }, { "tag": "field", "name": "SDL_AUDIODEVICEREMOVED", "value": 4353 }, { "tag": "field", "name": "SDL_SENSORUPDATE", "value": 4608 }, { "tag": "field", "name": "SDL_RENDER_TARGETS_RESET", "value": 8192 }, { "tag": "field", "name": "SDL_RENDER_DEVICE_RESET", "value": 8193 }, { "tag": "field", "name": "SDL_POLLSENTINEL", "value": 32512 }, { "tag": "field", "name": "SDL_USEREVENT", "value": 32768 }, { "tag": "field", "name": "SDL_LASTEVENT", "value": 65535 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_EventType", "location": "/usr/include/SDL2/SDL_events.h:177:3", "type": { "tag": ":enum", "name": "", "id": 121 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_CommonEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:182:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_CommonEvent", "location": "/usr/include/SDL2/SDL_events.h:186:3", "type": { "tag": ":struct", "name": "SDL_CommonEvent", "id": 122 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_DisplayEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:191:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "display", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "event", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "data1", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DisplayEvent", "location": "/usr/include/SDL2/SDL_events.h:201:3", "type": { "tag": ":struct", "name": "SDL_DisplayEvent", "id": 123 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_WindowEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:206:16", "bit-size": 192, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "event", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "data1", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "data2", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowEvent", "location": "/usr/include/SDL2/SDL_events.h:217:3", "type": { "tag": ":struct", "name": "SDL_WindowEvent", "id": 124 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_KeyboardEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:222:16", "bit-size": 256, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "state", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "repeat", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "keysym", "bit-offset": 128, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_Keysym" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_KeyboardEvent", "location": "/usr/include/SDL2/SDL_events.h:232:3", "type": { "tag": ":struct", "name": "SDL_KeyboardEvent", "id": 125 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_TextEditingEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:238:16", "bit-size": 416, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "text", "bit-offset": 96, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }, { "tag": "field", "name": "start", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "length", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TextEditingEvent", "location": "/usr/include/SDL2/SDL_events.h:246:3", "type": { "tag": ":struct", "name": "SDL_TextEditingEvent", "id": 126 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_TextEditingExtEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:252:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "text", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "start", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "length", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TextEditingExtEvent", "location": "/usr/include/SDL2/SDL_events.h:260:3", "type": { "tag": ":struct", "name": "SDL_TextEditingExtEvent", "id": 127 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_TextInputEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:266:16", "bit-size": 352, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "text", "bit-offset": 96, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TextInputEvent", "location": "/usr/include/SDL2/SDL_events.h:272:3", "type": { "tag": ":struct", "name": "SDL_TextInputEvent", "id": 128 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_MouseMotionEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:277:16", "bit-size": 288, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "state", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "x", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "y", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "xrel", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "yrel", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MouseMotionEvent", "location": "/usr/include/SDL2/SDL_events.h:288:3", "type": { "tag": ":struct", "name": "SDL_MouseMotionEvent", "id": 129 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_MouseButtonEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:293:16", "bit-size": 224, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "button", "bit-offset": 128, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "state", "bit-offset": 136, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "clicks", "bit-offset": 144, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 152, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "x", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "y", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MouseButtonEvent", "location": "/usr/include/SDL2/SDL_events.h:305:3", "type": { "tag": ":struct", "name": "SDL_MouseButtonEvent", "id": 130 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_MouseWheelEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:310:16", "bit-size": 352, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "x", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "y", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "direction", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "preciseX", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "preciseY", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "mouseX", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "mouseY", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MouseWheelEvent", "location": "/usr/include/SDL2/SDL_events.h:323:3", "type": { "tag": ":struct", "name": "SDL_MouseWheelEvent", "id": 131 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyAxisEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:328:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "axis", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "value", "bit-offset": 128, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "padding4", "bit-offset": 144, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyAxisEvent", "location": "/usr/include/SDL2/SDL_events.h:339:3", "type": { "tag": ":struct", "name": "SDL_JoyAxisEvent", "id": 132 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyBallEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:344:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "ball", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "xrel", "bit-offset": 128, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "yrel", "bit-offset": 144, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyBallEvent", "location": "/usr/include/SDL2/SDL_events.h:355:3", "type": { "tag": ":struct", "name": "SDL_JoyBallEvent", "id": 133 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyHatEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:360:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "hat", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "value", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyHatEvent", "location": "/usr/include/SDL2/SDL_events.h:375:3", "type": { "tag": ":struct", "name": "SDL_JoyHatEvent", "id": 134 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyButtonEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:380:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "button", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "state", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyButtonEvent", "location": "/usr/include/SDL2/SDL_events.h:389:3", "type": { "tag": ":struct", "name": "SDL_JoyButtonEvent", "id": 135 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyDeviceEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:394:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyDeviceEvent", "location": "/usr/include/SDL2/SDL_events.h:399:3", "type": { "tag": ":struct", "name": "SDL_JoyDeviceEvent", "id": 136 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyBatteryEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:404:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "level", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickPowerLevel" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyBatteryEvent", "location": "/usr/include/SDL2/SDL_events.h:410:3", "type": { "tag": ":struct", "name": "SDL_JoyBatteryEvent", "id": 137 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerAxisEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:415:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "axis", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "value", "bit-offset": 128, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "padding4", "bit-offset": 144, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerAxisEvent", "location": "/usr/include/SDL2/SDL_events.h:426:3", "type": { "tag": ":struct", "name": "SDL_ControllerAxisEvent", "id": 138 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerButtonEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:432:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "button", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "state", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerButtonEvent", "location": "/usr/include/SDL2/SDL_events.h:441:3", "type": { "tag": ":struct", "name": "SDL_ControllerButtonEvent", "id": 139 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerDeviceEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:447:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerDeviceEvent", "location": "/usr/include/SDL2/SDL_events.h:452:3", "type": { "tag": ":struct", "name": "SDL_ControllerDeviceEvent", "id": 140 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerTouchpadEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:457:16", "bit-size": 256, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "touchpad", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "finger", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "x", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pressure", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerTouchpadEvent", "location": "/usr/include/SDL2/SDL_events.h:467:3", "type": { "tag": ":struct", "name": "SDL_ControllerTouchpadEvent", "id": 141 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerSensorEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:472:16", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "sensor", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "data", "bit-offset": 128, "bit-size": 96, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 }, "size": 3 } }, { "tag": "field", "name": "timestamp_us", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Uint64" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerSensorEvent", "location": "/usr/include/SDL2/SDL_events.h:480:3", "type": { "tag": ":struct", "name": "SDL_ControllerSensorEvent", "id": 142 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AudioDeviceEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:485:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "iscapture", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioDeviceEvent", "location": "/usr/include/SDL2/SDL_events.h:494:3", "type": { "tag": ":struct", "name": "SDL_AudioDeviceEvent", "id": 143 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_TouchFingerEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:500:16", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "touchId", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_TouchID" } }, { "tag": "field", "name": "fingerId", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_FingerID" } }, { "tag": "field", "name": "x", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "dx", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "dy", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pressure", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "windowID", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TouchFingerEvent", "location": "/usr/include/SDL2/SDL_events.h:512:3", "type": { "tag": ":struct", "name": "SDL_TouchFingerEvent", "id": 144 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_MultiGestureEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:518:16", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "touchId", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_TouchID" } }, { "tag": "field", "name": "dTheta", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "dDist", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "numFingers", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "padding", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MultiGestureEvent", "location": "/usr/include/SDL2/SDL_events.h:529:3", "type": { "tag": ":struct", "name": "SDL_MultiGestureEvent", "id": 145 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_DollarGestureEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:535:16", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "touchId", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_TouchID" } }, { "tag": "field", "name": "gestureId", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_GestureID" } }, { "tag": "field", "name": "numFingers", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "error", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DollarGestureEvent", "location": "/usr/include/SDL2/SDL_events.h:545:3", "type": { "tag": ":struct", "name": "SDL_DollarGestureEvent", "id": 146 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_DropEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:553:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "file", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "windowID", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DropEvent", "location": "/usr/include/SDL2/SDL_events.h:559:3", "type": { "tag": ":struct", "name": "SDL_DropEvent", "id": 147 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SensorEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:565:16", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "data", "bit-offset": 96, "bit-size": 192, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 }, "size": 6 } }, { "tag": "field", "name": "timestamp_us", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Uint64" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SensorEvent", "location": "/usr/include/SDL2/SDL_events.h:572:3", "type": { "tag": ":struct", "name": "SDL_SensorEvent", "id": 148 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_QuitEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:577:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_QuitEvent", "location": "/usr/include/SDL2/SDL_events.h:581:3", "type": { "tag": ":struct", "name": "SDL_QuitEvent", "id": 149 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_OSEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:586:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_OSEvent", "location": "/usr/include/SDL2/SDL_events.h:590:3", "type": { "tag": ":struct", "name": "SDL_OSEvent", "id": 150 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_UserEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:595:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "code", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "data1", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "data2", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_UserEvent", "location": "/usr/include/SDL2/SDL_events.h:603:3", "type": { "tag": ":struct", "name": "SDL_UserEvent", "id": 151 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMmsg", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:606:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SysWMmsg", "location": "/usr/include/SDL2/SDL_events.h:607:29", "type": { "tag": "struct", "ns": 0, "name": "SDL_SysWMmsg", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:606:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:615:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "msg", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_SysWMmsg" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SysWMEvent", "location": "/usr/include/SDL2/SDL_events.h:620:3", "type": { "tag": ":struct", "name": "SDL_SysWMEvent", "id": 153 } }, +{ "tag": "union", "ns": 0, "name": "SDL_Event", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:625:15", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "common", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "SDL_CommonEvent" } }, { "tag": "field", "name": "display", "bit-offset": 0, "bit-size": 160, "bit-alignment": 32, "type": { "tag": "SDL_DisplayEvent" } }, { "tag": "field", "name": "window", "bit-offset": 0, "bit-size": 192, "bit-alignment": 32, "type": { "tag": "SDL_WindowEvent" } }, { "tag": "field", "name": "key", "bit-offset": 0, "bit-size": 256, "bit-alignment": 32, "type": { "tag": "SDL_KeyboardEvent" } }, { "tag": "field", "name": "edit", "bit-offset": 0, "bit-size": 416, "bit-alignment": 32, "type": { "tag": "SDL_TextEditingEvent" } }, { "tag": "field", "name": "editExt", "bit-offset": 0, "bit-size": 256, "bit-alignment": 64, "type": { "tag": "SDL_TextEditingExtEvent" } }, { "tag": "field", "name": "text", "bit-offset": 0, "bit-size": 352, "bit-alignment": 32, "type": { "tag": "SDL_TextInputEvent" } }, { "tag": "field", "name": "motion", "bit-offset": 0, "bit-size": 288, "bit-alignment": 32, "type": { "tag": "SDL_MouseMotionEvent" } }, { "tag": "field", "name": "button", "bit-offset": 0, "bit-size": 224, "bit-alignment": 32, "type": { "tag": "SDL_MouseButtonEvent" } }, { "tag": "field", "name": "wheel", "bit-offset": 0, "bit-size": 352, "bit-alignment": 32, "type": { "tag": "SDL_MouseWheelEvent" } }, { "tag": "field", "name": "jaxis", "bit-offset": 0, "bit-size": 160, "bit-alignment": 32, "type": { "tag": "SDL_JoyAxisEvent" } }, { "tag": "field", "name": "jball", "bit-offset": 0, "bit-size": 160, "bit-alignment": 32, "type": { "tag": "SDL_JoyBallEvent" } }, { "tag": "field", "name": "jhat", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_JoyHatEvent" } }, { "tag": "field", "name": "jbutton", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_JoyButtonEvent" } }, { "tag": "field", "name": "jdevice", "bit-offset": 0, "bit-size": 96, "bit-alignment": 32, "type": { "tag": "SDL_JoyDeviceEvent" } }, { "tag": "field", "name": "jbattery", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_JoyBatteryEvent" } }, { "tag": "field", "name": "caxis", "bit-offset": 0, "bit-size": 160, "bit-alignment": 32, "type": { "tag": "SDL_ControllerAxisEvent" } }, { "tag": "field", "name": "cbutton", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_ControllerButtonEvent" } }, { "tag": "field", "name": "cdevice", "bit-offset": 0, "bit-size": 96, "bit-alignment": 32, "type": { "tag": "SDL_ControllerDeviceEvent" } }, { "tag": "field", "name": "ctouchpad", "bit-offset": 0, "bit-size": 256, "bit-alignment": 32, "type": { "tag": "SDL_ControllerTouchpadEvent" } }, { "tag": "field", "name": "csensor", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "SDL_ControllerSensorEvent" } }, { "tag": "field", "name": "adevice", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_AudioDeviceEvent" } }, { "tag": "field", "name": "sensor", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "SDL_SensorEvent" } }, { "tag": "field", "name": "quit", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "SDL_QuitEvent" } }, { "tag": "field", "name": "user", "bit-offset": 0, "bit-size": 256, "bit-alignment": 64, "type": { "tag": "SDL_UserEvent" } }, { "tag": "field", "name": "syswm", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "SDL_SysWMEvent" } }, { "tag": "field", "name": "tfinger", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "SDL_TouchFingerEvent" } }, { "tag": "field", "name": "mgesture", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "SDL_MultiGestureEvent" } }, { "tag": "field", "name": "dgesture", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "SDL_DollarGestureEvent" } }, { "tag": "field", "name": "drop", "bit-offset": 0, "bit-size": 192, "bit-alignment": 64, "type": { "tag": "SDL_DropEvent" } }, { "tag": "field", "name": "padding", "bit-offset": 0, "bit-size": 448, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "Uint8" }, "size": 56 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Event", "location": "/usr/include/SDL2/SDL_events.h:673:3", "type": { "tag": ":union", "name": "SDL_Event", "id": 154 } }, +{ "tag": "function", "name": "SDL_PumpEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:703:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 155, "location": "/usr/include/SDL2/SDL_events.h:706:9", "fields": [{ "tag": "field", "name": "SDL_ADDEVENT", "value": 0 }, { "tag": "field", "name": "SDL_PEEKEVENT", "value": 1 }, { "tag": "field", "name": "SDL_GETEVENT", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_eventaction", "location": "/usr/include/SDL2/SDL_events.h:711:3", "type": { "tag": ":enum", "name": "", "id": 155 } }, +{ "tag": "function", "name": "SDL_PeepEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:751:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "events", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }, { "tag": "parameter", "name": "numevents", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "action", "type": { "tag": "SDL_eventaction" } }, { "tag": "parameter", "name": "minType", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "maxType", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HasEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:770:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "type", "type": { "tag": "Uint32" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:789:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "minType", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "maxType", "type": { "tag": "Uint32" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_FlushEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:811:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "type", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_FlushEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:836:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "minType", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "maxType", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_PollEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:883:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "event", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_WaitEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:905:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "event", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_WaitEventTimeout", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:931:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "event", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }, { "tag": "parameter", "name": "timeout", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_PushEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:966:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "event", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_EventFilter", "location": "/usr/include/SDL2/SDL_events.h:980:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_SetEventFilter", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1024:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": "SDL_EventFilter" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetEventFilter", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1042:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": ":pointer", "type": { "tag": "SDL_EventFilter" } } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_AddEventWatch", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1071:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": "SDL_EventFilter" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DelEventWatch", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1087:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": "SDL_EventFilter" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_FilterEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1106:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": "SDL_EventFilter" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_EventState", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1134:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "type", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "state", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_RegisterEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1156:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "numevents", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetBasePath", "ns": 0, "location": "/usr/include/SDL2/SDL_filesystem.h:82:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetPrefPath", "ns": 0, "location": "/usr/include/SDL2/SDL_filesystem.h:139:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "org", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "app", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_Haptic", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:140:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Haptic", "location": "/usr/include/SDL2/SDL_haptic.h:141:28", "type": { "tag": "struct", "ns": 0, "name": "_SDL_Haptic", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:140:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticDirection", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:459:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "dir", "bit-offset": 32, "bit-size": 96, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": "Sint32" }, "size": 3 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticDirection", "location": "/usr/include/SDL2/SDL_haptic.h:463:3", "type": { "tag": ":struct", "name": "SDL_HapticDirection", "id": 157 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticConstant", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:477:16", "bit-size": 320, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "level", "bit-offset": 240, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "attack_length", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_level", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_length", "bit-offset": 288, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_level", "bit-offset": 304, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticConstant", "location": "/usr/include/SDL2/SDL_haptic.h:499:3", "type": { "tag": ":struct", "name": "SDL_HapticConstant", "id": 158 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticPeriodic", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:558:16", "bit-size": 384, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "period", "bit-offset": 240, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "magnitude", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "offset", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "phase", "bit-offset": 288, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_length", "bit-offset": 304, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_level", "bit-offset": 320, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_length", "bit-offset": 336, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_level", "bit-offset": 352, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticPeriodic", "location": "/usr/include/SDL2/SDL_haptic.h:585:3", "type": { "tag": ":struct", "name": "SDL_HapticPeriodic", "id": 159 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticCondition", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:611:16", "bit-size": 544, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "right_sat", "bit-offset": 240, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Uint16" }, "size": 3 } }, { "tag": "field", "name": "left_sat", "bit-offset": 288, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Uint16" }, "size": 3 } }, { "tag": "field", "name": "right_coeff", "bit-offset": 336, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Sint16" }, "size": 3 } }, { "tag": "field", "name": "left_coeff", "bit-offset": 384, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Sint16" }, "size": 3 } }, { "tag": "field", "name": "deadband", "bit-offset": 432, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Uint16" }, "size": 3 } }, { "tag": "field", "name": "center", "bit-offset": 480, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Sint16" }, "size": 3 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticCondition", "location": "/usr/include/SDL2/SDL_haptic.h:633:3", "type": { "tag": ":struct", "name": "SDL_HapticCondition", "id": 160 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticRamp", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:648:16", "bit-size": 352, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "start", "bit-offset": 240, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "end", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "attack_length", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_level", "bit-offset": 288, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_length", "bit-offset": 304, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_level", "bit-offset": 320, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticRamp", "location": "/usr/include/SDL2/SDL_haptic.h:671:3", "type": { "tag": ":struct", "name": "SDL_HapticRamp", "id": 161 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticLeftRight", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:685:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "length", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "large_magnitude", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "small_magnitude", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticLeftRight", "location": "/usr/include/SDL2/SDL_haptic.h:696:3", "type": { "tag": ":struct", "name": "SDL_HapticLeftRight", "id": 162 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticCustom", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:713:16", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "channels", "bit-offset": 240, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "period", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "samples", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "data", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "field", "name": "attack_length", "bit-offset": 384, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_level", "bit-offset": 400, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_length", "bit-offset": 416, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_level", "bit-offset": 432, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticCustom", "location": "/usr/include/SDL2/SDL_haptic.h:738:3", "type": { "tag": ":struct", "name": "SDL_HapticCustom", "id": 163 } }, +{ "tag": "union", "ns": 0, "name": "SDL_HapticEffect", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:809:15", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "constant", "bit-offset": 0, "bit-size": 320, "bit-alignment": 32, "type": { "tag": "SDL_HapticConstant" } }, { "tag": "field", "name": "periodic", "bit-offset": 0, "bit-size": 384, "bit-alignment": 32, "type": { "tag": "SDL_HapticPeriodic" } }, { "tag": "field", "name": "condition", "bit-offset": 0, "bit-size": 544, "bit-alignment": 32, "type": { "tag": "SDL_HapticCondition" } }, { "tag": "field", "name": "ramp", "bit-offset": 0, "bit-size": 352, "bit-alignment": 32, "type": { "tag": "SDL_HapticRamp" } }, { "tag": "field", "name": "leftright", "bit-offset": 0, "bit-size": 96, "bit-alignment": 32, "type": { "tag": "SDL_HapticLeftRight" } }, { "tag": "field", "name": "custom", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "SDL_HapticCustom" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticEffect", "location": "/usr/include/SDL2/SDL_haptic.h:819:3", "type": { "tag": ":union", "name": "SDL_HapticEffect", "id": 164 } }, +{ "tag": "function", "name": "SDL_NumHaptics", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:834:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticName", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:850:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_HapticOpen", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:877:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, +{ "tag": "function", "name": "SDL_HapticOpened", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:891:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:905:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_MouseIsHaptic", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:916:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticOpenFromMouse", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:929:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, +{ "tag": "function", "name": "SDL_JoystickIsHaptic", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:943:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticOpenFromJoystick", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:966:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, +{ "tag": "function", "name": "SDL_HapticClose", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:978:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_HapticNumEffects", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:996:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticNumEffectsPlaying", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1013:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticQuery", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1027:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticNumAxes", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1042:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticEffectSupported", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1058:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":pointer", "type": { "tag": "SDL_HapticEffect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticNewEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1077:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":pointer", "type": { "tag": "SDL_HapticEffect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticUpdateEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1101:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": "SDL_HapticEffect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRunEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1127:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "iterations", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticStopEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1146:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticDestroyEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1162:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_HapticGetEffectStatus", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1180:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticSetGain", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1202:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "gain", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticSetAutocenter", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1221:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "autocenter", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticPause", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1241:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticUnpause", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1256:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticStopAll", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1267:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRumbleSupported", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1283:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRumbleInit", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1299:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRumblePlay", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1316:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "strength", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "length", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRumbleStop", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1331:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_hid_device_", "id": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:76:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_hid_device", "location": "/usr/include/SDL2/SDL_hidapi.h:77:32", "type": { "tag": "struct", "ns": 0, "name": "SDL_hid_device_", "id": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:76:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_hid_device_info", "id": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:83:16", "bit-size": 640, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "path", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "vendor_id", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "product_id", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "serial_number", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "field", "name": "release_number", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "manufacturer_string", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "field", "name": "product_string", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "field", "name": "usage_page", "bit-offset": 384, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "usage", "bit-offset": 400, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "interface_number", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "interface_class", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "interface_subclass", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "interface_protocol", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "next", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "SDL_hid_device_info", "id": 166 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_hid_device_info", "location": "/usr/include/SDL2/SDL_hidapi.h:122:3", "type": { "tag": ":struct", "name": "SDL_hid_device_info", "id": 166 } }, +{ "tag": "function", "name": "SDL_hid_init", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:142:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_exit", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:156:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_device_change_count", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:177:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_hid_enumerate", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:199:47", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "vendor_id", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "parameter", "name": "product_id", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device_info" } } }, +{ "tag": "function", "name": "SDL_hid_free_enumeration", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:211:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "devs", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device_info" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_hid_open", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:229:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "vendor_id", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "parameter", "name": "product_id", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "parameter", "name": "serial_number", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, +{ "tag": "function", "name": "SDL_hid_open_path", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:243:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "path", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "bExclusive", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, +{ "tag": "function", "name": "SDL_hid_write", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:269:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_read_timeout", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:290:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "milliseconds", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_read", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:310:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_set_nonblocking", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:328:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "nonblock", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_send_feature_report", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:352:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_get_feature_report", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:374:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_close", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:383:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_hid_get_manufacturer_string", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:395:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "string", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_get_product_string", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:407:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "string", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_get_serial_number_string", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:419:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "string", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_get_indexed_string", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:432:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "string_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "string", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_ble_scan", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:441:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "active", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 167, "location": "/usr/include/SDL2/SDL_hints.h:2429:9", "fields": [{ "tag": "field", "name": "SDL_HINT_DEFAULT", "value": 0 }, { "tag": "field", "name": "SDL_HINT_NORMAL", "value": 1 }, { "tag": "field", "name": "SDL_HINT_OVERRIDE", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HintPriority", "location": "/usr/include/SDL2/SDL_hints.h:2434:3", "type": { "tag": ":enum", "name": "", "id": 167 } }, +{ "tag": "function", "name": "SDL_SetHintWithPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2454:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "priority", "type": { "tag": "SDL_HintPriority" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_SetHint", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2474:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_ResetHint", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2492:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_ResetHints", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2507:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetHint", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2520:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetHintBoolean", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2535:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "default_value", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HintCallback", "location": "/usr/include/SDL2/SDL_hints.h:2545:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_AddHintCallback", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2559:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "callback", "type": { "tag": "SDL_HintCallback" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DelHintCallback", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2575:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "callback", "type": { "tag": "SDL_HintCallback" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_ClearHints", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2593:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LoadObject", "ns": 0, "location": "/usr/include/SDL2/SDL_loadso.h:65:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sofile", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_LoadFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_loadso.h:92:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "handle", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_UnloadObject", "ns": 0, "location": "/usr/include/SDL2/SDL_loadso.h:105:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "handle", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 168, "location": "/usr/include/SDL2/SDL_log.h:64:9", "fields": [{ "tag": "field", "name": "SDL_LOG_CATEGORY_APPLICATION", "value": 0 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_ERROR", "value": 1 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_ASSERT", "value": 2 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_SYSTEM", "value": 3 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_AUDIO", "value": 4 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_VIDEO", "value": 5 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RENDER", "value": 6 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_INPUT", "value": 7 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_TEST", "value": 8 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED1", "value": 9 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED2", "value": 10 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED3", "value": 11 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED4", "value": 12 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED5", "value": 13 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED6", "value": 14 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED7", "value": 15 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED8", "value": 16 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED9", "value": 17 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED10", "value": 18 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_CUSTOM", "value": 19 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_LogCategory", "location": "/usr/include/SDL2/SDL_log.h:97:3", "type": { "tag": ":enum", "name": "", "id": 168 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 169, "location": "/usr/include/SDL2/SDL_log.h:102:9", "fields": [{ "tag": "field", "name": "SDL_LOG_PRIORITY_VERBOSE", "value": 1 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_DEBUG", "value": 2 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_INFO", "value": 3 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_WARN", "value": 4 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_ERROR", "value": 5 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_CRITICAL", "value": 6 }, { "tag": "field", "name": "SDL_NUM_LOG_PRIORITIES", "value": 7 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_LogPriority", "location": "/usr/include/SDL2/SDL_log.h:111:3", "type": { "tag": ":enum", "name": "", "id": 169 } }, +{ "tag": "function", "name": "SDL_LogSetAllPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:123:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "priority", "type": { "tag": "SDL_LogPriority" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogSetPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:136:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "priority", "type": { "tag": "SDL_LogPriority" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogGetPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:149:41", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_LogPriority" } }, +{ "tag": "function", "name": "SDL_LogResetPriorities", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:161:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_Log", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:182:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogVerbose", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:203:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogDebug", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:224:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:245:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogWarn", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:266:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogError", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:287:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogCritical", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:308:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogMessage", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:330:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "priority", "type": { "tag": "SDL_LogPriority" } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogMessageV", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:353:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "priority", "type": { "tag": "SDL_LogPriority" } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "ap", "type": { "tag": "va_list" } }], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_LogOutputFunction", "location": "/usr/include/SDL2/SDL_log.h:367:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_LogGetOutputFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:381:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "callback", "type": { "tag": ":pointer", "type": { "tag": "SDL_LogOutputFunction" } } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogSetOutputFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:393:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "callback", "type": { "tag": "SDL_LogOutputFunction" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 170, "location": "/usr/include/SDL2/SDL_messagebox.h:37:9", "fields": [{ "tag": "field", "name": "SDL_MESSAGEBOX_ERROR", "value": 16 }, { "tag": "field", "name": "SDL_MESSAGEBOX_WARNING", "value": 32 }, { "tag": "field", "name": "SDL_MESSAGEBOX_INFORMATION", "value": 64 }, { "tag": "field", "name": "SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT", "value": 128 }, { "tag": "field", "name": "SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT", "value": 256 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxFlags", "location": "/usr/include/SDL2/SDL_messagebox.h:44:3", "type": { "tag": ":enum", "name": "", "id": 170 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 171, "location": "/usr/include/SDL2/SDL_messagebox.h:49:9", "fields": [{ "tag": "field", "name": "SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT", "value": 1 }, { "tag": "field", "name": "SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxButtonFlags", "location": "/usr/include/SDL2/SDL_messagebox.h:53:3", "type": { "tag": ":enum", "name": "", "id": 171 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxButtonData", "location": "/usr/include/SDL2/SDL_messagebox.h:63:3", "type": { "tag": "struct", "ns": 32, "name": "", "id": 172, "location": "/usr/include/SDL2/SDL_messagebox.h:58:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "flags", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "buttonid", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "text", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxColor", "location": "/usr/include/SDL2/SDL_messagebox.h:71:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 173, "location": "/usr/include/SDL2/SDL_messagebox.h:68:9", "bit-size": 24, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "r", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "g", "bit-offset": 8, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "b", "bit-offset": 16, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 174, "location": "/usr/include/SDL2/SDL_messagebox.h:73:9", "fields": [{ "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_BACKGROUND", "value": 0 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_TEXT", "value": 1 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_BUTTON_BORDER", "value": 2 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND", "value": 3 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED", "value": 4 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_MAX", "value": 5 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxColorType", "location": "/usr/include/SDL2/SDL_messagebox.h:81:3", "type": { "tag": ":enum", "name": "", "id": 174 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxColorScheme", "location": "/usr/include/SDL2/SDL_messagebox.h:89:3", "type": { "tag": "struct", "ns": 1, "name": "", "id": 175, "location": "/usr/include/SDL2/SDL_messagebox.h:86:9", "bit-size": 120, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "colors", "bit-offset": 0, "bit-size": 120, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "SDL_MessageBoxColor" }, "size": 5 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxData", "location": "/usr/include/SDL2/SDL_messagebox.h:105:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 176, "location": "/usr/include/SDL2/SDL_messagebox.h:94:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "flags", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "window", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "field", "name": "title", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "message", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "numbuttons", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "buttons", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_MessageBoxButtonData" } } }, { "tag": "field", "name": "colorScheme", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_MessageBoxColorScheme" } } }] } }, +{ "tag": "function", "name": "SDL_ShowMessageBox", "ns": 0, "location": "/usr/include/SDL2/SDL_messagebox.h:140:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "messageboxdata", "type": { "tag": ":pointer", "type": { "tag": "SDL_MessageBoxData" } } }, { "tag": "parameter", "name": "buttonid", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_ShowSimpleMessageBox", "ns": 0, "location": "/usr/include/SDL2/SDL_messagebox.h:182:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "title", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "message", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MetalView", "location": "/usr/include/SDL2/SDL_metal.h:44:15", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_Metal_CreateView", "ns": 0, "location": "/usr/include/SDL2/SDL_metal.h:66:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_MetalView" } }, +{ "tag": "function", "name": "SDL_Metal_DestroyView", "ns": 0, "location": "/usr/include/SDL2/SDL_metal.h:78:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "view", "type": { "tag": "SDL_MetalView" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_Metal_GetLayer", "ns": 0, "location": "/usr/include/SDL2/SDL_metal.h:87:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "view", "type": { "tag": "SDL_MetalView" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_Metal_GetDrawableSize", "ns": 0, "location": "/usr/include/SDL2/SDL_metal.h:102:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 177, "location": "/usr/include/SDL2/SDL_power.h:42:9", "fields": [{ "tag": "field", "name": "SDL_POWERSTATE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_POWERSTATE_ON_BATTERY", "value": 1 }, { "tag": "field", "name": "SDL_POWERSTATE_NO_BATTERY", "value": 2 }, { "tag": "field", "name": "SDL_POWERSTATE_CHARGING", "value": 3 }, { "tag": "field", "name": "SDL_POWERSTATE_CHARGED", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PowerState", "location": "/usr/include/SDL2/SDL_power.h:49:3", "type": { "tag": ":enum", "name": "", "id": 177 } }, +{ "tag": "function", "name": "SDL_GetPowerInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_power.h:77:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "seconds", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "percent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "SDL_PowerState" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 178, "location": "/usr/include/SDL2/SDL_render.h:64:9", "fields": [{ "tag": "field", "name": "SDL_RENDERER_SOFTWARE", "value": 1 }, { "tag": "field", "name": "SDL_RENDERER_ACCELERATED", "value": 2 }, { "tag": "field", "name": "SDL_RENDERER_PRESENTVSYNC", "value": 4 }, { "tag": "field", "name": "SDL_RENDERER_TARGETTEXTURE", "value": 8 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_RendererFlags", "location": "/usr/include/SDL2/SDL_render.h:73:3", "type": { "tag": ":enum", "name": "", "id": 178 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_RendererInfo", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:78:16", "bit-size": 704, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "name", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "flags", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "num_texture_formats", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "texture_formats", "bit-offset": 128, "bit-size": 512, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": "Uint32" }, "size": 16 } }, { "tag": "field", "name": "max_texture_width", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "max_texture_height", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_RendererInfo", "location": "/usr/include/SDL2/SDL_render.h:86:3", "type": { "tag": ":struct", "name": "SDL_RendererInfo", "id": 179 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Vertex", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:91:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "position", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "SDL_FPoint" } }, { "tag": "field", "name": "color", "bit-offset": 64, "bit-size": 32, "bit-alignment": 8, "type": { "tag": "SDL_Color" } }, { "tag": "field", "name": "tex_coord", "bit-offset": 96, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "SDL_FPoint" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Vertex", "location": "/usr/include/SDL2/SDL_render.h:96:3", "type": { "tag": ":struct", "name": "SDL_Vertex", "id": 180 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 181, "location": "/usr/include/SDL2/SDL_render.h:101:9", "fields": [{ "tag": "field", "name": "SDL_ScaleModeNearest", "value": 0 }, { "tag": "field", "name": "SDL_ScaleModeLinear", "value": 1 }, { "tag": "field", "name": "SDL_ScaleModeBest", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ScaleMode", "location": "/usr/include/SDL2/SDL_render.h:106:3", "type": { "tag": ":enum", "name": "", "id": 181 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 182, "location": "/usr/include/SDL2/SDL_render.h:111:9", "fields": [{ "tag": "field", "name": "SDL_TEXTUREACCESS_STATIC", "value": 0 }, { "tag": "field", "name": "SDL_TEXTUREACCESS_STREAMING", "value": 1 }, { "tag": "field", "name": "SDL_TEXTUREACCESS_TARGET", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TextureAccess", "location": "/usr/include/SDL2/SDL_render.h:116:3", "type": { "tag": ":enum", "name": "", "id": 182 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 183, "location": "/usr/include/SDL2/SDL_render.h:121:9", "fields": [{ "tag": "field", "name": "SDL_TEXTUREMODULATE_NONE", "value": 0 }, { "tag": "field", "name": "SDL_TEXTUREMODULATE_COLOR", "value": 1 }, { "tag": "field", "name": "SDL_TEXTUREMODULATE_ALPHA", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TextureModulate", "location": "/usr/include/SDL2/SDL_render.h:126:3", "type": { "tag": ":enum", "name": "", "id": 183 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 184, "location": "/usr/include/SDL2/SDL_render.h:131:9", "fields": [{ "tag": "field", "name": "SDL_FLIP_NONE", "value": 0 }, { "tag": "field", "name": "SDL_FLIP_HORIZONTAL", "value": 1 }, { "tag": "field", "name": "SDL_FLIP_VERTICAL", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_RendererFlip", "location": "/usr/include/SDL2/SDL_render.h:136:3", "type": { "tag": ":enum", "name": "", "id": 184 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Renderer", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:141:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Renderer", "location": "/usr/include/SDL2/SDL_render.h:142:29", "type": { "tag": "struct", "ns": 0, "name": "SDL_Renderer", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:141:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Texture", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:147:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Texture", "location": "/usr/include/SDL2/SDL_render.h:148:28", "type": { "tag": "struct", "ns": 0, "name": "SDL_Texture", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:147:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_GetNumRenderDrivers", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:169:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRenderDriverInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:185:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "info", "type": { "tag": ":pointer", "type": { "tag": "SDL_RendererInfo" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CreateWindowAndRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:205:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "window_flags", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } } }, { "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CreateRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:227:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, +{ "tag": "function", "name": "SDL_CreateSoftwareRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:249:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, +{ "tag": "function", "name": "SDL_GetRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:262:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, +{ "tag": "function", "name": "SDL_RenderGetWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:273:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GetRendererInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:288:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "info", "type": { "tag": ":pointer", "type": { "tag": "SDL_RendererInfo" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRendererOutputSize", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:308:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CreateTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:333:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "access", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, +{ "tag": "function", "name": "SDL_CreateTextureFromSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:362:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, +{ "tag": "function", "name": "SDL_QueryTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:386:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }, { "tag": "parameter", "name": "access", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureColorMod", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:414:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureColorMod", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:433:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureAlphaMod", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:458:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "alpha", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureAlphaMod", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:474:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "alpha", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:493:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": "SDL_BlendMode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:508:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": ":pointer", "type": { "tag": "SDL_BlendMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureScaleMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:524:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "scaleMode", "type": { "tag": "SDL_ScaleMode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureScaleMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:538:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "scaleMode", "type": { "tag": ":pointer", "type": { "tag": "SDL_ScaleMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureUserData", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:552:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureUserData", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:566:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_UpdateTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:597:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpdateYUVTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:628:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "Yplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "Ypitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Uplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "Upitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Vplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "Vpitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpdateNVTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:654:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "Yplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "Ypitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "UVplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "UVpitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LockTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:686:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LockTextureToSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:722:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UnlockTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:743:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderTargetSupported", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:755:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_SetRenderTarget", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:779:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRenderTarget", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:795:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, +{ "tag": "function", "name": "SDL_RenderSetLogicalSize", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:823:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetLogicalSize", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:844:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderSetIntegerScale", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:863:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "enable", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetIntegerScale", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:877:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_RenderSetViewport", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:895:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetViewport", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:908:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderSetClipRect", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:926:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetClipRect", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:942:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderIsClipEnabled", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:957:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_RenderSetScale", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:982:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "scaleX", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "scaleY", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetScale", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:996:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "scaleX", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "scaleY", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderWindowToLogical", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1020:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "windowX", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "windowY", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "logicalX", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "logicalY", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderLogicalToWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1046:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "logicalX", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "logicalY", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "windowX", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "windowY", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetRenderDrawColor", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1079:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "a", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRenderDrawColor", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1102:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetRenderDrawBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1128:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": "SDL_BlendMode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRenderDrawBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1143:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": ":pointer", "type": { "tag": "SDL_BlendMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderClear", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1160:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawPoint", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1187:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawPoints", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1213:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawLine", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1244:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "x1", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y1", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "x2", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y2", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawLines", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1270:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawRect", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1296:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawRects", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1322:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderFillRect", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1352:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderFillRects", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1377:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderCopy", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1409:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderCopyEx", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1453:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "angle", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "center", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "flip", "type": { "tag": "SDL_RendererFlip" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawPointF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1472:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawPointsF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1485:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_FPoint" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawLineF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1501:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "x1", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y1", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "x2", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y2", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawLinesF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1515:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_FPoint" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawRectF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1529:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawRectsF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1543:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderFillRectF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1558:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderFillRectsF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1572:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderCopyF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1590:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderCopyExF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1616:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "angle", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "center", "type": { "tag": ":pointer", "type": { "tag": "SDL_FPoint" } } }, { "tag": "parameter", "name": "flip", "type": { "tag": "SDL_RendererFlip" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGeometry", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1644:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "vertices", "type": { "tag": ":pointer", "type": { "tag": "SDL_Vertex" } } }, { "tag": "parameter", "name": "num_vertices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "indices", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "num_indices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGeometryRaw", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1674:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "xy", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "xy_stride", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "color", "type": { "tag": ":pointer", "type": { "tag": "SDL_Color" } } }, { "tag": "parameter", "name": "color_stride", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "uv", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "uv_stride", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "num_vertices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "indices", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "num_indices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "size_indices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderReadPixels", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1708:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderPresent", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1753:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DestroyTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1768:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DestroyRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1782:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderFlush", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1813:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_BindTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1851:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "texw", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "texh", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_UnbindTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1866:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetMetalLayer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1882:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_RenderGetMetalCommandEncoder", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1903:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_RenderSetVSync", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1914:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "vsync", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CreateShapedWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:69:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "title", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "w", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_IsShapedWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:82:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 187, "location": "/usr/include/SDL2/SDL_shape.h:85:9", "fields": [{ "tag": "field", "name": "ShapeModeDefault", "value": 0 }, { "tag": "field", "name": "ShapeModeBinarizeAlpha", "value": 1 }, { "tag": "field", "name": "ShapeModeReverseBinarizeAlpha", "value": 2 }, { "tag": "field", "name": "ShapeModeColorKey", "value": 3 }] }, +{ "tag": "typedef", "ns": 0, "name": "WindowShapeMode", "location": "/usr/include/SDL2/SDL_shape.h:94:3", "type": { "tag": ":enum", "name": "", "id": 187 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowShapeParams", "location": "/usr/include/SDL2/SDL_shape.h:103:3", "type": { "tag": "union", "ns": 1, "name": "", "id": 188, "location": "/usr/include/SDL2/SDL_shape.h:99:9", "bit-size": 32, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "binarizationCutoff", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "colorKey", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": "SDL_Color" } }] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_WindowShapeMode", "id": 0, "location": "/usr/include/SDL2/SDL_shape.h:106:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "mode", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "WindowShapeMode" } }, { "tag": "field", "name": "parameters", "bit-offset": 32, "bit-size": 32, "bit-alignment": 8, "type": { "tag": "SDL_WindowShapeParams" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowShapeMode", "location": "/usr/include/SDL2/SDL_shape.h:111:3", "type": { "tag": ":struct", "name": "SDL_WindowShapeMode", "id": 189 } }, +{ "tag": "function", "name": "SDL_SetWindowShape", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:128:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "shape", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "shape_mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_WindowShapeMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetShapedWindowMode", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:147:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "shape_mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_WindowShapeMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LinuxSetThreadPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:169:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "threadID", "type": { "tag": "Sint64" } }, { "tag": "parameter", "name": "priority", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LinuxSetThreadPriorityAndPolicy", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:184:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "threadID", "type": { "tag": "Sint64" } }, { "tag": "parameter", "name": "sdlPriority", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "schedPolicy", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_IsTablet", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:581:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_OnApplicationWillTerminate", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:584:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationDidReceiveMemoryWarning", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:585:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationWillResignActive", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:586:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationDidEnterBackground", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:587:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationWillEnterForeground", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:588:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationDidBecomeActive", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:589:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetTicks", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:58:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetTicks64", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:82:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_GetPerformanceCounter", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:123:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_GetPerformanceFrequency", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:134:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_Delay", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:147:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TimerCallback", "location": "/usr/include/SDL2/SDL_timer.h:157:27", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TimerID", "location": "/usr/include/SDL2/SDL_timer.h:162:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AddTimer", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:196:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "interval", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "callback", "type": { "tag": "SDL_TimerCallback" } }, { "tag": "parameter", "name": "param", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": "SDL_TimerID" } }, +{ "tag": "function", "name": "SDL_RemoveTimer", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:211:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "SDL_TimerID" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_version", "id": 0, "location": "/usr/include/SDL2/SDL_version.h:51:16", "bit-size": 24, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "major", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "minor", "bit-offset": 8, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "patch", "bit-offset": 16, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_version", "location": "/usr/include/SDL2/SDL_version.h:56:3", "type": { "tag": ":struct", "name": "SDL_version", "id": 190 } }, +{ "tag": "function", "name": "SDL_GetVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:141:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "ver", "type": { "tag": ":pointer", "type": { "tag": "SDL_version" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetRevision", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:170:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetRevisionNumber", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:193:44", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Locale", "id": 0, "location": "/usr/include/SDL2/SDL_locale.h:43:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "language", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "country", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Locale", "location": "/usr/include/SDL2/SDL_locale.h:47:3", "type": { "tag": ":struct", "name": "SDL_Locale", "id": 191 } }, +{ "tag": "function", "name": "SDL_GetPreferredLocales", "ns": 0, "location": "/usr/include/SDL2/SDL_locale.h:91:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Locale" } } }, +{ "tag": "function", "name": "SDL_OpenURL", "ns": 0, "location": "/usr/include/SDL2/SDL_misc.h:69:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "url", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_Init", "ns": 0, "location": "/usr/include/SDL2/SDL.h:144:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_InitSubSystem", "ns": 0, "location": "/usr/include/SDL2/SDL.h:161:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_QuitSubSystem", "ns": 0, "location": "/usr/include/SDL2/SDL.h:183:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_WasInit", "ns": 0, "location": "/usr/include/SDL2/SDL.h:199:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_Quit", "ns": 0, "location": "/usr/include/SDL2/SDL.h:223:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMinfo", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:44:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XID", "location": "/usr/include/X11/X.h:66:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "Mask", "location": "/usr/include/X11/X.h:70:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "Atom", "location": "/usr/include/X11/X.h:74:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "VisualID", "location": "/usr/include/X11/X.h:76:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "Time", "location": "/usr/include/X11/X.h:77:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "Window", "location": "/usr/include/X11/X.h:96:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Drawable", "location": "/usr/include/X11/X.h:97:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Font", "location": "/usr/include/X11/X.h:100:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Pixmap", "location": "/usr/include/X11/X.h:102:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Cursor", "location": "/usr/include/X11/X.h:103:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Colormap", "location": "/usr/include/X11/X.h:104:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "GContext", "location": "/usr/include/X11/X.h:105:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "KeySym", "location": "/usr/include/X11/X.h:106:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "KeyCode", "location": "/usr/include/X11/X.h:108:23", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "function", "name": "_Xmblen", "ns": 0, "location": "/usr/include/X11/Xlib.h:63:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "len", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "XPointer", "location": "/usr/include/X11/Xlib.h:80:15", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "struct", "ns": 0, "name": "_XExtData", "id": 0, "location": "/usr/include/X11/Xlib.h:148:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "number", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "next", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "_XExtData", "id": 192 } } }, { "tag": "field", "name": "free_private", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "private_data", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }] }, +{ "tag": "typedef", "ns": 0, "name": "XExtData", "location": "/usr/include/X11/Xlib.h:155:3", "type": { "tag": ":struct", "name": "_XExtData", "id": 192 } }, +{ "tag": "typedef", "ns": 0, "name": "XExtCodes", "location": "/usr/include/X11/Xlib.h:165:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 193, "location": "/usr/include/X11/Xlib.h:160:9", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "extension", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "major_opcode", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "first_event", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "first_error", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XPixmapFormatValues", "location": "/usr/include/X11/Xlib.h:175:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 194, "location": "/usr/include/X11/Xlib.h:171:9", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "depth", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bits_per_pixel", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "scanline_pad", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGCValues", "location": "/usr/include/X11/Xlib.h:207:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 195, "location": "/usr/include/X11/Xlib.h:181:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "function", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "plane_mask", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "foreground", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "background", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "line_width", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "line_style", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "cap_style", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "join_style", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "fill_style", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "fill_rule", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "arc_mode", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "tile", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "stipple", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "ts_x_origin", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "ts_y_origin", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font", "bit-offset": 704, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Font" } }, { "tag": "field", "name": "subwindow_mode", "bit-offset": 768, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "graphics_exposures", "bit-offset": 800, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "clip_x_origin", "bit-offset": 832, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "clip_y_origin", "bit-offset": 864, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "clip_mask", "bit-offset": 896, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "dash_offset", "bit-offset": 960, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "dashes", "bit-offset": 992, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XGC", "id": 0, "location": "/usr/include/X11/Xlib.h:214:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "GC", "location": "/usr/include/X11/Xlib.h:222:2", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XGC", "id": 0, "location": "/usr/include/X11/Xlib.h:214:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "typedef", "ns": 0, "name": "Visual", "location": "/usr/include/X11/Xlib.h:238:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 197, "location": "/usr/include/X11/Xlib.h:227:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "visualid", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "VisualID" } }, { "tag": "field", "name": "class", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "red_mask", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "green_mask", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "blue_mask", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "bits_per_rgb", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "map_entries", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "Depth", "location": "/usr/include/X11/Xlib.h:247:3", "type": { "tag": "struct", "ns": 683330416, "name": "", "id": 198, "location": "/usr/include/X11/Xlib.h:243:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "depth", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "nvisuals", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "visuals", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XDisplay", "id": 0, "location": "/usr/include/X11/Xlib.h:255:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "Screen", "location": "/usr/include/X11/Xlib.h:275:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 199, "location": "/usr/include/X11/Xlib.h:257:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "display", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XDisplay", "id": 0, "location": "/usr/include/X11/Xlib.h:255:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "root", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "width", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "mwidth", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "mheight", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "ndepths", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "depths", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Depth" } } }, { "tag": "field", "name": "root_depth", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "root_visual", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "field", "name": "default_gc", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "GC" } }, { "tag": "field", "name": "cmap", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Colormap" } }, { "tag": "field", "name": "white_pixel", "bit-offset": 704, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "black_pixel", "bit-offset": 768, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "max_maps", "bit-offset": 832, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "min_maps", "bit-offset": 864, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_store", "bit-offset": 896, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "save_unders", "bit-offset": 928, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "root_input_mask", "bit-offset": 960, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "ScreenFormat", "location": "/usr/include/X11/Xlib.h:285:3", "type": { "tag": "struct", "ns": 683340704, "name": "", "id": 201, "location": "/usr/include/X11/Xlib.h:280:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "depth", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bits_per_pixel", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "scanline_pad", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSetWindowAttributes", "location": "/usr/include/X11/Xlib.h:306:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 202, "location": "/usr/include/X11/Xlib.h:290:9", "bit-size": 896, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "background_pixmap", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "background_pixel", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "border_pixmap", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "border_pixel", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "bit_gravity", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "win_gravity", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_store", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_planes", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "backing_pixel", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "save_under", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "event_mask", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "do_not_propagate_mask", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "override_redirect", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "colormap", "bit-offset": 768, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Colormap" } }, { "tag": "field", "name": "cursor", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Cursor" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XWindowAttributes", "location": "/usr/include/X11/Xlib.h:334:3", "type": { "tag": "struct", "ns": 683346160, "name": "", "id": 203, "location": "/usr/include/X11/Xlib.h:308:9", "bit-size": 1088, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "depth", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "visual", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "field", "name": "root", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "class", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bit_gravity", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "win_gravity", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_store", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_planes", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "backing_pixel", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "save_under", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "colormap", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Colormap" } }, { "tag": "field", "name": "map_installed", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "map_state", "bit-offset": 736, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "all_event_masks", "bit-offset": 768, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "your_event_mask", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "do_not_propagate_mask", "bit-offset": 896, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "override_redirect", "bit-offset": 960, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "screen", "bit-offset": 1024, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XHostAddress", "location": "/usr/include/X11/Xlib.h:345:3", "type": { "tag": "struct", "ns": 682290208, "name": "", "id": 204, "location": "/usr/include/X11/Xlib.h:341:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "family", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "length", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "address", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XServerInterpretedAddress", "location": "/usr/include/X11/Xlib.h:355:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 205, "location": "/usr/include/X11/Xlib.h:350:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "typelength", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "valuelength", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "type", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "value", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XImage", "id": 0, "location": "/usr/include/X11/Xlib.h:360:16", "bit-size": 1088, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "width", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "xoffset", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "format", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "data", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "byte_order", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_unit", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_bit_order", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_pad", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "depth", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bytes_per_line", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bits_per_pixel", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "red_mask", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "green_mask", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "blue_mask", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "obdata", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "f", "bit-offset": 704, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "struct", "ns": 682300992, "name": "funcs", "id": 0, "location": "/usr/include/X11/Xlib.h:376:12", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "create_image", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "destroy_image", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "get_pixel", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "put_pixel", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "sub_image", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "add_pixel", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }] } }] }, +{ "tag": "struct", "ns": 207, "name": "funcs", "id": 0, "location": "/usr/include/X11/Xlib.h:376:12", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "create_image", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "destroy_image", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "get_pixel", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "put_pixel", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "sub_image", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "add_pixel", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }] }, +{ "tag": "typedef", "ns": 0, "name": "XImage", "location": "/usr/include/X11/Xlib.h:394:3", "type": { "tag": ":struct", "name": "_XImage", "id": 207 } }, +{ "tag": "typedef", "ns": 0, "name": "XWindowChanges", "location": "/usr/include/X11/Xlib.h:405:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 208, "location": "/usr/include/X11/Xlib.h:399:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "sibling", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "stack_mode", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XColor", "location": "/usr/include/X11/Xlib.h:415:3", "type": { "tag": "struct", "ns": 683391936, "name": "", "id": 209, "location": "/usr/include/X11/Xlib.h:410:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "pixel", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "red", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "green", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "blue", "bit-offset": 96, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "flags", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "pad", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSegment", "location": "/usr/include/X11/Xlib.h:424:3", "type": { "tag": "struct", "ns": 682302032, "name": "", "id": 210, "location": "/usr/include/X11/Xlib.h:422:9", "bit-size": 64, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "x1", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y1", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "x2", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y2", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XPoint", "location": "/usr/include/X11/Xlib.h:428:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 211, "location": "/usr/include/X11/Xlib.h:426:9", "bit-size": 32, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XRectangle", "location": "/usr/include/X11/Xlib.h:433:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 212, "location": "/usr/include/X11/Xlib.h:430:9", "bit-size": 64, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "width", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "height", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XArc", "location": "/usr/include/X11/Xlib.h:439:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 213, "location": "/usr/include/X11/Xlib.h:435:9", "bit-size": 96, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "width", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "height", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "angle1", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "angle2", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyboardControl", "location": "/usr/include/X11/Xlib.h:453:3", "type": { "tag": "struct", "ns": 683402256, "name": "", "id": 214, "location": "/usr/include/X11/Xlib.h:444:9", "bit-size": 256, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "key_click_percent", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_percent", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_pitch", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_duration", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "led", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "led_mode", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "key", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "auto_repeat_mode", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyboardState", "location": "/usr/include/X11/Xlib.h:464:3", "type": { "tag": "struct", "ns": 683403552, "name": "", "id": 215, "location": "/usr/include/X11/Xlib.h:457:9", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "key_click_percent", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_percent", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_pitch", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_duration", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "led_mask", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "global_auto_repeat", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "auto_repeats", "bit-offset": 224, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XTimeCoord", "location": "/usr/include/X11/Xlib.h:471:3", "type": { "tag": "struct", "ns": 683405088, "name": "", "id": 216, "location": "/usr/include/X11/Xlib.h:468:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "time", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XModifierKeymap", "location": "/usr/include/X11/Xlib.h:478:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 217, "location": "/usr/include/X11/Xlib.h:475:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "max_keypermod", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "modifiermap", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "KeyCode" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "Display", "location": "/usr/include/X11/Xlib.h:487:26", "type": { "tag": "struct", "ns": 0, "name": "_XDisplay", "id": 0, "location": "/usr/include/X11/Xlib.h:255:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "_XPrivate", "id": 0, "location": "/usr/include/X11/Xlib.h:490:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 0, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "_XPrivDisplay", "location": "/usr/include/X11/Xlib.h:550:2", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "", "id": 218, "location": "/usr/include/X11/Xlib.h:493:9", "bit-size": 2368, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "private1", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XPrivate", "id": 0, "location": "/usr/include/X11/Xlib.h:490:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "fd", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "private2", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "proto_major_version", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "proto_minor_version", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "vendor", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "private3", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XID" } }, { "tag": "field", "name": "private4", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XID" } }, { "tag": "field", "name": "private5", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XID" } }, { "tag": "field", "name": "private6", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "resource_alloc", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "byte_order", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_unit", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_pad", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_bit_order", "bit-offset": 736, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "nformats", "bit-offset": 768, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pixmap_format", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "ScreenFormat" } } }, { "tag": "field", "name": "private8", "bit-offset": 896, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "release", "bit-offset": 928, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "private9", "bit-offset": 960, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 683417312, "name": "_XPrivate", "id": 0, "location": "/usr/include/X11/Xlib.h:490:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "private10", "bit-offset": 1024, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XPrivate", "id": 0, "location": "/usr/include/X11/Xlib.h:490:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "qlen", "bit-offset": 1088, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "last_request_read", "bit-offset": 1152, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "request", "bit-offset": 1216, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "private11", "bit-offset": 1280, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private12", "bit-offset": 1344, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private13", "bit-offset": 1408, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private14", "bit-offset": 1472, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "max_request_size", "bit-offset": 1536, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "db", "bit-offset": 1600, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "private15", "bit-offset": 1664, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "display_name", "bit-offset": 1728, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "default_screen", "bit-offset": 1792, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "nscreens", "bit-offset": 1824, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "screens", "bit-offset": 1856, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }, { "tag": "field", "name": "motion_buffer", "bit-offset": 1920, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "private16", "bit-offset": 1984, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "min_keycode", "bit-offset": 2048, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "max_keycode", "bit-offset": 2080, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "private17", "bit-offset": 2112, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private18", "bit-offset": 2176, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private19", "bit-offset": 2240, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "xdefaults", "bit-offset": 2304, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] } } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyEvent", "location": "/usr/include/X11/Xlib.h:571:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 221, "location": "/usr/include/X11/Xlib.h:557:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "root", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "subwindow", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "time", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x_root", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y_root", "bit-offset": 608, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "keycode", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "same_screen", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyPressedEvent", "location": "/usr/include/X11/Xlib.h:572:19", "type": { "tag": "XKeyEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyReleasedEvent", "location": "/usr/include/X11/Xlib.h:573:19", "type": { "tag": "XKeyEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XButtonEvent", "location": "/usr/include/X11/Xlib.h:589:3", "type": { "tag": "struct", "ns": 683426832, "name": "", "id": 222, "location": "/usr/include/X11/Xlib.h:575:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "root", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "subwindow", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "time", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x_root", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y_root", "bit-offset": 608, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "button", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "same_screen", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XButtonPressedEvent", "location": "/usr/include/X11/Xlib.h:590:22", "type": { "tag": "XButtonEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XButtonReleasedEvent", "location": "/usr/include/X11/Xlib.h:591:22", "type": { "tag": "XButtonEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XMotionEvent", "location": "/usr/include/X11/Xlib.h:607:3", "type": { "tag": "struct", "ns": 683441008, "name": "", "id": 223, "location": "/usr/include/X11/Xlib.h:593:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "root", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "subwindow", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "time", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x_root", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y_root", "bit-offset": 608, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "is_hint", "bit-offset": 672, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "same_screen", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XPointerMovedEvent", "location": "/usr/include/X11/Xlib.h:608:22", "type": { "tag": "XMotionEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XCrossingEvent", "location": "/usr/include/X11/Xlib.h:630:3", "type": { "tag": "struct", "ns": 683443568, "name": "", "id": 224, "location": "/usr/include/X11/Xlib.h:610:9", "bit-size": 832, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "root", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "subwindow", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "time", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x_root", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y_root", "bit-offset": 608, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "mode", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "detail", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "same_screen", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "focus", "bit-offset": 736, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 768, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XEnterWindowEvent", "location": "/usr/include/X11/Xlib.h:631:24", "type": { "tag": "XCrossingEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XLeaveWindowEvent", "location": "/usr/include/X11/Xlib.h:632:24", "type": { "tag": "XCrossingEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XFocusChangeEvent", "location": "/usr/include/X11/Xlib.h:648:3", "type": { "tag": "struct", "ns": 683446128, "name": "", "id": 225, "location": "/usr/include/X11/Xlib.h:634:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "mode", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "detail", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XFocusInEvent", "location": "/usr/include/X11/Xlib.h:649:27", "type": { "tag": "XFocusChangeEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XFocusOutEvent", "location": "/usr/include/X11/Xlib.h:650:27", "type": { "tag": "XFocusChangeEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XKeymapEvent", "location": "/usr/include/X11/Xlib.h:660:3", "type": { "tag": "struct", "ns": 683450176, "name": "", "id": 226, "location": "/usr/include/X11/Xlib.h:653:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "key_vector", "bit-offset": 320, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XExposeEvent", "location": "/usr/include/X11/Xlib.h:671:3", "type": { "tag": "struct", "ns": 683451312, "name": "", "id": 227, "location": "/usr/include/X11/Xlib.h:662:9", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "count", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGraphicsExposeEvent", "location": "/usr/include/X11/Xlib.h:684:3", "type": { "tag": "struct", "ns": 683469120, "name": "", "id": 228, "location": "/usr/include/X11/Xlib.h:673:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "drawable", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Drawable" } }, { "tag": "field", "name": "x", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "count", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "major_code", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "minor_code", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XNoExposeEvent", "location": "/usr/include/X11/Xlib.h:694:3", "type": { "tag": "struct", "ns": 683470880, "name": "", "id": 229, "location": "/usr/include/X11/Xlib.h:686:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "drawable", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Drawable" } }, { "tag": "field", "name": "major_code", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "minor_code", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XVisibilityEvent", "location": "/usr/include/X11/Xlib.h:703:3", "type": { "tag": "struct", "ns": 683473200, "name": "", "id": 230, "location": "/usr/include/X11/Xlib.h:696:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "state", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XCreateWindowEvent", "location": "/usr/include/X11/Xlib.h:716:3", "type": { "tag": "struct", "ns": 683474336, "name": "", "id": 231, "location": "/usr/include/X11/Xlib.h:705:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "parent", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "override_redirect", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XDestroyWindowEvent", "location": "/usr/include/X11/Xlib.h:725:3", "type": { "tag": "struct", "ns": 683475712, "name": "", "id": 232, "location": "/usr/include/X11/Xlib.h:718:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XUnmapEvent", "location": "/usr/include/X11/Xlib.h:735:3", "type": { "tag": "struct", "ns": 683478352, "name": "", "id": 233, "location": "/usr/include/X11/Xlib.h:727:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "from_configure", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XMapEvent", "location": "/usr/include/X11/Xlib.h:745:3", "type": { "tag": "struct", "ns": 683479392, "name": "", "id": 234, "location": "/usr/include/X11/Xlib.h:737:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "override_redirect", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XMapRequestEvent", "location": "/usr/include/X11/Xlib.h:754:3", "type": { "tag": "struct", "ns": 683480816, "name": "", "id": 235, "location": "/usr/include/X11/Xlib.h:747:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "parent", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XReparentEvent", "location": "/usr/include/X11/Xlib.h:766:3", "type": { "tag": "struct", "ns": 683482288, "name": "", "id": 236, "location": "/usr/include/X11/Xlib.h:756:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "parent", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "override_redirect", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XConfigureEvent", "location": "/usr/include/X11/Xlib.h:780:3", "type": { "tag": "struct", "ns": 683483744, "name": "", "id": 237, "location": "/usr/include/X11/Xlib.h:768:9", "bit-size": 704, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "above", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "override_redirect", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGravityEvent", "location": "/usr/include/X11/Xlib.h:790:3", "type": { "tag": "struct", "ns": 683486160, "name": "", "id": 238, "location": "/usr/include/X11/Xlib.h:782:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XResizeRequestEvent", "location": "/usr/include/X11/Xlib.h:799:3", "type": { "tag": "struct", "ns": 683504928, "name": "", "id": 239, "location": "/usr/include/X11/Xlib.h:792:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "width", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XConfigureRequestEvent", "location": "/usr/include/X11/Xlib.h:814:3", "type": { "tag": "struct", "ns": 683506112, "name": "", "id": 240, "location": "/usr/include/X11/Xlib.h:801:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "parent", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "above", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "detail", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "value_mask", "bit-offset": 704, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XCirculateEvent", "location": "/usr/include/X11/Xlib.h:824:3", "type": { "tag": "struct", "ns": 683507696, "name": "", "id": 241, "location": "/usr/include/X11/Xlib.h:816:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "place", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XCirculateRequestEvent", "location": "/usr/include/X11/Xlib.h:834:3", "type": { "tag": "struct", "ns": 683510496, "name": "", "id": 242, "location": "/usr/include/X11/Xlib.h:826:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "parent", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "place", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XPropertyEvent", "location": "/usr/include/X11/Xlib.h:845:3", "type": { "tag": "struct", "ns": 683511632, "name": "", "id": 243, "location": "/usr/include/X11/Xlib.h:836:9", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "atom", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "time", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "state", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSelectionClearEvent", "location": "/usr/include/X11/Xlib.h:855:3", "type": { "tag": "struct", "ns": 683513104, "name": "", "id": 244, "location": "/usr/include/X11/Xlib.h:847:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "selection", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "time", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSelectionRequestEvent", "location": "/usr/include/X11/Xlib.h:868:3", "type": { "tag": "struct", "ns": 683514672, "name": "", "id": 245, "location": "/usr/include/X11/Xlib.h:857:9", "bit-size": 640, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "owner", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "requestor", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "selection", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "target", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "property", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "time", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSelectionEvent", "location": "/usr/include/X11/Xlib.h:880:3", "type": { "tag": "struct", "ns": 683516144, "name": "", "id": 246, "location": "/usr/include/X11/Xlib.h:870:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "requestor", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "selection", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "target", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "property", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "time", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XColormapEvent", "location": "/usr/include/X11/Xlib.h:895:3", "type": { "tag": "struct", "ns": 683518560, "name": "", "id": 247, "location": "/usr/include/X11/Xlib.h:882:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "colormap", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Colormap" } }, { "tag": "field", "name": "new", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XClientMessageEvent", "location": "/usr/include/X11/Xlib.h:910:3", "type": { "tag": "struct", "ns": 683520544, "name": "", "id": 248, "location": "/usr/include/X11/Xlib.h:897:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "message_type", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "format", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "data", "bit-offset": 448, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "union", "ns": 683523840, "name": "", "id": 249, "location": "/usr/include/X11/Xlib.h:905:2", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "b", "bit-offset": 0, "bit-size": 160, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 20 } }, { "tag": "field", "name": "s", "bit-offset": 0, "bit-size": 160, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 }, "size": 10 } }, { "tag": "field", "name": "l", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "size": 5 } }] } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XMappingEvent", "location": "/usr/include/X11/Xlib.h:922:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 250, "location": "/usr/include/X11/Xlib.h:912:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "request", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "first_keycode", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "count", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XErrorEvent", "location": "/usr/include/X11/Xlib.h:932:3", "type": { "tag": "struct", "ns": 683542880, "name": "", "id": 251, "location": "/usr/include/X11/Xlib.h:924:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "resourceid", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XID" } }, { "tag": "field", "name": "serial", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "error_code", "bit-offset": 256, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "request_code", "bit-offset": 264, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "minor_code", "bit-offset": 272, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XAnyEvent", "location": "/usr/include/X11/Xlib.h:940:3", "type": { "tag": "struct", "ns": 683544400, "name": "", "id": 252, "location": "/usr/include/X11/Xlib.h:934:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGenericEvent", "location": "/usr/include/X11/Xlib.h:956:7", "type": { "tag": "struct", "ns": 683545872, "name": "", "id": 253, "location": "/usr/include/X11/Xlib.h:948:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "extension", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "evtype", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGenericEventCookie", "location": "/usr/include/X11/Xlib.h:967:3", "type": { "tag": "struct", "ns": 683547152, "name": "", "id": 254, "location": "/usr/include/X11/Xlib.h:958:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "extension", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "evtype", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "cookie", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "data", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] } }, +{ "tag": "union", "ns": 0, "name": "_XEvent", "id": 0, "location": "/usr/include/X11/Xlib.h:973:15", "bit-size": 1536, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "xany", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "XAnyEvent" } }, { "tag": "field", "name": "xkey", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XKeyEvent" } }, { "tag": "field", "name": "xbutton", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XButtonEvent" } }, { "tag": "field", "name": "xmotion", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XMotionEvent" } }, { "tag": "field", "name": "xcrossing", "bit-offset": 0, "bit-size": 832, "bit-alignment": 64, "type": { "tag": "XCrossingEvent" } }, { "tag": "field", "name": "xfocus", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XFocusChangeEvent" } }, { "tag": "field", "name": "xexpose", "bit-offset": 0, "bit-size": 512, "bit-alignment": 64, "type": { "tag": "XExposeEvent" } }, { "tag": "field", "name": "xgraphicsexpose", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XGraphicsExposeEvent" } }, { "tag": "field", "name": "xnoexpose", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XNoExposeEvent" } }, { "tag": "field", "name": "xvisibility", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XVisibilityEvent" } }, { "tag": "field", "name": "xcreatewindow", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XCreateWindowEvent" } }, { "tag": "field", "name": "xdestroywindow", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XDestroyWindowEvent" } }, { "tag": "field", "name": "xunmap", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XUnmapEvent" } }, { "tag": "field", "name": "xmap", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XMapEvent" } }, { "tag": "field", "name": "xmaprequest", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XMapRequestEvent" } }, { "tag": "field", "name": "xreparent", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XReparentEvent" } }, { "tag": "field", "name": "xconfigure", "bit-offset": 0, "bit-size": 704, "bit-alignment": 64, "type": { "tag": "XConfigureEvent" } }, { "tag": "field", "name": "xgravity", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XGravityEvent" } }, { "tag": "field", "name": "xresizerequest", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XResizeRequestEvent" } }, { "tag": "field", "name": "xconfigurerequest", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XConfigureRequestEvent" } }, { "tag": "field", "name": "xcirculate", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XCirculateEvent" } }, { "tag": "field", "name": "xcirculaterequest", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XCirculateRequestEvent" } }, { "tag": "field", "name": "xproperty", "bit-offset": 0, "bit-size": 512, "bit-alignment": 64, "type": { "tag": "XPropertyEvent" } }, { "tag": "field", "name": "xselectionclear", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XSelectionClearEvent" } }, { "tag": "field", "name": "xselectionrequest", "bit-offset": 0, "bit-size": 640, "bit-alignment": 64, "type": { "tag": "XSelectionRequestEvent" } }, { "tag": "field", "name": "xselection", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XSelectionEvent" } }, { "tag": "field", "name": "xcolormap", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XColormapEvent" } }, { "tag": "field", "name": "xclient", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XClientMessageEvent" } }, { "tag": "field", "name": "xmapping", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XMappingEvent" } }, { "tag": "field", "name": "xerror", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "XErrorEvent" } }, { "tag": "field", "name": "xkeymap", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XKeymapEvent" } }, { "tag": "field", "name": "xgeneric", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "XGenericEvent" } }, { "tag": "field", "name": "xcookie", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XGenericEventCookie" } }, { "tag": "field", "name": "pad", "bit-offset": 0, "bit-size": 1536, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "size": 24 } }] }, +{ "tag": "typedef", "ns": 0, "name": "XEvent", "location": "/usr/include/X11/Xlib.h:1009:3", "type": { "tag": ":union", "name": "_XEvent", "id": 255 } }, +{ "tag": "typedef", "ns": 0, "name": "XCharStruct", "location": "/usr/include/X11/Xlib.h:1024:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 256, "location": "/usr/include/X11/Xlib.h:1017:9", "bit-size": 96, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "lbearing", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "rbearing", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "width", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "ascent", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "descent", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "attributes", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XFontProp", "location": "/usr/include/X11/Xlib.h:1033:3", "type": { "tag": "struct", "ns": 683556032, "name": "", "id": 257, "location": "/usr/include/X11/Xlib.h:1030:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "name", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "card32", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XFontStruct", "location": "/usr/include/X11/Xlib.h:1052:3", "type": { "tag": "struct", "ns": 683558464, "name": "", "id": 258, "location": "/usr/include/X11/Xlib.h:1035:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "fid", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Font" } }, { "tag": "field", "name": "direction", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "min_char_or_byte2", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "max_char_or_byte2", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "min_byte1", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "max_byte1", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "all_chars_exist", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "default_char", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "n_properties", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "properties", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XFontProp" } } }, { "tag": "field", "name": "min_bounds", "bit-offset": 448, "bit-size": 96, "bit-alignment": 16, "type": { "tag": "XCharStruct" } }, { "tag": "field", "name": "max_bounds", "bit-offset": 544, "bit-size": 96, "bit-alignment": 16, "type": { "tag": "XCharStruct" } }, { "tag": "field", "name": "per_char", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }, { "tag": "field", "name": "ascent", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "descent", "bit-offset": 736, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XTextItem", "location": "/usr/include/X11/Xlib.h:1062:3", "type": { "tag": "struct", "ns": 683558800, "name": "", "id": 259, "location": "/usr/include/X11/Xlib.h:1057:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "chars", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "nchars", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "delta", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Font" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XChar2b", "location": "/usr/include/X11/Xlib.h:1067:3", "type": { "tag": "struct", "ns": 14, "name": "", "id": 260, "location": "/usr/include/X11/Xlib.h:1064:9", "bit-size": 16, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "byte1", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "byte2", "bit-offset": 8, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XTextItem16", "location": "/usr/include/X11/Xlib.h:1074:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 261, "location": "/usr/include/X11/Xlib.h:1069:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "chars", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "field", "name": "nchars", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "delta", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Font" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XEDataObject", "location": "/usr/include/X11/Xlib.h:1082:24", "type": { "tag": "union", "ns": 0, "name": "", "id": 262, "location": "/usr/include/X11/Xlib.h:1077:9", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "display", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "gc", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "GC" } }, { "tag": "field", "name": "visual", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "field", "name": "screen", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }, { "tag": "field", "name": "pixmap_format", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "ScreenFormat" } } }, { "tag": "field", "name": "font", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XFontSetExtents", "location": "/usr/include/X11/Xlib.h:1087:3", "type": { "tag": "struct", "ns": 683580352, "name": "", "id": 263, "location": "/usr/include/X11/Xlib.h:1084:9", "bit-size": 128, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "max_ink_extent", "bit-offset": 0, "bit-size": 64, "bit-alignment": 16, "type": { "tag": "XRectangle" } }, { "tag": "field", "name": "max_logical_extent", "bit-offset": 64, "bit-size": 64, "bit-alignment": 16, "type": { "tag": "XRectangle" } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XOM", "id": 0, "location": "/usr/include/X11/Xlib.h:1093:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XOM", "location": "/usr/include/X11/Xlib.h:1093:22", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XOM", "id": 0, "location": "/usr/include/X11/Xlib.h:1093:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "struct", "ns": 0, "name": "_XOC", "id": 0, "location": "/usr/include/X11/Xlib.h:1094:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XOC", "location": "/usr/include/X11/Xlib.h:1094:22", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XOC", "id": 0, "location": "/usr/include/X11/Xlib.h:1094:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "typedef", "ns": 0, "name": "XFontSet", "location": "/usr/include/X11/Xlib.h:1094:28", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XOC", "id": 0, "location": "/usr/include/X11/Xlib.h:1094:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "typedef", "ns": 0, "name": "XmbTextItem", "location": "/usr/include/X11/Xlib.h:1101:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 266, "location": "/usr/include/X11/Xlib.h:1096:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "chars", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "nchars", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "delta", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font_set", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XFontSet" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XwcTextItem", "location": "/usr/include/X11/Xlib.h:1108:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 267, "location": "/usr/include/X11/Xlib.h:1103:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "chars", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "field", "name": "nchars", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "delta", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font_set", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XFontSet" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XOMCharSetList", "location": "/usr/include/X11/Xlib.h:1124:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 268, "location": "/usr/include/X11/Xlib.h:1121:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "charset_count", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "charset_list", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 269, "location": "/usr/include/X11/Xlib.h:1126:9", "fields": [{ "tag": "field", "name": "XOMOrientation_LTR_TTB", "value": 0 }, { "tag": "field", "name": "XOMOrientation_RTL_TTB", "value": 1 }, { "tag": "field", "name": "XOMOrientation_TTB_LTR", "value": 2 }, { "tag": "field", "name": "XOMOrientation_TTB_RTL", "value": 3 }, { "tag": "field", "name": "XOMOrientation_Context", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "XOrientation", "location": "/usr/include/X11/Xlib.h:1132:3", "type": { "tag": ":enum", "name": "", "id": 269 } }, +{ "tag": "typedef", "ns": 0, "name": "XOMOrientation", "location": "/usr/include/X11/Xlib.h:1137:3", "type": { "tag": "struct", "ns": 1, "name": "", "id": 270, "location": "/usr/include/X11/Xlib.h:1134:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "num_orientation", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "orientation", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XOrientation" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XOMFontInfo", "location": "/usr/include/X11/Xlib.h:1143:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 271, "location": "/usr/include/X11/Xlib.h:1139:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "num_font", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font_struct_list", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } } }, { "tag": "field", "name": "font_name_list", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XIM", "id": 0, "location": "/usr/include/X11/Xlib.h:1145:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XIM", "location": "/usr/include/X11/Xlib.h:1145:22", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XIM", "id": 0, "location": "/usr/include/X11/Xlib.h:1145:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "struct", "ns": 0, "name": "_XIC", "id": 0, "location": "/usr/include/X11/Xlib.h:1146:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XIC", "location": "/usr/include/X11/Xlib.h:1146:22", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XIC", "id": 0, "location": "/usr/include/X11/Xlib.h:1146:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "typedef", "ns": 0, "name": "XIMProc", "location": "/usr/include/X11/Xlib.h:1148:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "XICProc", "location": "/usr/include/X11/Xlib.h:1154:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "XIDProc", "location": "/usr/include/X11/Xlib.h:1160:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStyle", "location": "/usr/include/X11/Xlib.h:1166:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStyles", "location": "/usr/include/X11/Xlib.h:1171:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 274, "location": "/usr/include/X11/Xlib.h:1168:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "count_styles", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "supported_styles", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMStyle" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XVaNestedList", "location": "/usr/include/X11/Xlib.h:1233:15", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "typedef", "ns": 0, "name": "XIMCallback", "location": "/usr/include/X11/Xlib.h:1238:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 275, "location": "/usr/include/X11/Xlib.h:1235:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "client_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "callback", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XIMProc" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XICCallback", "location": "/usr/include/X11/Xlib.h:1243:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 276, "location": "/usr/include/X11/Xlib.h:1240:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "client_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "callback", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XICProc" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XIMFeedback", "location": "/usr/include/X11/Xlib.h:1245:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMText", "id": 0, "location": "/usr/include/X11/Xlib.h:1257:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "length", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "feedback", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMFeedback" } } }, { "tag": "field", "name": "encoding_is_wchar", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "string", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 277, "location": "/usr/include/X11/Xlib.h:1261:5", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "multi_byte", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "wide_char", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMText", "location": "/usr/include/X11/Xlib.h:1265:3", "type": { "tag": ":struct", "name": "_XIMText", "id": 278 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMPreeditState", "location": "/usr/include/X11/Xlib.h:1267:24", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMPreeditStateNotifyCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1273:16", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "state", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XIMPreeditState" } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMPreeditStateNotifyCallbackStruct", "location": "/usr/include/X11/Xlib.h:1275:3", "type": { "tag": ":struct", "name": "_XIMPreeditStateNotifyCallbackStruct", "id": 279 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMResetState", "location": "/usr/include/X11/Xlib.h:1277:24", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionFeedback", "location": "/usr/include/X11/Xlib.h:1282:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMStringConversionText", "id": 0, "location": "/usr/include/X11/Xlib.h:1291:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "length", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "feedback", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMStringConversionFeedback" } } }, { "tag": "field", "name": "encoding_is_wchar", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "string", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "union", "ns": 682425144, "name": "", "id": 280, "location": "/usr/include/X11/Xlib.h:1295:5", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "mbs", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "wcs", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionText", "location": "/usr/include/X11/Xlib.h:1299:3", "type": { "tag": ":struct", "name": "_XIMStringConversionText", "id": 281 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionPosition", "location": "/usr/include/X11/Xlib.h:1301:24", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionType", "location": "/usr/include/X11/Xlib.h:1303:24", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionOperation", "location": "/usr/include/X11/Xlib.h:1310:24", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 282, "location": "/usr/include/X11/Xlib.h:1315:9", "fields": [{ "tag": "field", "name": "XIMForwardChar", "value": 0 }, { "tag": "field", "name": "XIMBackwardChar", "value": 1 }, { "tag": "field", "name": "XIMForwardWord", "value": 2 }, { "tag": "field", "name": "XIMBackwardWord", "value": 3 }, { "tag": "field", "name": "XIMCaretUp", "value": 4 }, { "tag": "field", "name": "XIMCaretDown", "value": 5 }, { "tag": "field", "name": "XIMNextLine", "value": 6 }, { "tag": "field", "name": "XIMPreviousLine", "value": 7 }, { "tag": "field", "name": "XIMLineStart", "value": 8 }, { "tag": "field", "name": "XIMLineEnd", "value": 9 }, { "tag": "field", "name": "XIMAbsolutePosition", "value": 10 }, { "tag": "field", "name": "XIMDontChange", "value": 11 }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMCaretDirection", "location": "/usr/include/X11/Xlib.h:1323:3", "type": { "tag": ":enum", "name": "", "id": 282 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMStringConversionCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1325:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "position", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "XIMStringConversionPosition" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "XIMCaretDirection" } }, { "tag": "field", "name": "operation", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "XIMStringConversionOperation" } }, { "tag": "field", "name": "factor", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "text", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMStringConversionText" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionCallbackStruct", "location": "/usr/include/X11/Xlib.h:1331:3", "type": { "tag": ":struct", "name": "_XIMStringConversionCallbackStruct", "id": 283 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMPreeditDrawCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1333:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "caret", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "chg_first", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "chg_length", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "text", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMText" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMPreeditDrawCallbackStruct", "location": "/usr/include/X11/Xlib.h:1338:3", "type": { "tag": ":struct", "name": "_XIMPreeditDrawCallbackStruct", "id": 284 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 285, "location": "/usr/include/X11/Xlib.h:1340:9", "fields": [{ "tag": "field", "name": "XIMIsInvisible", "value": 0 }, { "tag": "field", "name": "XIMIsPrimary", "value": 1 }, { "tag": "field", "name": "XIMIsSecondary", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMCaretStyle", "location": "/usr/include/X11/Xlib.h:1344:3", "type": { "tag": ":enum", "name": "", "id": 285 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMPreeditCaretCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1346:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "position", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "XIMCaretDirection" } }, { "tag": "field", "name": "style", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "XIMCaretStyle" } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMPreeditCaretCallbackStruct", "location": "/usr/include/X11/Xlib.h:1350:3", "type": { "tag": ":struct", "name": "_XIMPreeditCaretCallbackStruct", "id": 286 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 287, "location": "/usr/include/X11/Xlib.h:1352:9", "fields": [{ "tag": "field", "name": "XIMTextType", "value": 0 }, { "tag": "field", "name": "XIMBitmapType", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMStatusDataType", "location": "/usr/include/X11/Xlib.h:1355:3", "type": { "tag": ":enum", "name": "", "id": 287 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMStatusDrawCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1357:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "XIMStatusDataType" } }, { "tag": "field", "name": "data", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "union", "ns": 683623984, "name": "", "id": 288, "location": "/usr/include/X11/Xlib.h:1359:5", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "text", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMText" } } }, { "tag": "field", "name": "bitmap", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMStatusDrawCallbackStruct", "location": "/usr/include/X11/Xlib.h:1363:3", "type": { "tag": ":struct", "name": "_XIMStatusDrawCallbackStruct", "id": 289 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMHotKeyTrigger", "id": 0, "location": "/usr/include/X11/Xlib.h:1365:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "keysym", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "KeySym" } }, { "tag": "field", "name": "modifier", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "modifier_mask", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMHotKeyTrigger", "location": "/usr/include/X11/Xlib.h:1369:3", "type": { "tag": ":struct", "name": "_XIMHotKeyTrigger", "id": 290 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMHotKeyTriggers", "id": 0, "location": "/usr/include/X11/Xlib.h:1371:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "num_hot_key", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "key", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMHotKeyTrigger" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMHotKeyTriggers", "location": "/usr/include/X11/Xlib.h:1374:3", "type": { "tag": ":struct", "name": "_XIMHotKeyTriggers", "id": 291 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMHotKeyState", "location": "/usr/include/X11/Xlib.h:1376:24", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMValuesList", "location": "/usr/include/X11/Xlib.h:1384:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 292, "location": "/usr/include/X11/Xlib.h:1381:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "count_values", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "supported_values", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }] } }, +{ "tag": "extern", "name": "_Xdebug", "ns": 0, "location": "/usr/include/X11/Xlib.h:1392:12", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XLoadQueryFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:1394:21", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, +{ "tag": "function", "name": "XQueryFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:1399:21", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XID" } }], "return-type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, +{ "tag": "function", "name": "XGetMotionEvents", "ns": 0, "location": "/usr/include/X11/Xlib.h:1405:20", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XTimeCoord" } } }, +{ "tag": "function", "name": "XDeleteModifiermapEntry", "ns": 0, "location": "/usr/include/X11/Xlib.h:1413:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeyCode" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, +{ "tag": "function", "name": "XGetModifierMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:1423:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, +{ "tag": "function", "name": "XInsertModifiermapEntry", "ns": 0, "location": "/usr/include/X11/Xlib.h:1427:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeyCode" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, +{ "tag": "function", "name": "XNewModifiermap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1437:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, +{ "tag": "function", "name": "XCreateImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:1441:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, +{ "tag": "function", "name": "XInitImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:1453:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XImage" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:1456:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, +{ "tag": "function", "name": "XGetSubImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:1466:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, +{ "tag": "function", "name": "XOpenDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1483:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Display" } } }, +{ "tag": "function", "name": "XrmInitialize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1487:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XFetchBytes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1491:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XFetchBuffer", "ns": 0, "location": "/usr/include/X11/Xlib.h:1495:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetAtomName", "ns": 0, "location": "/usr/include/X11/Xlib.h:1500:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetAtomNames", "ns": 0, "location": "/usr/include/X11/Xlib.h:1504:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetDefault", "ns": 0, "location": "/usr/include/X11/Xlib.h:1510:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayName", "ns": 0, "location": "/usr/include/X11/Xlib.h:1515:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XKeysymToString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1518:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "KeySym" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XSynchronize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1522:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XSetAfterFunction", "ns": 0, "location": "/usr/include/X11/Xlib.h:1528:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XInternAtom", "ns": 0, "location": "/usr/include/X11/Xlib.h:1536:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Atom" } }, +{ "tag": "function", "name": "XInternAtoms", "ns": 0, "location": "/usr/include/X11/Xlib.h:1541:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCopyColormapAndFree", "ns": 0, "location": "/usr/include/X11/Xlib.h:1548:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": "Colormap" } }, +{ "tag": "function", "name": "XCreateColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1552:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Colormap" } }, +{ "tag": "function", "name": "XCreatePixmapCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1558:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Cursor" } }, +{ "tag": "function", "name": "XCreateGlyphCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1567:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Font" } }, { "tag": "parameter", "name": "", "type": { "tag": "Font" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": "Cursor" } }, +{ "tag": "function", "name": "XCreateFontCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1576:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Cursor" } }, +{ "tag": "function", "name": "XLoadFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:1580:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "Font" } }, +{ "tag": "function", "name": "XCreateGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:1584:11", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGCValues" } } }], "return-type": { "tag": "GC" } }, +{ "tag": "function", "name": "XGContextFromGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:1590:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "GC" } }], "return-type": { "tag": "GContext" } }, +{ "tag": "function", "name": "XFlushGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:1593:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XCreatePixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1597:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Pixmap" } }, +{ "tag": "function", "name": "XCreateBitmapFromData", "ns": 0, "location": "/usr/include/X11/Xlib.h:1604:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Pixmap" } }, +{ "tag": "function", "name": "XCreatePixmapFromBitmapData", "ns": 0, "location": "/usr/include/X11/Xlib.h:1611:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Pixmap" } }, +{ "tag": "function", "name": "XCreateSimpleWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1621:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XGetSelectionOwner", "ns": 0, "location": "/usr/include/X11/Xlib.h:1632:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XCreateWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1636:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XSetWindowAttributes" } } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XListInstalledColormaps", "ns": 0, "location": "/usr/include/X11/Xlib.h:1650:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Colormap" } } }, +{ "tag": "function", "name": "XListFonts", "ns": 0, "location": "/usr/include/X11/Xlib.h:1655:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, +{ "tag": "function", "name": "XListFontsWithInfo", "ns": 0, "location": "/usr/include/X11/Xlib.h:1661:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, +{ "tag": "function", "name": "XGetFontPath", "ns": 0, "location": "/usr/include/X11/Xlib.h:1668:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, +{ "tag": "function", "name": "XListExtensions", "ns": 0, "location": "/usr/include/X11/Xlib.h:1672:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, +{ "tag": "function", "name": "XListProperties", "ns": 0, "location": "/usr/include/X11/Xlib.h:1676:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, +{ "tag": "function", "name": "XListHosts", "ns": 0, "location": "/usr/include/X11/Xlib.h:1681:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }, +{ "tag": "function", "name": "XKeycodeToKeysym", "ns": 0, "location": "/usr/include/X11/Xlib.h:1687:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeyCode" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "KeySym" } }, +{ "tag": "function", "name": "XLookupKeysym", "ns": 0, "location": "/usr/include/X11/Xlib.h:1696:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "KeySym" } }, +{ "tag": "function", "name": "XGetKeyboardMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:1700:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeyCode" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, +{ "tag": "function", "name": "XStringToKeysym", "ns": 0, "location": "/usr/include/X11/Xlib.h:1710:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "KeySym" } }, +{ "tag": "function", "name": "XMaxRequestSize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1713:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XExtendedMaxRequestSize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1716:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XResourceManagerString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1719:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XScreenResourceString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1722:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayMotionBufferSize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1725:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XVisualIDFromVisual", "ns": 0, "location": "/usr/include/X11/Xlib.h:1728:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }], "return-type": { "tag": "VisualID" } }, +{ "tag": "function", "name": "XInitThreads", "ns": 0, "location": "/usr/include/X11/Xlib.h:1734:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeThreads", "ns": 0, "location": "/usr/include/X11/Xlib.h:1738:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XLockDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1742:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XUnlockDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1746:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XInitExtension", "ns": 0, "location": "/usr/include/X11/Xlib.h:1752:19", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XExtCodes" } } }, +{ "tag": "function", "name": "XAddExtension", "ns": 0, "location": "/usr/include/X11/Xlib.h:1757:19", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XExtCodes" } } }, +{ "tag": "function", "name": "XFindOnExtensionList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1760:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, +{ "tag": "function", "name": "XEHeadOfExtensionList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1764:19", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XEDataObject" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } } }, +{ "tag": "function", "name": "XRootWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1769:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XDefaultRootWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1773:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XRootWindowOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1776:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XDefaultVisual", "ns": 0, "location": "/usr/include/X11/Xlib.h:1779:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, +{ "tag": "function", "name": "XDefaultVisualOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1783:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, +{ "tag": "function", "name": "XDefaultGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:1786:11", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "GC" } }, +{ "tag": "function", "name": "XDefaultGCOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1790:11", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": "GC" } }, +{ "tag": "function", "name": "XBlackPixel", "ns": 0, "location": "/usr/include/X11/Xlib.h:1793:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XWhitePixel", "ns": 0, "location": "/usr/include/X11/Xlib.h:1797:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XAllPlanes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1801:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XBlackPixelOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1804:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XWhitePixelOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1807:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XNextRequest", "ns": 0, "location": "/usr/include/X11/Xlib.h:1810:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XLastKnownRequestProcessed", "ns": 0, "location": "/usr/include/X11/Xlib.h:1813:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XServerVendor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1816:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1819:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDefaultColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1822:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Colormap" } }, +{ "tag": "function", "name": "XDefaultColormapOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1826:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": "Colormap" } }, +{ "tag": "function", "name": "XDisplayOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1829:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Display" } } }, +{ "tag": "function", "name": "XScreenOfDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1832:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "Screen" } } }, +{ "tag": "function", "name": "XDefaultScreenOfDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1836:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Screen" } } }, +{ "tag": "function", "name": "XEventMaskOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1839:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XScreenNumberOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1843:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "XErrorHandler", "location": "/usr/include/X11/Xlib.h:1847:15", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XSetErrorHandler", "ns": 0, "location": "/usr/include/X11/Xlib.h:1852:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XErrorHandler" } }], "return-type": { "tag": "XErrorHandler" } }, +{ "tag": "typedef", "ns": 0, "name": "XIOErrorHandler", "location": "/usr/include/X11/Xlib.h:1857:15", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XSetIOErrorHandler", "ns": 0, "location": "/usr/include/X11/Xlib.h:1861:24", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIOErrorHandler" } }], "return-type": { "tag": "XIOErrorHandler" } }, +{ "tag": "typedef", "ns": 0, "name": "XIOErrorExitHandler", "location": "/usr/include/X11/Xlib.h:1865:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XSetIOErrorExitHandler", "ns": 0, "location": "/usr/include/X11/Xlib.h:1870:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XIOErrorExitHandler" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XListPixmapFormats", "ns": 0, "location": "/usr/include/X11/Xlib.h:1876:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XPixmapFormatValues" } } }, +{ "tag": "function", "name": "XListDepths", "ns": 0, "location": "/usr/include/X11/Xlib.h:1880:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "XReconfigureWMWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1888:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XWindowChanges" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetWMProtocols", "ns": 0, "location": "/usr/include/X11/Xlib.h:1896:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWMProtocols", "ns": 0, "location": "/usr/include/X11/Xlib.h:1902:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XIconifyWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1908:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWithdrawWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1913:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetCommand", "ns": 0, "location": "/usr/include/X11/Xlib.h:1918:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetWMColormapWindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:1924:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "Window" } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWMColormapWindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:1930:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeStringList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1936:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XSetTransientForHint", "ns": 0, "location": "/usr/include/X11/Xlib.h:1939:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XActivateScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:1947:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAddHost", "ns": 0, "location": "/usr/include/X11/Xlib.h:1951:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAddHosts", "ns": 0, "location": "/usr/include/X11/Xlib.h:1956:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAddToExtensionList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1962:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "_XExtData", "id": 192 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAddToSaveSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:1967:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllocColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1972:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllocColorCells", "ns": 0, "location": "/usr/include/X11/Xlib.h:1978:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllocColorPlanes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1988:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllocNamedColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2002:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllowEvents", "ns": 0, "location": "/usr/include/X11/Xlib.h:2010:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAutoRepeatOff", "ns": 0, "location": "/usr/include/X11/Xlib.h:2016:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAutoRepeatOn", "ns": 0, "location": "/usr/include/X11/Xlib.h:2020:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBell", "ns": 0, "location": "/usr/include/X11/Xlib.h:2024:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBitmapBitOrder", "ns": 0, "location": "/usr/include/X11/Xlib.h:2029:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBitmapPad", "ns": 0, "location": "/usr/include/X11/Xlib.h:2033:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBitmapUnit", "ns": 0, "location": "/usr/include/X11/Xlib.h:2037:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCellsOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2041:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeActivePointerGrab", "ns": 0, "location": "/usr/include/X11/Xlib.h:2045:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:2052:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGCValues" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeKeyboardControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2059:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyboardControl" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeKeyboardMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:2065:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangePointerControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2073:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeProperty", "ns": 0, "location": "/usr/include/X11/Xlib.h:2082:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeSaveSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:2093:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeWindowAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:2099:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XSetWindowAttributes" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckIfEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2106:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":function-pointer" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckMaskEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2117:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckTypedEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2123:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckTypedWindowEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2129:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckWindowEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2136:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCirculateSubwindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:2143:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCirculateSubwindowsDown", "ns": 0, "location": "/usr/include/X11/Xlib.h:2149:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCirculateSubwindowsUp", "ns": 0, "location": "/usr/include/X11/Xlib.h:2154:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XClearArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:2159:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XClearWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2169:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCloseDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:2174:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XConfigureWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2178:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XWindowChanges" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XConnectionNumber", "ns": 0, "location": "/usr/include/X11/Xlib.h:2185:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XConvertSelection", "ns": 0, "location": "/usr/include/X11/Xlib.h:2189:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCopyArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:2198:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCopyGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:2211:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCopyPlane", "ns": 0, "location": "/usr/include/X11/Xlib.h:2218:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDefaultDepth", "ns": 0, "location": "/usr/include/X11/Xlib.h:2232:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDefaultDepthOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2237:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDefaultScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2241:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDefineCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2245:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDeleteProperty", "ns": 0, "location": "/usr/include/X11/Xlib.h:2251:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDestroyWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2257:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDestroySubwindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:2262:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDoesBackingStore", "ns": 0, "location": "/usr/include/X11/Xlib.h:2267:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDoesSaveUnders", "ns": 0, "location": "/usr/include/X11/Xlib.h:2271:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisableAccessControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2275:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayCells", "ns": 0, "location": "/usr/include/X11/Xlib.h:2280:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayHeight", "ns": 0, "location": "/usr/include/X11/Xlib.h:2285:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayHeightMM", "ns": 0, "location": "/usr/include/X11/Xlib.h:2290:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayKeycodes", "ns": 0, "location": "/usr/include/X11/Xlib.h:2295:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayPlanes", "ns": 0, "location": "/usr/include/X11/Xlib.h:2301:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayWidth", "ns": 0, "location": "/usr/include/X11/Xlib.h:2306:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayWidthMM", "ns": 0, "location": "/usr/include/X11/Xlib.h:2311:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawArc", "ns": 0, "location": "/usr/include/X11/Xlib.h:2316:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawArcs", "ns": 0, "location": "/usr/include/X11/Xlib.h:2328:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XArc" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawImageString", "ns": 0, "location": "/usr/include/X11/Xlib.h:2336:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawImageString16", "ns": 0, "location": "/usr/include/X11/Xlib.h:2346:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawLine", "ns": 0, "location": "/usr/include/X11/Xlib.h:2356:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawLines", "ns": 0, "location": "/usr/include/X11/Xlib.h:2366:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XPoint" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawPoint", "ns": 0, "location": "/usr/include/X11/Xlib.h:2375:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawPoints", "ns": 0, "location": "/usr/include/X11/Xlib.h:2383:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XPoint" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawRectangle", "ns": 0, "location": "/usr/include/X11/Xlib.h:2392:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawRectangles", "ns": 0, "location": "/usr/include/X11/Xlib.h:2402:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawSegments", "ns": 0, "location": "/usr/include/X11/Xlib.h:2410:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XSegment" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawString", "ns": 0, "location": "/usr/include/X11/Xlib.h:2418:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawString16", "ns": 0, "location": "/usr/include/X11/Xlib.h:2428:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawText", "ns": 0, "location": "/usr/include/X11/Xlib.h:2438:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XTextItem" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawText16", "ns": 0, "location": "/usr/include/X11/Xlib.h:2448:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XTextItem16" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XEnableAccessControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2458:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XEventsQueued", "ns": 0, "location": "/usr/include/X11/Xlib.h:2462:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFetchName", "ns": 0, "location": "/usr/include/X11/Xlib.h:2467:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillArc", "ns": 0, "location": "/usr/include/X11/Xlib.h:2473:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillArcs", "ns": 0, "location": "/usr/include/X11/Xlib.h:2485:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XArc" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillPolygon", "ns": 0, "location": "/usr/include/X11/Xlib.h:2493:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XPoint" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillRectangle", "ns": 0, "location": "/usr/include/X11/Xlib.h:2503:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillRectangles", "ns": 0, "location": "/usr/include/X11/Xlib.h:2513:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFlush", "ns": 0, "location": "/usr/include/X11/Xlib.h:2521:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XForceScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:2525:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFree", "ns": 0, "location": "/usr/include/X11/Xlib.h:2530:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2534:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeColors", "ns": 0, "location": "/usr/include/X11/Xlib.h:2539:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2547:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeExtensionList", "ns": 0, "location": "/usr/include/X11/Xlib.h:2552:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:2556:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeFontInfo", "ns": 0, "location": "/usr/include/X11/Xlib.h:2561:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeFontNames", "ns": 0, "location": "/usr/include/X11/Xlib.h:2567:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeFontPath", "ns": 0, "location": "/usr/include/X11/Xlib.h:2571:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:2575:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeModifiermap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2580:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreePixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2584:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGeometry", "ns": 0, "location": "/usr/include/X11/Xlib.h:2589:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetErrorDatabaseText", "ns": 0, "location": "/usr/include/X11/Xlib.h:2605:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetErrorText", "ns": 0, "location": "/usr/include/X11/Xlib.h:2614:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetFontProperty", "ns": 0, "location": "/usr/include/X11/Xlib.h:2621:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetGCValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:2627:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGCValues" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetGeometry", "ns": 0, "location": "/usr/include/X11/Xlib.h:2634:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetIconName", "ns": 0, "location": "/usr/include/X11/Xlib.h:2646:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetInputFocus", "ns": 0, "location": "/usr/include/X11/Xlib.h:2652:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetKeyboardControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2658:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyboardState" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetPointerControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2663:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetPointerMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:2670:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:2676:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetTransientForHint", "ns": 0, "location": "/usr/include/X11/Xlib.h:2684:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetWindowProperty", "ns": 0, "location": "/usr/include/X11/Xlib.h:2690:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetWindowAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:2705:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XWindowAttributes" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabButton", "ns": 0, "location": "/usr/include/X11/Xlib.h:2711:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabKey", "ns": 0, "location": "/usr/include/X11/Xlib.h:2724:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabKeyboard", "ns": 0, "location": "/usr/include/X11/Xlib.h:2734:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabPointer", "ns": 0, "location": "/usr/include/X11/Xlib.h:2743:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabServer", "ns": 0, "location": "/usr/include/X11/Xlib.h:2755:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XHeightMMOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2759:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XHeightOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2763:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XIfEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2767:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":function-pointer" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XImageByteOrder", "ns": 0, "location": "/usr/include/X11/Xlib.h:2778:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XInstallColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2782:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XKeysymToKeycode", "ns": 0, "location": "/usr/include/X11/Xlib.h:2787:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeySym" } }], "return-type": { "tag": "KeyCode" } }, +{ "tag": "function", "name": "XKillClient", "ns": 0, "location": "/usr/include/X11/Xlib.h:2792:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XID" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XLookupColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2797:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XLowerWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2805:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMapRaised", "ns": 0, "location": "/usr/include/X11/Xlib.h:2810:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMapSubwindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:2815:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMapWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2820:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMaskEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2825:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMaxCmapsOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2831:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMinCmapsOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2835:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMoveResizeWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2839:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMoveWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2848:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XNextEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2855:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XNoOp", "ns": 0, "location": "/usr/include/X11/Xlib.h:2860:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XParseColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2864:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XParseGeometry", "ns": 0, "location": "/usr/include/X11/Xlib.h:2871:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPeekEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2879:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPeekIfEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2884:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":function-pointer" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPending", "ns": 0, "location": "/usr/include/X11/Xlib.h:2895:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPlanesOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2899:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XProtocolRevision", "ns": 0, "location": "/usr/include/X11/Xlib.h:2903:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XProtocolVersion", "ns": 0, "location": "/usr/include/X11/Xlib.h:2907:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPutBackEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2912:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPutImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:2917:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQLength", "ns": 0, "location": "/usr/include/X11/Xlib.h:2930:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryBestCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2934:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryBestSize", "ns": 0, "location": "/usr/include/X11/Xlib.h:2943:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryBestStipple", "ns": 0, "location": "/usr/include/X11/Xlib.h:2953:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryBestTile", "ns": 0, "location": "/usr/include/X11/Xlib.h:2962:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2971:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryColors", "ns": 0, "location": "/usr/include/X11/Xlib.h:2977:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryExtension", "ns": 0, "location": "/usr/include/X11/Xlib.h:2984:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryKeymap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2992:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryPointer", "ns": 0, "location": "/usr/include/X11/Xlib.h:2997:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryTextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3009:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XID" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryTextExtents16", "ns": 0, "location": "/usr/include/X11/Xlib.h:3020:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XID" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryTree", "ns": 0, "location": "/usr/include/X11/Xlib.h:3031:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "Window" } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRaiseWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:3040:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XReadBitmapFile", "ns": 0, "location": "/usr/include/X11/Xlib.h:3045:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Pixmap" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XReadBitmapFileData", "ns": 0, "location": "/usr/include/X11/Xlib.h:3056:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRebindKeysym", "ns": 0, "location": "/usr/include/X11/Xlib.h:3065:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeySym" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRecolorCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:3074:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRefreshKeyboardMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:3081:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XMappingEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRemoveFromSaveSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3085:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRemoveHost", "ns": 0, "location": "/usr/include/X11/Xlib.h:3090:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRemoveHosts", "ns": 0, "location": "/usr/include/X11/Xlib.h:3095:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XReparentWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:3101:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XResetScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:3109:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XResizeWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:3113:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRestackWindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:3120:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRotateBuffers", "ns": 0, "location": "/usr/include/X11/Xlib.h:3126:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRotateWindowProperties", "ns": 0, "location": "/usr/include/X11/Xlib.h:3131:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XScreenCount", "ns": 0, "location": "/usr/include/X11/Xlib.h:3139:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSelectInput", "ns": 0, "location": "/usr/include/X11/Xlib.h:3143:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSendEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:3149:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetAccessControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:3157:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetArcMode", "ns": 0, "location": "/usr/include/X11/Xlib.h:3162:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetBackground", "ns": 0, "location": "/usr/include/X11/Xlib.h:3168:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetClipMask", "ns": 0, "location": "/usr/include/X11/Xlib.h:3174:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetClipOrigin", "ns": 0, "location": "/usr/include/X11/Xlib.h:3180:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetClipRectangles", "ns": 0, "location": "/usr/include/X11/Xlib.h:3187:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetCloseDownMode", "ns": 0, "location": "/usr/include/X11/Xlib.h:3197:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetCommand", "ns": 0, "location": "/usr/include/X11/Xlib.h:3202:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetDashes", "ns": 0, "location": "/usr/include/X11/Xlib.h:3209:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFillRule", "ns": 0, "location": "/usr/include/X11/Xlib.h:3217:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFillStyle", "ns": 0, "location": "/usr/include/X11/Xlib.h:3223:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:3229:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": "Font" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFontPath", "ns": 0, "location": "/usr/include/X11/Xlib.h:3235:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetForeground", "ns": 0, "location": "/usr/include/X11/Xlib.h:3241:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFunction", "ns": 0, "location": "/usr/include/X11/Xlib.h:3247:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetGraphicsExposures", "ns": 0, "location": "/usr/include/X11/Xlib.h:3253:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetIconName", "ns": 0, "location": "/usr/include/X11/Xlib.h:3259:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetInputFocus", "ns": 0, "location": "/usr/include/X11/Xlib.h:3265:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetLineAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:3272:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetModifierMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:3281:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetPlaneMask", "ns": 0, "location": "/usr/include/X11/Xlib.h:3286:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetPointerMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:3292:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:3298:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetSelectionOwner", "ns": 0, "location": "/usr/include/X11/Xlib.h:3306:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetState", "ns": 0, "location": "/usr/include/X11/Xlib.h:3313:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetStipple", "ns": 0, "location": "/usr/include/X11/Xlib.h:3322:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetSubwindowMode", "ns": 0, "location": "/usr/include/X11/Xlib.h:3328:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetTSOrigin", "ns": 0, "location": "/usr/include/X11/Xlib.h:3334:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetTile", "ns": 0, "location": "/usr/include/X11/Xlib.h:3341:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBackground", "ns": 0, "location": "/usr/include/X11/Xlib.h:3347:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBackgroundPixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:3353:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBorder", "ns": 0, "location": "/usr/include/X11/Xlib.h:3359:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBorderPixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:3365:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBorderWidth", "ns": 0, "location": "/usr/include/X11/Xlib.h:3371:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:3377:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreBuffer", "ns": 0, "location": "/usr/include/X11/Xlib.h:3383:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreBytes", "ns": 0, "location": "/usr/include/X11/Xlib.h:3390:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:3396:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreColors", "ns": 0, "location": "/usr/include/X11/Xlib.h:3402:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreName", "ns": 0, "location": "/usr/include/X11/Xlib.h:3409:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreNamedColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:3415:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSync", "ns": 0, "location": "/usr/include/X11/Xlib.h:3423:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3428:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTextExtents16", "ns": 0, "location": "/usr/include/X11/Xlib.h:3438:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTextWidth", "ns": 0, "location": "/usr/include/X11/Xlib.h:3448:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTextWidth16", "ns": 0, "location": "/usr/include/X11/Xlib.h:3454:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTranslateCoordinates", "ns": 0, "location": "/usr/include/X11/Xlib.h:3460:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUndefineCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:3471:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabButton", "ns": 0, "location": "/usr/include/X11/Xlib.h:3476:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabKey", "ns": 0, "location": "/usr/include/X11/Xlib.h:3483:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabKeyboard", "ns": 0, "location": "/usr/include/X11/Xlib.h:3490:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabPointer", "ns": 0, "location": "/usr/include/X11/Xlib.h:3495:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabServer", "ns": 0, "location": "/usr/include/X11/Xlib.h:3500:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUninstallColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:3504:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUnloadFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:3509:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Font" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUnmapSubwindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:3514:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUnmapWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:3519:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XVendorRelease", "ns": 0, "location": "/usr/include/X11/Xlib.h:3524:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWarpPointer", "ns": 0, "location": "/usr/include/X11/Xlib.h:3528:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWidthMMOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:3540:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWidthOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:3544:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWindowEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:3548:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWriteBitmapFile", "ns": 0, "location": "/usr/include/X11/Xlib.h:3555:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSupportsLocale", "ns": 0, "location": "/usr/include/X11/Xlib.h:3565:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetLocaleModifiers", "ns": 0, "location": "/usr/include/X11/Xlib.h:3567:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XOpenOM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3571:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 683758960, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "XOM" } }, +{ "tag": "function", "name": "XCloseOM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3578:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetOMValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3582:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetOMValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3587:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayOfOM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3592:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":pointer", "type": { "tag": "Display" } } }, +{ "tag": "function", "name": "XLocaleOfOM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3596:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XCreateOC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3600:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": "XOC" } }, +{ "tag": "function", "name": "XDestroyOC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3605:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XOMOfOC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3609:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOC" } }], "return-type": { "tag": "XOM" } }, +{ "tag": "function", "name": "XSetOCValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3613:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetOCValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3618:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XCreateFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3623:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": "XFontSet" } }, +{ "tag": "function", "name": "XFreeFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3631:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XFontsOfFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3636:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBaseFontNameListOfFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3642:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XLocaleOfFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3646:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XContextDependentDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:3650:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDirectionalDependentDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:3654:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XContextualDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:3658:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XExtentsOfFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3662:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":pointer", "type": { "tag": "XFontSetExtents" } } }, +{ "tag": "function", "name": "XmbTextEscapement", "ns": 0, "location": "/usr/include/X11/Xlib.h:3666:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XwcTextEscapement", "ns": 0, "location": "/usr/include/X11/Xlib.h:3672:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "Xutf8TextEscapement", "ns": 0, "location": "/usr/include/X11/Xlib.h:3678:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XmbTextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3684:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XwcTextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3692:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "Xutf8TextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3700:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XmbTextPerCharExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3708:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XwcTextPerCharExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3720:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "Xutf8TextPerCharExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3732:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XmbDrawText", "ns": 0, "location": "/usr/include/X11/Xlib.h:3744:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XmbTextItem" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XwcDrawText", "ns": 0, "location": "/usr/include/X11/Xlib.h:3754:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XwcTextItem" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "Xutf8DrawText", "ns": 0, "location": "/usr/include/X11/Xlib.h:3764:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XmbTextItem" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XmbDrawString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3774:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XwcDrawString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3785:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "Xutf8DrawString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3796:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XmbDrawImageString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3807:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XwcDrawImageString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3818:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "Xutf8DrawImageString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3829:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XOpenIM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3840:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 684045376, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "XIM" } }, +{ "tag": "function", "name": "XCloseIM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3847:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetIMValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3851:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XSetIMValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3855:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayOfIM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3859:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":pointer", "type": { "tag": "Display" } } }, +{ "tag": "function", "name": "XLocaleOfIM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3863:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XCreateIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3867:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": "XIC" } }, +{ "tag": "function", "name": "XDestroyIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3871:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XSetICFocus", "ns": 0, "location": "/usr/include/X11/Xlib.h:3875:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XUnsetICFocus", "ns": 0, "location": "/usr/include/X11/Xlib.h:3879:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XwcResetIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3883:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "XmbResetIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3887:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "Xutf8ResetIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3891:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XSetICValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3895:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetICValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3899:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XIMOfIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3903:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": "XIM" } }, +{ "tag": "function", "name": "XFilterEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:3907:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XmbLookupString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3912:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyPressedEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XwcLookupString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3921:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyPressedEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "Xutf8LookupString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3930:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyPressedEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XVaCreateNestedList", "ns": 0, "location": "/usr/include/X11/Xlib.h:3939:22", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "XVaNestedList" } }, +{ "tag": "function", "name": "XRegisterIMInstantiateCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:3945:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 684065760, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": "XIDProc" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUnregisterIMInstantiateCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:3954:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 684066592, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": "XIDProc" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "XConnectionWatchProc", "location": "/usr/include/X11/Xlib.h:3963:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XInternalConnectionNumbers", "ns": 0, "location": "/usr/include/X11/Xlib.h:3972:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XProcessInternalConnection", "ns": 0, "location": "/usr/include/X11/Xlib.h:3978:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XAddConnectionWatch", "ns": 0, "location": "/usr/include/X11/Xlib.h:3983:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XConnectionWatchProc" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRemoveConnectionWatch", "ns": 0, "location": "/usr/include/X11/Xlib.h:3989:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XConnectionWatchProc" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XSetAuthorization", "ns": 0, "location": "/usr/include/X11/Xlib.h:3995:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "_Xmbtowc", "ns": 0, "location": "/usr/include/X11/Xlib.h:4002:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "_Xwctomb", "ns": 0, "location": "/usr/include/X11/Xlib.h:4008:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": "wchar_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetEventData", "ns": 0, "location": "/usr/include/X11/Xlib.h:4013:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGenericEventCookie" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeEventData", "ns": 0, "location": "/usr/include/X11/Xlib.h:4018:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGenericEventCookie" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "gbm_device", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:121:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 293, "location": "/usr/include/SDL2/SDL_syswm.h:135:9", "fields": [{ "tag": "field", "name": "SDL_SYSWM_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_SYSWM_WINDOWS", "value": 1 }, { "tag": "field", "name": "SDL_SYSWM_X11", "value": 2 }, { "tag": "field", "name": "SDL_SYSWM_DIRECTFB", "value": 3 }, { "tag": "field", "name": "SDL_SYSWM_COCOA", "value": 4 }, { "tag": "field", "name": "SDL_SYSWM_UIKIT", "value": 5 }, { "tag": "field", "name": "SDL_SYSWM_WAYLAND", "value": 6 }, { "tag": "field", "name": "SDL_SYSWM_MIR", "value": 7 }, { "tag": "field", "name": "SDL_SYSWM_WINRT", "value": 8 }, { "tag": "field", "name": "SDL_SYSWM_ANDROID", "value": 9 }, { "tag": "field", "name": "SDL_SYSWM_VIVANTE", "value": 10 }, { "tag": "field", "name": "SDL_SYSWM_OS2", "value": 11 }, { "tag": "field", "name": "SDL_SYSWM_HAIKU", "value": 12 }, { "tag": "field", "name": "SDL_SYSWM_KMSDRM", "value": 13 }, { "tag": "field", "name": "SDL_SYSWM_RISCOS", "value": 14 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SYSWM_TYPE", "location": "/usr/include/SDL2/SDL_syswm.h:152:3", "type": { "tag": ":enum", "name": "", "id": 293 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMmsg", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:157:8", "bit-size": 1600, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "version", "bit-offset": 0, "bit-size": 24, "bit-alignment": 8, "type": { "tag": "SDL_version" } }, { "tag": "field", "name": "subsystem", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_SYSWM_TYPE" } }, { "tag": "field", "name": "msg", "bit-offset": 64, "bit-size": 1536, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 294, "location": "/usr/include/SDL2/SDL_syswm.h:161:5", "bit-size": 1536, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "x11", "bit-offset": 0, "bit-size": 1536, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 295, "location": "/usr/include/SDL2/SDL_syswm.h:172:9", "bit-size": 1536, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "event", "bit-offset": 0, "bit-size": 1536, "bit-alignment": 64, "type": { "tag": "XEvent" } }] } }, { "tag": "field", "name": "dummy", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }] }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMinfo", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:226:8", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "version", "bit-offset": 0, "bit-size": 24, "bit-alignment": 8, "type": { "tag": "SDL_version" } }, { "tag": "field", "name": "subsystem", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_SYSWM_TYPE" } }, { "tag": "field", "name": "info", "bit-offset": 64, "bit-size": 512, "bit-alignment": 64, "type": { "tag": "union", "ns": 684085184, "name": "", "id": 296, "location": "/usr/include/SDL2/SDL_syswm.h:230:5", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "x11", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 297, "location": "/usr/include/SDL2/SDL_syswm.h:247:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "display", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }] } }, { "tag": "field", "name": "wl", "bit-offset": 0, "bit-size": 512, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 298, "location": "/usr/include/SDL2/SDL_syswm.h:293:9", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "display", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "wl_display", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:295:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "surface", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "wl_surface", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:296:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "shell_surface", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "egl_window", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "wl_egl_window", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:298:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "xdg_surface", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "xdg_surface", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:299:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "xdg_toplevel", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 684132288, "name": "xdg_toplevel", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:300:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "xdg_popup", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "xdg_popup", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:301:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "xdg_positioner", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "xdg_positioner", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:302:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }] } }, { "tag": "field", "name": "kmsdrm", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 306, "location": "/usr/include/SDL2/SDL_syswm.h:338:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "dev_index", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "drm_fd", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "gbm_dev", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "gbm_device", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:121:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }] } }, { "tag": "field", "name": "dummy", "bit-offset": 0, "bit-size": 512, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "Uint8" }, "size": 64 } }] } }] }, +{ "tag": "struct", "ns": 298, "name": "wl_display", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:295:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 298, "name": "wl_surface", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:296:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 298, "name": "wl_egl_window", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:298:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 298, "name": "xdg_surface", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:299:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 298, "name": "xdg_toplevel", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:300:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 298, "name": "xdg_popup", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:301:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 298, "name": "xdg_positioner", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:302:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SysWMinfo", "location": "/usr/include/SDL2/SDL_syswm.h:354:30", "type": { "tag": ":struct", "name": "SDL_SysWMinfo", "id": 308 } }, +{ "tag": "function", "name": "SDL_GetWindowWMInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_syswm.h:374:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "info", "type": { "tag": ":pointer", "type": { "tag": "SDL_SysWMinfo" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "const", "name": "WindingRule", "ns": 0, "location": "/usr/include/X11/X.h:531:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ROUNDF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:184:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNiMAX", "ns": 0, "location": "/usr/include/inttypes.h:253:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "HAVE_ROUND", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:183:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNxFAST64", "ns": 0, "location": "/usr/include/inttypes.h:248:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_SCALBNF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:186:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_assert_data", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:309:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "HAVE_SCALBN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:185:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNoMAX", "ns": 0, "location": "/usr/include/inttypes.h:254:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "HAVE_SIN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:187:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SQRT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:189:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNxFAST8", "ns": 0, "location": "/usr/include/inttypes.h:245:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhx" }, +{ "tag": "const", "name": "SCNuMAX", "ns": 0, "location": "/usr/include/inttypes.h:255:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "SCNxLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:242:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "HAVE_SINF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:188:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_TAN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:191:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNxFAST16", "ns": 0, "location": "/usr/include/inttypes.h:246:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_SQRTF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:190:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNxLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:243:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_TRUNC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:193:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNxFAST32", "ns": 0, "location": "/usr/include/inttypes.h:247:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "YXSorted", "ns": 0, "location": "/usr/include/X11/X.h:542:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HAVE_TANF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:192:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GCTile", "ns": 0, "location": "/usr/include/X11/X.h:574:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "SCNdMAX", "ns": 0, "location": "/usr/include/inttypes.h:252:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "HAVE_FSEEKO", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:196:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "JoinRound", "ns": 0, "location": "/usr/include/X11/X.h:518:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_TRUNCF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:194:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FOPEN64", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:195:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LDBL_MANT_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:88:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 106 }, +{ "tag": "const", "name": "SCNiPTR", "ns": 0, "location": "/usr/include/inttypes.h:260:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "HAVE_SIGACTION", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:198:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNdPTR", "ns": 0, "location": "/usr/include/inttypes.h:259:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "__sigset_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/sigset_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FSEEKO64", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:197:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SETJMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:200:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_SIGSET_NWORDS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__sigset_t.h:4:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SCNxMAX", "ns": 0, "location": "/usr/include/inttypes.h:256:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SCNxPTR", "ns": 0, "location": "/usr/include/inttypes.h:263:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_SA_SIGACTION", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:199:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "UINT_LEAST8_MAX", "ns": 0, "location": "/usr/include/stdint.h:145:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "HAVE_SYSCONF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:202:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "INT_LEAST64_MAX", "ns": 0, "location": "/usr/include/stdint.h:142:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "SCNoLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:224:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hho" }, +{ "tag": "const", "name": "SCNoLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:225:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ho" }, +{ "tag": "const", "name": "HAVE_NANOSLEEP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:201:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNoPTR", "ns": 0, "location": "/usr/include/inttypes.h:261:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "HAVE_ICONV", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:207:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_MPROTECT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:206:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNoFAST8", "ns": 0, "location": "/usr/include/inttypes.h:229:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hho" }, +{ "tag": "const", "name": "INT_LEAST32_MAX", "ns": 0, "location": "/usr/include/stdint.h:141:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "INT_LEAST16_MAX", "ns": 0, "location": "/usr/include/stdint.h:140:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32767 }, +{ "tag": "const", "name": "HAVE_CLOCK_GETTIME", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:204:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNoLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:227:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SCNuPTR", "ns": 0, "location": "/usr/include/inttypes.h:262:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "HAVE_SEM_TIMEDWAIT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:210:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNoLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:226:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "INT_FAST16_MIN", "ns": 0, "location": "/usr/include/stdint.h:154:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "HAVE_PTHREAD_SETNAME_NP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:208:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "UINT_LEAST64_MAX", "ns": 0, "location": "/usr/include/stdint.h:148:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "HAVE_POLL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:213:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "UINT_LEAST32_MAX", "ns": 0, "location": "/usr/include/stdint.h:147:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "INT_FAST8_MIN", "ns": 0, "location": "/usr/include/stdint.h:152:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -128 }, +{ "tag": "const", "name": "SDL_Colour", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:316:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "UINT_LEAST16_MAX", "ns": 0, "location": "/usr/include/stdint.h:146:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65535 }, +{ "tag": "const", "name": "HAVE_GETAUXVAL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:211:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNo32", "ns": 0, "location": "/usr/include/inttypes.h:221:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "SCNo64", "ns": 0, "location": "/usr/include/inttypes.h:222:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "INT_FAST16_MAX", "ns": 0, "location": "/usr/include/stdint.h:164:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "SCNx64", "ns": 0, "location": "/usr/include/inttypes.h:238:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_O_CLOEXEC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:222:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "INT_FAST8_MAX", "ns": 0, "location": "/usr/include/stdint.h:162:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 127 }, +{ "tag": "const", "name": "HAVE__EXIT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:214:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNx32", "ns": 0, "location": "/usr/include/inttypes.h:237:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "SCNxLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:241:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hx" }, +{ "tag": "const", "name": "HAVE_DBUS_DBUS_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:224:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "INT_FAST64_MIN", "ns": 0, "location": "/usr/include/stdint.h:160:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "HAVE_ALTIVEC_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:223:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "INT_FAST32_MIN", "ns": 0, "location": "/usr/include/stdint.h:155:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "HAVE_SYS_INOTIFY_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:226:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_assert_state", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:308:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "UINT_FAST16_MAX", "ns": 0, "location": "/usr/include/stdint.h:175:11", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 18446744073709551615 }, +{ "tag": "const", "name": "HAVE_FCITX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:225:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNoFAST16", "ns": 0, "location": "/usr/include/inttypes.h:230:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "INT_FAST64_MAX", "ns": 0, "location": "/usr/include/stdint.h:170:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "UINT_FAST8_MAX", "ns": 0, "location": "/usr/include/stdint.h:173:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "HAVE_INOTIFY_INIT1", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:228:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "INT_FAST32_MAX", "ns": 0, "location": "/usr/include/stdint.h:165:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "HAVE_INOTIFY_INIT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:227:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNoFAST32", "ns": 0, "location": "/usr/include/inttypes.h:231:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "LITTLE_ENDIAN", "ns": 0, "location": "/usr/include/endian.h:27:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "BIG_ENDIAN", "ns": 0, "location": "/usr/include/endian.h:28:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "_STDIO_H", "ns": 0, "location": "/usr/include/stdio.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PDP_ENDIAN", "ns": 0, "location": "/usr/include/endian.h:29:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3412 }, +{ "tag": "const", "name": "INT16_MIN", "ns": 0, "location": "/usr/include/stdint.h:117:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -32768 }, +{ "tag": "const", "name": "BYTE_ORDER", "ns": 0, "location": "/usr/include/endian.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "INT8_MIN", "ns": 0, "location": "/usr/include/stdint.h:116:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -128 }, +{ "tag": "const", "name": "SCNx8", "ns": 0, "location": "/usr/include/inttypes.h:235:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhx" }, +{ "tag": "const", "name": "SCNx16", "ns": 0, "location": "/usr/include/inttypes.h:236:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hx" }, +{ "tag": "const", "name": "_WCHAR_H", "ns": 0, "location": "/usr/include/wchar.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNoFAST64", "ns": 0, "location": "/usr/include/inttypes.h:232:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "INT32_MAX", "ns": 0, "location": "/usr/include/stdint.h:123:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "__FLOAT_WORD_ORDER", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/endian.h:40:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "INT64_MAX", "ns": 0, "location": "/usr/include/stdint.h:124:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "__have_pthread_attr_t", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:63:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "INT64_MIN", "ns": 0, "location": "/usr/include/stdint.h:119:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "SDL_NULL_WHILE_LOOP_CONDITION", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:102:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "INT16_MAX", "ns": 0, "location": "/usr/include/stdint.h:122:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32767 }, +{ "tag": "const", "name": "INT8_MAX", "ns": 0, "location": "/usr/include/stdint.h:121:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 127 }, +{ "tag": "const", "name": "UINT32_MAX", "ns": 0, "location": "/usr/include/stdint.h:129:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_BFP_EXT_C2X", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/libc-header-start.h:77:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "EvenOddRule", "ns": 0, "location": "/usr/include/X11/X.h:530:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "UINT64_MAX", "ns": 0, "location": "/usr/include/stdint.h:130:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_BFP_EXT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/libc-header-start.h:71:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "UINT8_MAX", "ns": 0, "location": "/usr/include/stdint.h:127:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "UINT16_MAX", "ns": 0, "location": "/usr/include/stdint.h:128:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65535 }, +{ "tag": "const", "name": "SDL_LINE", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:80:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 117 }, +{ "tag": "const", "name": "__GLIBC_USE_LIB_EXT2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/libc-header-start.h:42:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FillOpaqueStippled", "ns": 0, "location": "/usr/include/X11/X.h:526:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "INT_LEAST64_MIN", "ns": 0, "location": "/usr/include/stdint.h:137:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "INT_LEAST8_MAX", "ns": 0, "location": "/usr/include/stdint.h:139:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 127 }, +{ "tag": "const", "name": "_BITS_BYTESWAP_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/byteswap.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNxLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:240:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhx" }, +{ "tag": "const", "name": "INT_LEAST32_MIN", "ns": 0, "location": "/usr/include/stdint.h:136:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "SDL_FILE", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:79:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": "/tmp/tmp75WVSJEW-tmp.c" }, +{ "tag": "const", "name": "INT_LEAST8_MIN", "ns": 0, "location": "/usr/include/stdint.h:134:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -128 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_FUNCS_EXT_C2X", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/libc-header-start.h:100:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "GCForeground", "ns": 0, "location": "/usr/include/X11/X.h:566:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_FUNCTION", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:73:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "FLT_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:94:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "__HAVE_FLOAT128", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn.h:32:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT128", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn.h:41:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "_BITS_UINTN_IDENTITY_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/uintn-identity.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__HAVE_FLOAT64X", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FLT_MAX_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:106:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_FUNCS_EXT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/libc-header-start.h:94:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__HAVE_FLOAT64X_LONG_DOUBLE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "INT_LEAST16_MIN", "ns": 0, "location": "/usr/include/stdint.h:135:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -32768 }, +{ "tag": "const", "name": "__HAVE_FLOAT16", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_EXT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/libc-header-start.h:83:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "GCBackground", "ns": 0, "location": "/usr/include/X11/X.h:567:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "INT32_MIN", "ns": 0, "location": "/usr/include/stdint.h:118:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "CapButt", "ns": 0, "location": "/usr/include/X11/X.h:511:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_SYS_SELECT_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:22:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CapRound", "ns": 0, "location": "/usr/include/X11/X.h:512:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GCFunction", "ns": 0, "location": "/usr/include/X11/X.h:564:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "JoinMiter", "ns": 0, "location": "/usr/include/X11/X.h:517:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "HAVE_LROUNDF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:180:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_POW", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_TYPES_EXT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/libc-header-start.h:109:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "YSorted", "ns": 0, "location": "/usr/include/X11/X.h:541:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_POWF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:182:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__TIMESIZE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/timesize.h:22:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:504:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLER_IGNORE_DEVICES" }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLERTYPE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:491:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLERTYPE" }, +{ "tag": "const", "name": "_INTTYPES_H", "ns": 0, "location": "/usr/include/inttypes.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNMissingCharSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:1114:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "missingCharSet" }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLERCONFIG_FILE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:472:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLERCONFIG_FILE" }, +{ "tag": "const", "name": "SDL_PATCHLEVEL", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLERCONFIG", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:462:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLERCONFIG" }, +{ "tag": "const", "name": "XNDefaultString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1115:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "defaultString" }, +{ "tag": "const", "name": "Unsorted", "ns": 0, "location": "/usr/include/X11/X.h:540:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_FRAMEBUFFER_ACCELERATION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:452:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_FRAMEBUFFER_ACCELERATION" }, +{ "tag": "const", "name": "_STDC_PREDEF_H", "ns": 0, "location": "/usr/include/stdc-predef.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNContextualDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:1118:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "contextualDrawing" }, +{ "tag": "const", "name": "SDL_COMPILEDVERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:113:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4801 }, +{ "tag": "const", "name": "_STDINT_H", "ns": 0, "location": "/usr/include/stdint.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_FORCE_RAISEWINDOW", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:435:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_HINT_FORCE_RAISEWINDOW" }, +{ "tag": "const", "name": "__STDC_IEC_559__", "ns": 0, "location": "/usr/include/stdc-predef.h:42:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_ENABLE_STEAM_CONTROLLERS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:400:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ENABLE_STEAM_CONTROLLERS" }, +{ "tag": "const", "name": "__STDC_IEC_60559_BFP__", "ns": 0, "location": "/usr/include/stdc-predef.h:43:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 201404 }, +{ "tag": "const", "name": "SDL_HINT_ENABLE_SCREEN_KEYBOARD", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:389:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ENABLE_SCREEN_KEYBOARD" }, +{ "tag": "const", "name": "_BITS_STDINT_UINTN_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-uintn.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:378:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_EMSCRIPTEN_KEYBOARD_ELEMENT" }, +{ "tag": "const", "name": "__STDC_IEC_559_COMPLEX__", "ns": 0, "location": "/usr/include/stdc-predef.h:52:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNOrientation", "ns": 0, "location": "/usr/include/X11/Xlib.h:1116:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "orientation" }, +{ "tag": "const", "name": "__STDC_IEC_60559_COMPLEX__", "ns": 0, "location": "/usr/include/stdc-predef.h:53:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 201404 }, +{ "tag": "const", "name": "__STDC_ISO_10646__", "ns": 0, "location": "/usr/include/stdc-predef.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 201706 }, +{ "tag": "const", "name": "SDL_HINT_EMSCRIPTEN_ASYNCIFY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:364:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_EMSCRIPTEN_ASYNCIFY" }, +{ "tag": "const", "name": "__GNU_LIBRARY__", "ns": 0, "location": "/usr/include/features.h:477:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SDL_HINT_DISPLAY_USABLE_BOUNDS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:349:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_DISPLAY_USABLE_BOUNDS" }, +{ "tag": "const", "name": "SDL_MAJOR_VERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "__PTHREAD_RWLOCK_ELISION_EXTRA", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/struct_rwlock.h:40:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__GLIBC__", "ns": 0, "location": "/usr/include/features.h:481:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_HINT_BMP_SAVE_LEGACY_FORMAT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:335:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_BMP_SAVE_LEGACY_FORMAT" }, +{ "tag": "const", "name": "SDL_HINT_AUTO_UPDATE_SENSORS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:316:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUTO_UPDATE_SENSORS" }, +{ "tag": "const", "name": "__GLIBC_MINOR__", "ns": 0, "location": "/usr/include/features.h:482:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 37 }, +{ "tag": "const", "name": "SDL_INIT_VIDEO", "ns": 0, "location": "/usr/include/SDL2/SDL.h:84:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "SDL_MINOR_VERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_GAMECUBE_RUMBLE_BRAKE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:669:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_GAMECUBE_RUMBLE_BRAKE" }, +{ "tag": "const", "name": "SDL_INIT_JOYSTICK", "ns": 0, "location": "/usr/include/SDL2/SDL.h:85:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "SDL_INIT_AUDIO", "ns": 0, "location": "/usr/include/SDL2/SDL.h:83:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:654:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_GAMECUBE" }, +{ "tag": "const", "name": "_SYS_CDEFS_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:643:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:632:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_ALLOW_BACKGROUND_EVENTS" }, +{ "tag": "const", "name": "SDL_INIT_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL.h:88:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "SDL_INIT_TIMER", "ns": 0, "location": "/usr/include/SDL2/SDL.h:82:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_IOS_HIDE_HOME_INDICATOR", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:619:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IOS_HIDE_HOME_INDICATOR" }, +{ "tag": "const", "name": "SDL_INIT_HAPTIC", "ns": 0, "location": "/usr/include/SDL2/SDL.h:86:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SDL_HINT_IME_SUPPORT_EXTENDED_TEXT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:608:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IME_SUPPORT_EXTENDED_TEXT" }, +{ "tag": "const", "name": "XNFontInfo", "ns": 0, "location": "/usr/include/X11/Xlib.h:1119:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "fontInfo" }, +{ "tag": "const", "name": "SDL_HINT_IME_SHOW_UI", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:597:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IME_SHOW_UI" }, +{ "tag": "const", "name": "SDL_HINT_IME_INTERNAL_EDITING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:588:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IME_INTERNAL_EDITING" }, +{ "tag": "const", "name": "SDL_HINT_IDLE_TIMER_DISABLED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:576:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IOS_IDLE_TIMER_DISABLED" }, +{ "tag": "const", "name": "XNDirectionalDependentDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:1117:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "directionalDependentDrawing" }, +{ "tag": "const", "name": "SDL_HINT_HIDAPI_IGNORE_DEVICES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:559:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_HIDAPI_IGNORE_DEVICES" }, +{ "tag": "const", "name": "SDL_HINT_EVENT_LOGGING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:422:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_EVENT_LOGGING" }, +{ "tag": "const", "name": "__THROW", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:79:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_GRAB_KEYBOARD", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:551:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GRAB_KEYBOARD" }, +{ "tag": "const", "name": "__THROWNL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:80:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__ONCE_FLAG_INIT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:113:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:540:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLER_USE_BUTTON_LABELS" }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:517:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT" }, +{ "tag": "const", "name": "SDL_HINT_ALLOW_TOPMOST", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:82:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ALLOW_TOPMOST" }, +{ "tag": "const", "name": "HAVE_LIBSAMPLERATE_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:234:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:94:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION" }, +{ "tag": "const", "name": "HAVE_LIBDECOR_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:235:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_INOTIFY", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:229:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_ACCELEROMETER_AS_JOYSTICK", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:58:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ACCELEROMETER_AS_JOYSTICK" }, +{ "tag": "const", "name": "HAVE_IBUS_IBUS_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:230:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LIBUDEV_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:232:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_DUMMY", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:288:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_OSS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:302:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__ptr_t", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:128:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_ALSA", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:280:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XlibSpecificationRelease", "ns": 0, "location": "/usr/include/X11/Xlib.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_DISK", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:286:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_TYPESIZES_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_PIPEWIRE_DYNAMIC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:305:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "libpipewire-0.3.so.0" }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_PULSEAUDIO", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:306:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__STD_TYPE", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:232:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__U64_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:135:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_PIPEWIRE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:304:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_INIT_EVERYTHING", "ns": 0, "location": "/usr/include/SDL2/SDL.h:91:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 62001 }, +{ "tag": "const", "name": "__S64_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:134:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_INPUT_LINUXEV", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:317:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_INIT_NOPARACHUTE", "ns": 0, "location": "/usr/include/SDL2/SDL.h:90:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1048576 }, +{ "tag": "const", "name": "__ULONG32_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:133:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_INPUT_LINUXKD", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:319:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__SLONG32_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:132:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_INIT_GAMECONTROLLER", "ns": 0, "location": "/usr/include/SDL2/SDL.h:87:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_SNDIO", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:309:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_ALLOW_ALT_TAB_WHILE_GRABBED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:72:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ALLOW_ALT_TAB_WHILE_GRABBED" }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_SNDIO_DYNAMIC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:310:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "libsndio.so.7" }, +{ "tag": "const", "name": "_X_EXPORT", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:100:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_INIT_SENSOR", "ns": 0, "location": "/usr/include/SDL2/SDL.h:89:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "__OFF64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_JOYSTICK_VIRTUAL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:336:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_RESAMPLING_MODE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:292:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_RESAMPLING_MODE" }, +{ "tag": "const", "name": "SDL_HINT_AUTO_UPDATE_JOYSTICKS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:304:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUTO_UPDATE_JOYSTICKS" }, +{ "tag": "const", "name": "SDL_HAPTIC_LINUX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:339:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__OFF_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_X_NOTSAN", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:216:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_JOYSTICK_LINUX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:328:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__MODE_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__NLINK_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:35:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_JOYSTICK_HIDAPI", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:333:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__INO64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:33:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_CTYPE_H", "ns": 0, "location": "/usr/include/ctype.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_THREAD_PTHREAD", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:359:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_THREAD_PTHREAD_RECURSIVE_MUTEX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:360:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__INO_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:32:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__GID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:31:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__UID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_SENSOR_DUMMY", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:348:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_CATEGORY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:207:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_CATEGORY" }, +{ "tag": "const", "name": "__DEV_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:29:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_LOADSO_DLOPEN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:351:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_WAYLAND", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:379:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_APP_NAME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:166:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_APP_NAME" }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:380:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__FSFILCNT_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__FSFILCNT64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__PTHREAD_MUTEX_HAVE_PREV", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/struct_mutex.h:37:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_TIMER_UNIX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:368:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__FSBLKCNT64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_DUMMY", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:377:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__FSBLKCNT_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__BLKCNT64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_BLOCK_ON_PAUSE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:117:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_BLOCK_ON_PAUSE" }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_TRAP_BACK_BUTTON", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:146:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_TRAP_BACK_BUTTON" }, +{ "tag": "const", "name": "__BLKCNT_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:41:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:386:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__RLIM64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_BLOCK_ON_PAUSE_PAUSEAUDIO", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:129:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_BLOCK_ON_PAUSE_PAUSEAUDIO" }, +{ "tag": "const", "name": "__RLIM_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:194:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_APPLE_TV_REMOTE_ALLOW_ROTATION" }, +{ "tag": "const", "name": "__PID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:106:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION" }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_DEVICE_STREAM_NAME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:249:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_DEVICE_STREAM_NAME" }, +{ "tag": "const", "name": "SDL_HINT_APPLE_TV_CONTROLLER_UI_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:184:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_APPLE_TV_CONTROLLER_UI_EVENTS" }, +{ "tag": "const", "name": "SDL_HINT_LINUX_JOYSTICK_DEADZONES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1076:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_LINUX_JOYSTICK_DEADZONES" }, +{ "tag": "const", "name": "_X_RESTRICT_KYWD", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:206:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_DEVICE_STREAM_ROLE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:269:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_DEVICE_STREAM_ROLE" }, +{ "tag": "const", "name": "X_PROTOCOL_REVISION", "ns": 0, "location": "/usr/include/X11/X.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_DEVICE_APP_NAME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:228:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_DEVICE_APP_NAME" }, +{ "tag": "const", "name": "_X_INLINE", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:193:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_MAC_BACKGROUND_APP", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1084:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MAC_BACKGROUND_APP" }, +{ "tag": "const", "name": "XNVisiblePosition", "ns": 0, "location": "/usr/include/X11/Xlib.h:1217:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "visiblePosition" }, +{ "tag": "const", "name": "SDL_HINT_LINUX_JOYSTICK_CLASSIC", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1067:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_LINUX_JOYSTICK_CLASSIC" }, +{ "tag": "const", "name": "_X_INTERNAL", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:102:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_LINUX_HAT_DEADZONES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1056:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_LINUX_HAT_DEADZONES" }, +{ "tag": "const", "name": "X_PROTOCOL", "ns": 0, "location": "/usr/include/X11/X.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "_X_HIDDEN", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:101:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "XNBackground", "ns": 0, "location": "/usr/include/X11/Xlib.h:1209:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "background" }, +{ "tag": "const", "name": "SDL_HINT_LINUX_DIGITAL_HATS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1047:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_LINUX_DIGITAL_HATS" }, +{ "tag": "const", "name": "_X_UNUSED", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:182:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_X_COLD", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:127:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_DEVICE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1038:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_DEVICE" }, +{ "tag": "const", "name": "XNBackgroundPixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1210:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "backgroundPixmap" }, +{ "tag": "const", "name": "_X_DEPRECATED", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:136:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "XNLineSpace", "ns": 0, "location": "/usr/include/X11/Xlib.h:1212:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lineSpace" }, +{ "tag": "const", "name": "SDL_HINT_KMSDRM_REQUIRE_DRM_MASTER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1031:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_KMSDRM_REQUIRE_DRM_MASTER" }, +{ "tag": "const", "name": "XNQueryIMValuesList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1215:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "queryIMValuesList" }, +{ "tag": "const", "name": "XNFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:1211:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "fontSet" }, +{ "tag": "const", "name": "XNPreeditState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1224:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditState" }, +{ "tag": "const", "name": "SDL_ICONV_EINVAL", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:679:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -4 }, +{ "tag": "const", "name": "XNCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1213:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "cursor" }, +{ "tag": "const", "name": "_X_NORETURN", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:153:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "XNHotKeyState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1223:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hotKeyState" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_NORMAL_SPEED_SCALE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1136:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_NORMAL_SPEED_SCALE" }, +{ "tag": "const", "name": "XNHotKey", "ns": 0, "location": "/usr/include/X11/Xlib.h:1222:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hotKey" }, +{ "tag": "const", "name": "XBufferOverflow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1227:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "XNQueryICValuesList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1216:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "queryICValuesList" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1131:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_FOCUS_CLICKTHROUGH" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_DOUBLE_CLICK_TIME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1120:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_DOUBLE_CLICK_TIME" }, +{ "tag": "const", "name": "CapProjecting", "ns": 0, "location": "/usr/include/X11/X.h:513:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "XNSeparatorofNestedList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1225:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "separatorofNestedList" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1115:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_DOUBLE_CLICK_RADIUS" }, +{ "tag": "const", "name": "XNStringConversionCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1219:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "stringConversionCallback" }, +{ "tag": "const", "name": "SDL_ICONV_ERROR", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:676:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "XNR6PreeditCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1218:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "r6PreeditCallback" }, +{ "tag": "const", "name": "SDL_ICONV_E2BIG", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:677:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2 }, +{ "tag": "const", "name": "SDL_HINT_MAC_OPENGL_ASYNC_DISPATCH", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1110:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MAC_OPENGL_ASYNC_DISPATCH" }, +{ "tag": "const", "name": "XNResetState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1221:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "resetState" }, +{ "tag": "const", "name": "JoinBevel", "ns": 0, "location": "/usr/include/X11/X.h:519:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_ICONV_EILSEQ", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:678:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -3 }, +{ "tag": "const", "name": "XNStringConversion", "ns": 0, "location": "/usr/include/X11/Xlib.h:1220:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "stringConversion" }, +{ "tag": "const", "name": "SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1092:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK" }, +{ "tag": "const", "name": "XNPreeditStateNotifyCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1197:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditStateNotifyCallback" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_TOUCH_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1210:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_TOUCH_EVENTS" }, +{ "tag": "const", "name": "XNPreeditCaretCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1196:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditCaretCallback" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_RELATIVE_WARP_MOTION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1201:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_RELATIVE_WARP_MOTION" }, +{ "tag": "const", "name": "XNStatusStartCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1199:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "statusStartCallback" }, +{ "tag": "const", "name": "XNPreeditAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1198:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditAttributes" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1179:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_RELATIVE_SPEED_SCALE" }, +{ "tag": "const", "name": "XNPreeditStartCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1193:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditStartCallback" }, +{ "tag": "const", "name": "XNFilterEvents", "ns": 0, "location": "/usr/include/X11/Xlib.h:1192:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "filterEvents" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_RELATIVE_SCALING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1174:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_RELATIVE_SCALING" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_RELATIVE_MODE_WARP", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1163:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_RELATIVE_MODE_WARP" }, +{ "tag": "const", "name": "XNPreeditDoneCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1194:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditDoneCallback" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_RELATIVE_MODE_CENTER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1152:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_RELATIVE_MODE_CENTER" }, +{ "tag": "const", "name": "XNPreeditDrawCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1195:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditDrawCallback" }, +{ "tag": "const", "name": "XNSpotLocation", "ns": 0, "location": "/usr/include/X11/Xlib.h:1205:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "spotLocation" }, +{ "tag": "const", "name": "SDL_HINT_POLL_SENTINEL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1294:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_POLL_SENTINEL" }, +{ "tag": "const", "name": "SDL_HINT_ORIENTATIONS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1278:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IOS_ORIENTATIONS" }, +{ "tag": "const", "name": "SDL_HINT_OPENGL_ES_DRIVER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1267:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_OPENGL_ES_DRIVER" }, +{ "tag": "const", "name": "SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1327:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_QTWAYLAND_CONTENT_ORIENTATION" }, +{ "tag": "const", "name": "SDL_HINT_NO_SIGNAL_HANDLERS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1236:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_NO_SIGNAL_HANDLERS" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS5", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:789:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS5" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS5_PLAYER_LED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:798:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS5_PLAYER_LED" }, +{ "tag": "const", "name": "AnyButton", "ns": 0, "location": "/usr/include/X11/X.h:135:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XIMStatusCallbacks", "ns": 0, "location": "/usr/include/X11/Xlib.h:1179:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "SDL_INLINE", "ns": 0, "location": "/usr/include/SDL2/begin_code.h:130:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:778:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS4_RUMBLE" }, +{ "tag": "const", "name": "AllTemporary", "ns": 0, "location": "/usr/include/X11/X.h:137:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_PREFERRED_LOCALES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1308:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_PREFERRED_LOCALES" }, +{ "tag": "const", "name": "InputFocus", "ns": 0, "location": "/usr/include/X11/X.h:127:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS4", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:758:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS4" }, +{ "tag": "const", "name": "None", "ns": 0, "location": "/usr/include/X11/X.h:115:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "ParentRelative", "ns": 0, "location": "/usr/include/X11/X.h:118:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_FORCE_INLINE", "ns": 0, "location": "/usr/include/SDL2/begin_code.h:141:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "NULL", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stddef.h:89:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_AUTO_CAPTURE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1223:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_AUTO_CAPTURE" }, +{ "tag": "const", "name": "SDL_ASSERT_LEVEL", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PointerRoot", "ns": 0, "location": "/usr/include/X11/X.h:129:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_STEAM", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:840:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_STEAM" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_JOYCON_HOME_LED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:873:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_JOYCON_HOME_LED" }, +{ "tag": "const", "name": "XIMStatusArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:1178:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:817:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS5_RUMBLE" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_STADIA", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:828:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_STADIA" }, +{ "tag": "const", "name": "SIZEOF_VOIDP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_PLAYER_LED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:933:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_XBOX_360_PLAYER_LED" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_XBOX_360_WIRELESS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:944:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_XBOX_360_WIRELESS" }, +{ "tag": "const", "name": "CopyFromParent", "ns": 0, "location": "/usr/include/X11/X.h:121:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:862:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_SWITCH_HOME_LED" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_XBOX_360", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:924:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_XBOX_360" }, +{ "tag": "const", "name": "HAVE_GCC_ATOMICS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LIBC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_WII_PLAYER_LED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:902:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_WII_PLAYER_LED" }, +{ "tag": "const", "name": "SDL_FALLTHROUGH", "ns": 0, "location": "/usr/include/SDL2/begin_code.h:181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_XBOX", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:913:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_XBOX" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_RELATIVE_SYSTEM_SCALE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1190:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_RELATIVE_SYSTEM_SCALE" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_SWITCH", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:851:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_SWITCH" }, +{ "tag": "const", "name": "PointerWindow", "ns": 0, "location": "/usr/include/X11/X.h:126:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_SWITCH_PLAYER_LED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:882:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_SWITCH_PLAYER_LED" }, +{ "tag": "const", "name": "PointerMotionHintMask", "ns": 0, "location": "/usr/include/X11/X.h:158:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "PointerMotionMask", "ns": 0, "location": "/usr/include/X11/X.h:157:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "SDL_HAS_FALLTHROUGH", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:400:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_WII", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:893:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_WII" }, +{ "tag": "const", "name": "HAVE_LIMITS_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:66:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AnyPropertyType", "ns": 0, "location": "/usr/include/X11/X.h:131:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "LeaveWindowMask", "ns": 0, "location": "/usr/include/X11/X.h:156:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "HAVE_INTTYPES_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:65:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_THREAD", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1008:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_THREAD" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_RAWINPUT_CORRELATE_XINPUT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:988:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_RAWINPUT_CORRELATE_XINPUT" }, +{ "tag": "const", "name": "HAVE_MATH_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:68:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ButtonPressMask", "ns": 0, "location": "/usr/include/X11/X.h:153:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_ROG_CHAKRAM", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:997:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_ROG_CHAKRAM" }, +{ "tag": "const", "name": "HAVE_MALLOC_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:67:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "KeyReleaseMask", "ns": 0, "location": "/usr/include/X11/X.h:152:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "Button5MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:163:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE_HOME_LED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:966:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_XBOX_ONE_HOME_LED" }, +{ "tag": "const", "name": "HAVE_ALLOCA_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ButtonReleaseMask", "ns": 0, "location": "/usr/include/X11/X.h:154:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "STDC_HEADERS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_RAWINPUT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:975:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_RAWINPUT" }, +{ "tag": "const", "name": "HAVE_ICONV_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:64:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NoEventMask", "ns": 0, "location": "/usr/include/X11/X.h:150:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_XBOX_ONE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:955:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_XBOX_ONE" }, +{ "tag": "const", "name": "HAVE_FLOAT_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NoSymbol", "ns": 0, "location": "/usr/include/X11/X.h:141:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "HAVE_CTYPE_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRING_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:76:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_RELEASED", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "Button3MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:161:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "HAVE_SYS_TYPES_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:77:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_PRESSED", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Button2MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:160:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "HAVE_STDLIB_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:74:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CurrentTime", "ns": 0, "location": "/usr/include/X11/X.h:139:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "HAVE_STRINGS_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:75:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ButtonMotionMask", "ns": 0, "location": "/usr/include/X11/X.h:164:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "KeyPressMask", "ns": 0, "location": "/usr/include/X11/X.h:151:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "EnterWindowMask", "ns": 0, "location": "/usr/include/X11/X.h:155:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "HAVE_STDINT_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:72:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STDIO_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_MEMORY_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:69:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SIGNAL_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:70:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AnyKey", "ns": 0, "location": "/usr/include/X11/X.h:133:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "HAVE_STDARG_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:71:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMPreeditNothing", "ns": 0, "location": "/usr/include/X11/Xlib.h:1176:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "__GCC_HAVE_DWARF2_CFI_ASM", "ns": 0, "location": ":1:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Button4MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:162:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "XIMPreeditNone", "ns": 0, "location": "/usr/include/X11/Xlib.h:1177:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_MIX_MAXVOLUME", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1121:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "XIMStatusNone", "ns": 0, "location": "/usr/include/X11/Xlib.h:1181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "XNStatusAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1202:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "statusAttributes" }, +{ "tag": "const", "name": "XNVaNestedList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1183:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "XNVaNestedList" }, +{ "tag": "const", "name": "XNStdColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1207:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "stdColorMap" }, +{ "tag": "const", "name": "Button1MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:159:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "_BITS_STDINT_INTN_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/stdint-intn.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_MALLOC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:85:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_DLOPEN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:84:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCHAR_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:78:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMPreeditCallbacks", "ns": 0, "location": "/usr/include/X11/Xlib.h:1174:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HAVE_LINUX_INPUT_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:79:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "IncludeInferiors", "ns": 0, "location": "/usr/include/X11/X.h:536:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_TOUCH_MOUSEID", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "XNStatusDrawCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1201:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "statusDrawCallback" }, +{ "tag": "const", "name": "SDL_MOUSE_TOUCHID", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:64:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "XIMStringConversionConcealed", "ns": 0, "location": "/usr/include/X11/Xlib.h:1288:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "__BIT_TYPES_DEFINED__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:171:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMStringConversionBottomEdge", "ns": 0, "location": "/usr/include/X11/Xlib.h:1287:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "XNClientWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1185:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "clientWindow" }, +{ "tag": "const", "name": "XIMStringConversionTopEdge", "ns": 0, "location": "/usr/include/X11/Xlib.h:1286:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "XIMStatusNothing", "ns": 0, "location": "/usr/include/X11/Xlib.h:1180:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "XNQueryInputStyle", "ns": 0, "location": "/usr/include/X11/Xlib.h:1184:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "queryInputStyle" }, +{ "tag": "const", "name": "__BIG_ENDIAN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/endian.h:31:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "XIMStringConversionChar", "ns": 0, "location": "/usr/include/X11/Xlib.h:1308:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "__LITTLE_ENDIAN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/endian.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "XIMStringConversionRightEdge", "ns": 0, "location": "/usr/include/X11/Xlib.h:1285:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "_BITS_ENDIAN_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/endian.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_ENDIAN_H", "ns": 0, "location": "/usr/include/endian.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMStringConversionBuffer", "ns": 0, "location": "/usr/include/X11/Xlib.h:1305:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMStringConversionWrapped", "ns": 0, "location": "/usr/include/X11/Xlib.h:1289:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "XIMStringConversionLeftEdge", "ns": 0, "location": "/usr/include/X11/Xlib.h:1284:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:1203:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "area" }, +{ "tag": "const", "name": "__BYTE_ORDER", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/endianness.h:10:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "XNFocusWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1187:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "focusWindow" }, +{ "tag": "const", "name": "_BITS_ENDIANNESS_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/endianness.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__PDP_ENDIAN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/endian.h:32:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3412 }, +{ "tag": "const", "name": "XIMPreeditUnKnown", "ns": 0, "location": "/usr/include/X11/Xlib.h:1269:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XIMStringConversionWord", "ns": 0, "location": "/usr/include/X11/Xlib.h:1307:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "XIMStringConversionRetrieval", "ns": 0, "location": "/usr/include/X11/Xlib.h:1313:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XIMPreeditEnable", "ns": 0, "location": "/usr/include/X11/Xlib.h:1270:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMStringConversionLine", "ns": 0, "location": "/usr/include/X11/Xlib.h:1306:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XIMPreeditArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:1173:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNInputStyle", "ns": 0, "location": "/usr/include/X11/Xlib.h:1186:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "inputStyle" }, +{ "tag": "const", "name": "XNStatusDoneCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1200:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "statusDoneCallback" }, +{ "tag": "const", "name": "XNResourceClass", "ns": 0, "location": "/usr/include/X11/Xlib.h:1189:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "resourceClass" }, +{ "tag": "const", "name": "XNColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1206:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "colorMap" }, +{ "tag": "const", "name": "XNGeometryCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1190:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "geometryCallback" }, +{ "tag": "const", "name": "XIMPreeditPosition", "ns": 0, "location": "/usr/include/X11/Xlib.h:1175:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "XNDestroyCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1191:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "destroyCallback" }, +{ "tag": "const", "name": "XIMStringConversionSubstitution", "ns": 0, "location": "/usr/include/X11/Xlib.h:1312:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNForeground", "ns": 0, "location": "/usr/include/X11/Xlib.h:1208:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "foreground" }, +{ "tag": "const", "name": "XIMPreserveState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1280:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XNAreaNeeded", "ns": 0, "location": "/usr/include/X11/Xlib.h:1204:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "areaNeeded" }, +{ "tag": "const", "name": "XIMInitialState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1279:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNResourceName", "ns": 0, "location": "/usr/include/X11/Xlib.h:1188:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "resourceName" }, +{ "tag": "const", "name": "XIMPreeditDisable", "ns": 0, "location": "/usr/include/X11/Xlib.h:1271:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XLookupKeySym", "ns": 0, "location": "/usr/include/X11/Xlib.h:1230:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "XLookupBoth", "ns": 0, "location": "/usr/include/X11/Xlib.h:1231:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "XLookupNone", "ns": 0, "location": "/usr/include/X11/Xlib.h:1228:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XLookupChars", "ns": 0, "location": "/usr/include/X11/Xlib.h:1229:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XIMVisibleToBackword", "ns": 0, "location": "/usr/include/X11/Xlib.h:1254:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "XIMVisibleToCenter", "ns": 0, "location": "/usr/include/X11/Xlib.h:1255:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "XIMTertiary", "ns": 0, "location": "/usr/include/X11/Xlib.h:1252:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "XIMHighlight", "ns": 0, "location": "/usr/include/X11/Xlib.h:1249:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "XIMVisibleToForward", "ns": 0, "location": "/usr/include/X11/Xlib.h:1253:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "XIMPrimary", "ns": 0, "location": "/usr/include/X11/Xlib.h:1250:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "XIMSecondary", "ns": 0, "location": "/usr/include/X11/Xlib.h:1251:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "XIMReverse", "ns": 0, "location": "/usr/include/X11/Xlib.h:1247:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__LINUX__", "ns": 0, "location": "/usr/include/SDL2/SDL_platform.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMUnderline", "ns": 0, "location": "/usr/include/X11/Xlib.h:1248:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XIMHotKeyStateOFF", "ns": 0, "location": "/usr/include/X11/Xlib.h:1379:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "FD_SETSIZE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "XIMHotKeyStateON", "ns": 0, "location": "/usr/include/X11/Xlib.h:1378:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIuLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:108:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "PRIuLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:109:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "NFDBITS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:80:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "SDLK_SCANCODE_MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_keycode.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1073741824 }, +{ "tag": "const", "name": "PRIuLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:110:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "PRIu8", "ns": 0, "location": "/usr/include/inttypes.h:102:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "PRIu16", "ns": 0, "location": "/usr/include/inttypes.h:103:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "__NFDBITS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/select.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "PRIoFAST64", "ns": 0, "location": "/usr/include/inttypes.h:99:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "PRIu32", "ns": 0, "location": "/usr/include/inttypes.h:104:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "SDL_VIRTUAL_JOYSTICK_DESC_VERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:395:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIuLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:107:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "PRIu64", "ns": 0, "location": "/usr/include/inttypes.h:105:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "PRIoLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:94:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "_STRUCT_TIMESPEC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_timespec.h:3:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIoFAST8", "ns": 0, "location": "/usr/include/inttypes.h:96:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "PRIoFAST16", "ns": 0, "location": "/usr/include/inttypes.h:97:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "PRIoFAST32", "ns": 0, "location": "/usr/include/inttypes.h:98:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "PRIo32", "ns": 0, "location": "/usr/include/inttypes.h:88:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "__timeval_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_timeval.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIo64", "ns": 0, "location": "/usr/include/inttypes.h:89:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "PRIoLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:91:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "PRIoLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:92:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "PRIoLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:93:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "PRIiFAST16", "ns": 0, "location": "/usr/include/inttypes.h:81:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "PRIiFAST32", "ns": 0, "location": "/usr/include/inttypes.h:82:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "PRIiFAST64", "ns": 0, "location": "/usr/include/inttypes.h:83:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "PRIo16", "ns": 0, "location": "/usr/include/inttypes.h:87:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "PRIo8", "ns": 0, "location": "/usr/include/inttypes.h:86:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "PRIiLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:76:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIiLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:77:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIiLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:78:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "PRIiFAST8", "ns": 0, "location": "/usr/include/inttypes.h:80:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIdFAST64", "ns": 0, "location": "/usr/include/inttypes.h:67:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "PRIi8", "ns": 0, "location": "/usr/include/inttypes.h:70:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIi16", "ns": 0, "location": "/usr/include/inttypes.h:71:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIi32", "ns": 0, "location": "/usr/include/inttypes.h:72:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIi64", "ns": 0, "location": "/usr/include/inttypes.h:73:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "PRIdLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:62:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "PRIdFAST8", "ns": 0, "location": "/usr/include/inttypes.h:64:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "PRIdFAST16", "ns": 0, "location": "/usr/include/inttypes.h:65:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "PRIdFAST32", "ns": 0, "location": "/usr/include/inttypes.h:66:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_CONDATTR_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "PRIiLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:75:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_COND_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 48 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_BARRIERATTR_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_RWLOCKATTR_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_MUTEXATTR_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_BUTTON_RIGHT", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:447:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_BARRIER_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:29:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "SDL_BUTTON_MIDDLE", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:446:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_BUTTON_MMASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:451:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_RWLOCK_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:28:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 56 }, +{ "tag": "const", "name": "SDL_BUTTON_LEFT", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:445:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_LMASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:450:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_X2", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:449:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "SDL_BUTTON_X1", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:448:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_MUTEX_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:27:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 40 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_ATTR_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:26:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 56 }, +{ "tag": "const", "name": "_BITS_PTHREADTYPES_ARCH_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes-arch.h:21:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_X2MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:454:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "_THREAD_SHARED_TYPES_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/thread-shared-types.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_PTHREADTYPES_COMMON_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/pthreadtypes.h:20:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_RMASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:452:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_BUTTON_X1MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:453:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "_THREAD_MUTEX_INTERNAL_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/struct_mutex.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_PRIs32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:301:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "SDL_PRIu32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:308:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "SDL_MAX_UINT64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:233:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "SDL_PRIx64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:279:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SDL_PRIs64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:261:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SDL_PRIX32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:322:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "SDL_FLT_EPSILON", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:245:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.192093e-07 }, +{ "tag": "const", "name": "SDL_PRIu64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:268:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "SDL_MAX_SINT64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:227:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "SDL_LIL_ENDIAN", "ns": 0, "location": "/usr/include/SDL2/SDL_endian.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "SDL_MIN_SINT64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:228:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "SDL_MAX_UINT32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:220:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "SDL_MIN_UINT64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:234:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_MIN_UINT32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:221:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_PRIx32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:315:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "SDL_PRIX64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:290:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "SDL_BIG_ENDIAN", "ns": 0, "location": "/usr/include/SDL2/SDL_endian.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "SDL_BYTEORDER", "ns": 0, "location": "/usr/include/SDL2/SDL_endian.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "HAS_BUILTIN_BSWAP16", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:605:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "HAS_BUILTIN_BSWAP32", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:606:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "HAS_BUILTIN_BSWAP64", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:607:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_FLOATWORDORDER", "ns": 0, "location": "/usr/include/SDL2/SDL_endian.h:108:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "HAS_BROKEN_BSWAP", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:609:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_QTWAYLAND_WINDOW_FLAGS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1338:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_QTWAYLAND_WINDOW_FLAGS" }, +{ "tag": "const", "name": "SDL_SCOPED_CAPABILITY", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_MATH_H", "ns": 0, "location": "/usr/include/math.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_BATCHING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1362:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_BATCHING" }, +{ "tag": "const", "name": "_BITS_LIBM_SIMD_DECL_STUBS_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/libm-simd-decl-stubs.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:410:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__CLOCKID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__wint_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/wint_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_LINE_METHOD", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1375:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_LINE_METHOD" }, +{ "tag": "const", "name": "__TIMER_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__WCHAR_MIN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/wchar.h:46:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "SDL_VIDEO_RENDER_OGL_ES2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:423:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__WCHAR_MAX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/wchar.h:34:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "__BLKSIZE_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_BITS_WCHAR_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/wchar.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_RENDER_OGL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:421:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_PAUSE", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:310:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "__FSID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:59:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XSCRNSAVER", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:407:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_GAIN", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:282:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SDL_HAPTIC_DAMPER", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:242:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "__SSIZE_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XRANDR", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:406:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_INERTIA", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:252:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "__SYSCALL_SLONG_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HAPTIC_STATUS", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:300:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:409:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_FRICTION", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:262:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XSHAPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:408:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__SYSCALL_ULONG_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HAPTIC_CUSTOM", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:269:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "IsUnmapped", "ns": 0, "location": "/usr/include/X11/X.h:445:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HAPTIC_TRIANGLE", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:195:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "__FSWORD_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:404:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_SAWTOOTHUP", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:204:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XINPUT2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:403:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__ID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XFIXES", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:405:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__CLOCK_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HAPTIC_AUTOCENTER", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:291:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "WEOF", "ns": 0, "location": "/usr/include/wchar.h:64:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "__TIME_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "WCHAR_MIN", "ns": 0, "location": "/usr/include/wchar.h:59:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "WCHAR_MAX", "ns": 0, "location": "/usr/include/wchar.h:60:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "SDL_HAPTIC_SPRING", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:232:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_OFFSCREEN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:393:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USECONDS_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:51:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HAPTIC_SAWTOOTHDOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:213:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "__SUSECONDS_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__mbstate_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/mbstate_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_CONSTANT", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:163:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__SUSECONDS64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XDBE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:402:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_RAMP", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:222:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XCURSOR", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:401:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__DADDR_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HAPTIC_SINE", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:172:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "__KEY_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__USE_ISOC11", "ns": 0, "location": "/usr/include/features.h:251:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__TIME64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/time64.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_FEATURES_H", "ns": 0, "location": "/usr/include/features.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_WINT_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/wint_t.h:10:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_LEFTRIGHT", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:183:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "_SYS_TYPES_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/types.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USE_ISOC95", "ns": 0, "location": "/usr/include/features.h:344:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "IsViewable", "ns": 0, "location": "/usr/include/X11/X.h:447:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "__USE_ISOC99", "ns": 0, "location": "/usr/include/features.h:346:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "IsUnviewable", "ns": 0, "location": "/usr/include/X11/X.h:446:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_USE_IME", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:484:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "DYNAPI_NEEDS_DLOPEN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:481:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAVE_LIBDECOR_GET_MIN_MAX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:496:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_UDEV_DYNAMIC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:487:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "libudev.so.1" }, +{ "tag": "const", "name": "SDL_HAPTIC_INFINITY", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:360:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "SDL_POWER_LINUX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:446:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__CPU_MASK_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__OFF_T_MATCHES_OFF64_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:69:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_VULKAN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:440:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_ALTIVEC_BLITTERS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:476:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__INO_T_MATCHES_INO64_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:72:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_FILESYSTEM_UNIX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:460:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__RLIM_T_MATCHES_RLIM64_T", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:75:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_POLAR", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:323:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_VIDEO_OPENGL_ES2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:430:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__STATFS_MATCHES_STATFS64", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:78:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:81:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_CARTESIAN", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:330:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_OPENGL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:428:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__FD_SETSIZE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/typesizes.h:92:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "SDL_HAPTIC_SPHERICAL", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:337:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_VIDEO_OPENGL_GLX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:434:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_STEERING_AXIS", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:345:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_VIDEO_OPENGL_EGL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:433:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_TIME64_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/time64.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CWBackingPlanes", "ns": 0, "location": "/usr/include/X11/X.h:399:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "CWBackingPixel", "ns": 0, "location": "/usr/include/X11/X.h:400:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "CWWinGravity", "ns": 0, "location": "/usr/include/X11/X.h:397:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "CWBackingStore", "ns": 0, "location": "/usr/include/X11/X.h:398:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "GCSubwindowMode", "ns": 0, "location": "/usr/include/X11/X.h:579:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "CWBorderPixel", "ns": 0, "location": "/usr/include/X11/X.h:395:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "CWBitGravity", "ns": 0, "location": "/usr/include/X11/X.h:396:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "CWBackPixmap", "ns": 0, "location": "/usr/include/X11/X.h:392:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GCClipXOrigin", "ns": 0, "location": "/usr/include/X11/X.h:581:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 131072 }, +{ "tag": "const", "name": "CWBackPixel", "ns": 0, "location": "/usr/include/X11/X.h:393:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GCGraphicsExposures", "ns": 0, "location": "/usr/include/X11/X.h:580:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65536 }, +{ "tag": "const", "name": "CWBorderPixmap", "ns": 0, "location": "/usr/include/X11/X.h:394:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "GCDashOffset", "ns": 0, "location": "/usr/include/X11/X.h:584:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1048576 }, +{ "tag": "const", "name": "CWWidth", "ns": 0, "location": "/usr/include/X11/X.h:412:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "GCClipYOrigin", "ns": 0, "location": "/usr/include/X11/X.h:582:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 262144 }, +{ "tag": "const", "name": "GCClipMask", "ns": 0, "location": "/usr/include/X11/X.h:583:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 524288 }, +{ "tag": "const", "name": "CWHeight", "ns": 0, "location": "/usr/include/X11/X.h:413:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "CWCursor", "ns": 0, "location": "/usr/include/X11/X.h:406:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "GCArcMode", "ns": 0, "location": "/usr/include/X11/X.h:586:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4194304 }, +{ "tag": "const", "name": "CWX", "ns": 0, "location": "/usr/include/X11/X.h:410:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CWY", "ns": 0, "location": "/usr/include/X11/X.h:411:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GCDashList", "ns": 0, "location": "/usr/include/X11/X.h:585:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2097152 }, +{ "tag": "const", "name": "FontLeftToRight", "ns": 0, "location": "/usr/include/X11/X.h:595:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "GCLastBit", "ns": 0, "location": "/usr/include/X11/X.h:588:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "CWDontPropagate", "ns": 0, "location": "/usr/include/X11/X.h:404:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "CWColormap", "ns": 0, "location": "/usr/include/X11/X.h:405:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "CWOverrideRedirect", "ns": 0, "location": "/usr/include/X11/X.h:401:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "CWSaveUnder", "ns": 0, "location": "/usr/include/X11/X.h:402:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "XYBitmap", "ns": 0, "location": "/usr/include/X11/X.h:606:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FontChange", "ns": 0, "location": "/usr/include/X11/X.h:598:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "FontRightToLeft", "ns": 0, "location": "/usr/include/X11/X.h:596:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CWEventMask", "ns": 0, "location": "/usr/include/X11/X.h:403:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "ZPixmap", "ns": 0, "location": "/usr/include/X11/X.h:608:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "WestGravity", "ns": 0, "location": "/usr/include/X11/X.h:425:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_MAX_UINT16", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:208:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65535 }, +{ "tag": "const", "name": "CenterGravity", "ns": 0, "location": "/usr/include/X11/X.h:426:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "XYPixmap", "ns": 0, "location": "/usr/include/X11/X.h:607:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_MIN_SINT16", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:203:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -32768 }, +{ "tag": "const", "name": "NorthGravity", "ns": 0, "location": "/usr/include/X11/X.h:423:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "NorthWestGravity", "ns": 0, "location": "/usr/include/X11/X.h:422:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AllocAll", "ns": 0, "location": "/usr/include/X11/X.h:617:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_KMSDRM", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:388:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_STRINGS_H", "ns": 0, "location": "/usr/include/strings.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_MAX_SINT16", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:202:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32767 }, +{ "tag": "const", "name": "AllocNone", "ns": 0, "location": "/usr/include/X11/X.h:616:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "NorthEastGravity", "ns": 0, "location": "/usr/include/X11/X.h:424:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "DoBlue", "ns": 0, "location": "/usr/include/X11/X.h:624:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_MIN_SINT32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:215:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "CWStackMode", "ns": 0, "location": "/usr/include/X11/X.h:416:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "DoGreen", "ns": 0, "location": "/usr/include/X11/X.h:623:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "ForgetGravity", "ns": 0, "location": "/usr/include/X11/X.h:421:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DoRed", "ns": 0, "location": "/usr/include/X11/X.h:622:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_MAX_SINT32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:214:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "CWBorderWidth", "ns": 0, "location": "/usr/include/X11/X.h:414:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_MIN_UINT16", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:209:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "TileShape", "ns": 0, "location": "/usr/include/X11/X.h:633:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CWSibling", "ns": 0, "location": "/usr/include/X11/X.h:415:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "WhenMapped", "ns": 0, "location": "/usr/include/X11/X.h:440:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CursorShape", "ns": 0, "location": "/usr/include/X11/X.h:632:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "NotUseful", "ns": 0, "location": "/usr/include/X11/X.h:439:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AutoRepeatModeOff", "ns": 0, "location": "/usr/include/X11/X.h:640:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "Always", "ns": 0, "location": "/usr/include/X11/X.h:441:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "StippleShape", "ns": 0, "location": "/usr/include/X11/X.h:634:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "StaticGravity", "ns": 0, "location": "/usr/include/X11/X.h:431:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "AutoRepeatModeDefault", "ns": 0, "location": "/usr/include/X11/X.h:642:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "UnmapGravity", "ns": 0, "location": "/usr/include/X11/X.h:435:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AutoRepeatModeOn", "ns": 0, "location": "/usr/include/X11/X.h:641:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_MIN_UINT8", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:197:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SouthGravity", "ns": 0, "location": "/usr/include/X11/X.h:429:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "KBKeyClickPercent", "ns": 0, "location": "/usr/include/X11/X.h:649:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LedModeOn", "ns": 0, "location": "/usr/include/X11/X.h:645:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_MAX_UINT8", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:196:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "SDL_MIN_SINT8", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:191:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -128 }, +{ "tag": "const", "name": "SouthEastGravity", "ns": 0, "location": "/usr/include/X11/X.h:430:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "LedModeOff", "ns": 0, "location": "/usr/include/X11/X.h:644:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "EastGravity", "ns": 0, "location": "/usr/include/X11/X.h:427:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "KBBellPitch", "ns": 0, "location": "/usr/include/X11/X.h:651:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "KBBellPercent", "ns": 0, "location": "/usr/include/X11/X.h:650:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SouthWestGravity", "ns": 0, "location": "/usr/include/X11/X.h:428:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "SDL_MAX_SINT8", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:190:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 127 }, +{ "tag": "const", "name": "ReplayPointer", "ns": 0, "location": "/usr/include/X11/X.h:333:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "KBLedMode", "ns": 0, "location": "/usr/include/X11/X.h:654:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "SEEK_SET", "ns": 0, "location": "/usr/include/stdio.h:109:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "BUFSIZ", "ns": 0, "location": "/usr/include/stdio.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "SyncPointer", "ns": 0, "location": "/usr/include/X11/X.h:332:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "EOF", "ns": 0, "location": "/usr/include/stdio.h:104:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "KBAutoRepeatMode", "ns": 0, "location": "/usr/include/X11/X.h:656:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "_IONBF", "ns": 0, "location": "/usr/include/stdio.h:95:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "ReplayKeyboard", "ns": 0, "location": "/usr/include/X11/X.h:336:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "AsyncKeyboard", "ns": 0, "location": "/usr/include/X11/X.h:334:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "_IOLBF", "ns": 0, "location": "/usr/include/stdio.h:94:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SyncKeyboard", "ns": 0, "location": "/usr/include/X11/X.h:335:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "_Mdouble_", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:796:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_IOFBF", "ns": 0, "location": "/usr/include/stdio.h:93:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "KBBellDuration", "ns": 0, "location": "/usr/include/X11/X.h:652:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "_IO_USER_LOCK", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:117:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "UINT_FAST32_MAX", "ns": 0, "location": "/usr/include/stdint.h:176:11", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 18446744073709551615 }, +{ "tag": "const", "name": "KBLed", "ns": 0, "location": "/usr/include/X11/X.h:653:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "AsyncPointer", "ns": 0, "location": "/usr/include/X11/X.h:331:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "MappingSuccess", "ns": 0, "location": "/usr/include/X11/X.h:658:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "MappingFailed", "ns": 0, "location": "/usr/include/X11/X.h:660:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "_IO_ERR_SEEN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:114:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "KBKey", "ns": 0, "location": "/usr/include/X11/X.h:655:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "MappingBusy", "ns": 0, "location": "/usr/include/X11/X.h:659:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FOPEN_MAX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/stdio_lim.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "RevertToParent", "ns": 0, "location": "/usr/include/X11/X.h:344:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "L_ctermid", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/stdio_lim.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "Success", "ns": 0, "location": "/usr/include/X11/X.h:350:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "BadRequest", "ns": 0, "location": "/usr/include/X11/X.h:351:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "TMP_MAX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/stdio_lim.h:26:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 238328 }, +{ "tag": "const", "name": "FILENAME_MAX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/stdio_lim.h:27:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "BadWindow", "ns": 0, "location": "/usr/include/X11/X.h:353:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "L_tmpnam", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/stdio_lim.h:25:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "MappingPointer", "ns": 0, "location": "/usr/include/X11/X.h:664:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "BadValue", "ns": 0, "location": "/usr/include/X11/X.h:352:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "_BITS_STDIO_LIM_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/stdio_lim.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SyncBoth", "ns": 0, "location": "/usr/include/X11/X.h:338:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "MappingKeyboard", "ns": 0, "location": "/usr/include/X11/X.h:663:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "DontAllowExposures", "ns": 0, "location": "/usr/include/X11/X.h:677:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "P_tmpdir", "ns": 0, "location": "/usr/include/stdio.h:120:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "/tmp" }, +{ "tag": "const", "name": "__MATH_DECLARING_DOUBLE", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:824:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "DontPreferBlanking", "ns": 0, "location": "/usr/include/X11/X.h:670:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AsyncBoth", "ns": 0, "location": "/usr/include/X11/X.h:337:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "RevertToPointerRoot", "ns": 0, "location": "/usr/include/X11/X.h:343:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__MATH_DECLARING_FLOATN", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:828:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PreferBlanking", "ns": 0, "location": "/usr/include/X11/X.h:671:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SEEK_END", "ns": 0, "location": "/usr/include/stdio.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "RevertToNone", "ns": 0, "location": "/usr/include/X11/X.h:342:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DisableScreenSaver", "ns": 0, "location": "/usr/include/X11/X.h:674:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DisableScreenInterval", "ns": 0, "location": "/usr/include/X11/X.h:675:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SEEK_CUR", "ns": 0, "location": "/usr/include/stdio.h:110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_IPHONE_MAX_GFORCE", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:116:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 5.000000e+00 }, +{ "tag": "const", "name": "ScreenSaverActive", "ns": 0, "location": "/usr/include/X11/X.h:684:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "MappingModifier", "ns": 0, "location": "/usr/include/X11/X.h:662:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "_STRING_H", "ns": 0, "location": "/usr/include/string.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "BadDrawable", "ns": 0, "location": "/usr/include/X11/X.h:359:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "AllowExposures", "ns": 0, "location": "/usr/include/X11/X.h:678:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "BadAccess", "ns": 0, "location": "/usr/include/X11/X.h:360:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "HostInsert", "ns": 0, "location": "/usr/include/X11/X.h:692:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "BadGC", "ns": 0, "location": "/usr/include/X11/X.h:371:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "BadColor", "ns": 0, "location": "/usr/include/X11/X.h:370:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "DefaultExposures", "ns": 0, "location": "/usr/include/X11/X.h:679:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "ScreenSaverReset", "ns": 0, "location": "/usr/include/X11/X.h:683:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "BadAlloc", "ns": 0, "location": "/usr/include/X11/X.h:369:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "SDL_HAT_LEFT", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:859:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "BadAtom", "ns": 0, "location": "/usr/include/X11/X.h:355:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "DefaultBlanking", "ns": 0, "location": "/usr/include/X11/X.h:672:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "DisableAccess", "ns": 0, "location": "/usr/include/X11/X.h:698:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HAT_DOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:858:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "StaticGray", "ns": 0, "location": "/usr/include/X11/X.h:704:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "BadPixmap", "ns": 0, "location": "/usr/include/X11/X.h:354:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "BadMatch", "ns": 0, "location": "/usr/include/X11/X.h:358:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "stderr", "ns": 0, "location": "/usr/include/stdio.h:149:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "stdout", "ns": 0, "location": "/usr/include/stdio.h:148:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "HostDelete", "ns": 0, "location": "/usr/include/X11/X.h:693:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAT_RIGHTUP", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:860:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "BadCursor", "ns": 0, "location": "/usr/include/X11/X.h:356:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "stdin", "ns": 0, "location": "/usr/include/stdio.h:147:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "BadFont", "ns": 0, "location": "/usr/include/X11/X.h:357:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "TrueColor", "ns": 0, "location": "/usr/include/X11/X.h:708:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "_BITS_TYPES___LOCALE_T_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__locale_t.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LastExtensionError", "ns": 0, "location": "/usr/include/X11/X.h:378:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "EnableAccess", "ns": 0, "location": "/usr/include/X11/X.h:697:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_TYPES_LOCALE_T_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/locale_t.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FirstExtensionError", "ns": 0, "location": "/usr/include/X11/X.h:377:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "StaticColor", "ns": 0, "location": "/usr/include/X11/X.h:706:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "InputOnly", "ns": 0, "location": "/usr/include/X11/X.h:388:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GrayScale", "ns": 0, "location": "/usr/include/X11/X.h:705:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "InputOutput", "ns": 0, "location": "/usr/include/X11/X.h:387:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PseudoColor", "ns": 0, "location": "/usr/include/X11/X.h:707:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "BadName", "ns": 0, "location": "/usr/include/X11/X.h:373:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "__attr_dealloc_fclose", "ns": 0, "location": "/usr/include/stdio.h:181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "BadIDChoice", "ns": 0, "location": "/usr/include/X11/X.h:372:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "NeedFunctionPrototypes", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:33:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "BadImplementation", "ns": 0, "location": "/usr/include/X11/X.h:375:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "LSBFirst", "ns": 0, "location": "/usr/include/X11/X.h:714:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "BadLength", "ns": 0, "location": "/usr/include/X11/X.h:374:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "MSBFirst", "ns": 0, "location": "/usr/include/X11/X.h:715:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USE_MISC", "ns": 0, "location": "/usr/include/features.h:396:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRId16", "ns": 0, "location": "/usr/include/inttypes.h:55:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "FUNCPROTO", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "__USE_ATFILE", "ns": 0, "location": "/usr/include/features.h:400:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRId8", "ns": 0, "location": "/usr/include/inttypes.h:54:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "__PRIPTR_PREFIX", "ns": 0, "location": "/usr/include/inttypes.h:45:11", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "l" }, +{ "tag": "const", "name": "DirectColor", "ns": 0, "location": "/usr/include/X11/X.h:709:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "__PRI64_PREFIX", "ns": 0, "location": "/usr/include/inttypes.h:44:11", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "l" }, +{ "tag": "const", "name": "NeedVarargsPrototypes", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NeedNestedPrototypes", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIdLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:61:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "PRIdLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:60:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "_Xconst", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PRIdLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:59:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "PRId64", "ns": 0, "location": "/usr/include/inttypes.h:57:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "PRId32", "ns": 0, "location": "/usr/include/inttypes.h:56:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "__USE_XOPEN2K8", "ns": 0, "location": "/usr/include/features.h:350:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAT_CENTERED", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:855:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_IGNORE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__USE_POSIX199506", "ns": 0, "location": "/usr/include/features.h:338:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USE_XOPEN2K", "ns": 0, "location": "/usr/include/features.h:342:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAT_RIGHT", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:857:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "__USE_POSIX2", "ns": 0, "location": "/usr/include/features.h:330:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "____gwchar_t_defined", "ns": 0, "location": "/usr/include/inttypes.h:40:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USE_POSIX199309", "ns": 0, "location": "/usr/include/features.h:334:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_JOYSTICK_AXIS_MIN", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:807:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -32768 }, +{ "tag": "const", "name": "NeedWidePrototypes", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_JOYSTICK_AXIS_MAX", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:806:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32767 }, +{ "tag": "const", "name": "__USE_POSIX", "ns": 0, "location": "/usr/include/features.h:326:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAT_UP", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:856:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "WINT_MAX", "ns": 0, "location": "/usr/include/stdint.h:245:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "SDL_ENABLE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1113:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_QUERY", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "SIZE_MAX", "ns": 0, "location": "/usr/include/stdint.h:227:11", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 18446744073709551615 }, +{ "tag": "const", "name": "WINT_MIN", "ns": 0, "location": "/usr/include/stdint.h:244:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SIG_ATOMIC_MAX", "ns": 0, "location": "/usr/include/stdint.h:223:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "SIG_ATOMIC_MIN", "ns": 0, "location": "/usr/include/stdint.h:222:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "SDL_DISABLE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1112:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "UINTPTR_MAX", "ns": 0, "location": "/usr/include/stdint.h:188:11", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 18446744073709551615 }, +{ "tag": "const", "name": "__GLIBC_USE_DEPRECATED_SCANF", "ns": 0, "location": "/usr/include/features.h:463:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "INTMAX_MIN", "ns": 0, "location": "/usr/include/stdint.h:197:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "INTPTR_MAX", "ns": 0, "location": "/usr/include/stdint.h:187:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "INTPTR_MIN", "ns": 0, "location": "/usr/include/stdint.h:186:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "__GLIBC_USE_ISOC2X", "ns": 0, "location": "/usr/include/features.h:245:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_PREALLOC", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "UINT_FAST64_MAX", "ns": 0, "location": "/usr/include/stdint.h:181:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "SDL_SWSURFACE", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__GLIBC_USE_DEPRECATED_GETS", "ns": 0, "location": "/usr/include/features.h:440:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PTRDIFF_MAX", "ns": 0, "location": "/usr/include/stdint.h:210:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "__USE_FORTIFY_LEVEL", "ns": 0, "location": "/usr/include/features.h:432:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PTRDIFF_MIN", "ns": 0, "location": "/usr/include/stdint.h:209:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "UINTMAX_MAX", "ns": 0, "location": "/usr/include/stdint.h:202:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "SDL_RLEACCEL", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "INTMAX_MAX", "ns": 0, "location": "/usr/include/stdint.h:199:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "SDL_DONTFREE", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_SIMD_ALIGNED", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SDL_CACHELINE_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:138:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "SDL_BlitScaled", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:928:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_AUDIOCVT_MAX_FILTERS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:205:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "SDL_BlitSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:861:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "Button3Mask", "ns": 0, "location": "/usr/include/X11/X.h:248:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "Button2Mask", "ns": 0, "location": "/usr/include/X11/X.h:247:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "Button1Mask", "ns": 0, "location": "/usr/include/X11/X.h:246:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "Mod5MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:240:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "Mod4MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:239:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_CHANNELS_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:144:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "Button1", "ns": 0, "location": "/usr/include/X11/X.h:259:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AnyModifier", "ns": 0, "location": "/usr/include/X11/X.h:252:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "Button5Mask", "ns": 0, "location": "/usr/include/X11/X.h:250:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_SAMPLES_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:145:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "Button4Mask", "ns": 0, "location": "/usr/include/X11/X.h:249:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_ANY_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:146:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "AUDIO_S32SYS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:131:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36896 }, +{ "tag": "const", "name": "SDL_MUTEX_TIMEDOUT", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:118:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ShiftMapIndex", "ns": 0, "location": "/usr/include/X11/X.h:233:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "Button2", "ns": 0, "location": "/usr/include/X11/X.h:260:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_MUTEX_MAXWAIT", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:123:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "AUDIO_F32SYS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:132:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 37152 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_FREQUENCY_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:142:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_NO_THREAD_SAFETY_ANALYSIS", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:102:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "Mod4Mask", "ns": 0, "location": "/usr/include/X11/X.h:227:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_FORMAT_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:143:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "Mod3Mask", "ns": 0, "location": "/usr/include/X11/X.h:226:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "AUDIO_F32LSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:114:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33056 }, +{ "tag": "const", "name": "Mod3MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:238:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "AUDIO_F32", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:116:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33056 }, +{ "tag": "const", "name": "AUDIO_F32MSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:115:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 37152 }, +{ "tag": "const", "name": "AUDIO_U16SYS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:129:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4112 }, +{ "tag": "const", "name": "Mod2MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:237:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "Mod5Mask", "ns": 0, "location": "/usr/include/X11/X.h:228:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "AUDIO_S16SYS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:130:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36880 }, +{ "tag": "const", "name": "ControlMapIndex", "ns": 0, "location": "/usr/include/X11/X.h:235:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "LASTEvent", "ns": 0, "location": "/usr/include/X11/X.h:215:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36 }, +{ "tag": "const", "name": "Mod1MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:236:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "AUDIO_S16", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:98:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32784 }, +{ "tag": "const", "name": "GenericEvent", "ns": 0, "location": "/usr/include/X11/X.h:214:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 35 }, +{ "tag": "const", "name": "AUDIO_S32LSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:105:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32800 }, +{ "tag": "const", "name": "AUDIO_S32MSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:106:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36896 }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2046:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_NO_CLOSE_ON_ALT_F4" }, +{ "tag": "const", "name": "AUDIO_S32", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:107:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32800 }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_DPI_AWARENESS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2096:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_DPI_AWARENESS" }, +{ "tag": "const", "name": "AUDIO_U16LSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:93:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_USE_D3D9EX", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2066:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_USE_D3D9EX" }, +{ "tag": "const", "name": "Mod2Mask", "ns": 0, "location": "/usr/include/X11/X.h:225:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "AUDIO_S16LSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:94:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32784 }, +{ "tag": "const", "name": "Mod1Mask", "ns": 0, "location": "/usr/include/X11/X.h:224:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "AUDIO_U16MSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:95:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4112 }, +{ "tag": "const", "name": "AUDIO_S16MSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:96:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36880 }, +{ "tag": "const", "name": "MappingNotify", "ns": 0, "location": "/usr/include/X11/X.h:213:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "AUDIO_U16", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:97:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "CirculateRequest", "ns": 0, "location": "/usr/include/X11/X.h:206:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 27 }, +{ "tag": "const", "name": "LockMask", "ns": 0, "location": "/usr/include/X11/X.h:222:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "ClientMessage", "ns": 0, "location": "/usr/include/X11/X.h:212:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "XA_CURSOR", "ns": 0, "location": "/usr/include/X11/Xatom.h:16:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "AUDIO_U8", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:91:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "ShiftMask", "ns": 0, "location": "/usr/include/X11/X.h:221:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AUDIO_S8", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:92:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32776 }, +{ "tag": "const", "name": "XA_CARDINAL", "ns": 0, "location": "/usr/include/X11/Xatom.h:14:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "XA_SECONDARY", "ns": 0, "location": "/usr/include/X11/Xatom.h:10:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "ColormapNotify", "ns": 0, "location": "/usr/include/X11/X.h:211:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "SDL_ALPHA_TRANSPARENT", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_ALPHA_OPAQUE", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "PropertyNotify", "ns": 0, "location": "/usr/include/X11/X.h:207:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "PRIxLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:123:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "SDL_WINDOWPOS_CENTERED", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:147:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 805240832 }, +{ "tag": "const", "name": "PRIx64", "ns": 0, "location": "/usr/include/inttypes.h:121:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "PRIx16", "ns": 0, "location": "/usr/include/inttypes.h:119:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "SDL_WINDOWPOS_CENTERED_MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:145:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 805240832 }, +{ "tag": "const", "name": "PRIx32", "ns": 0, "location": "/usr/include/inttypes.h:120:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "PRIx8", "ns": 0, "location": "/usr/include/inttypes.h:118:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "__MATH_DECLARE_LDOUBLE", "ns": 0, "location": "/usr/include/math.h:397:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_WINDOWPOS_UNDEFINED", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:138:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 536805376 }, +{ "tag": "const", "name": "PRIuFAST64", "ns": 0, "location": "/usr/include/inttypes.h:115:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "SDL_HINT_WAVE_RIFF_CHUNK_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1936:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WAVE_RIFF_CHUNK_SIZE" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_XINERAMA", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1868:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_XINERAMA" }, +{ "tag": "const", "name": "PRIuFAST32", "ns": 0, "location": "/usr/include/inttypes.h:114:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "PRIuFAST8", "ns": 0, "location": "/usr/include/inttypes.h:112:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "SDL_WINDOWPOS_UNDEFINED_MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:136:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 536805376 }, +{ "tag": "const", "name": "PRIuFAST16", "ns": 0, "location": "/usr/include/inttypes.h:113:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "SDL_HINT_WAVE_TRUNCATION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1952:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WAVE_TRUNCATION" }, +{ "tag": "const", "name": "XA_RESOURCE_MANAGER", "ns": 0, "location": "/usr/include/X11/Xatom.h:31:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 23 }, +{ "tag": "const", "name": "XA_ARC", "ns": 0, "location": "/usr/include/X11/Xatom.h:11:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "PRIX16", "ns": 0, "location": "/usr/include/inttypes.h:135:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "PRIX32", "ns": 0, "location": "/usr/include/inttypes.h:136:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "PRIX8", "ns": 0, "location": "/usr/include/inttypes.h:134:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "XA_RGB_GRAY_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_XVIDMODE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1888:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_XVIDMODE" }, +{ "tag": "const", "name": "XA_FONT", "ns": 0, "location": "/usr/include/X11/Xatom.h:26:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 18 }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1968:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_DISABLE_THREAD_NAMING" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_ENABLE_MENU_MNEMONICS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1990:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_ENABLE_MENU_MNEMONICS" }, +{ "tag": "const", "name": "PRIxFAST64", "ns": 0, "location": "/usr/include/inttypes.h:131:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SDL_HINT_WAVE_FACT_CHUNK", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1915:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WAVE_FACT_CHUNK" }, +{ "tag": "const", "name": "XATOM_H", "ns": 0, "location": "/usr/include/X11/Xatom.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIxFAST32", "ns": 0, "location": "/usr/include/inttypes.h:130:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2001:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_ENABLE_MESSAGELOOP" }, +{ "tag": "const", "name": "XA_CUT_BUFFER1", "ns": 0, "location": "/usr/include/X11/Xatom.h:18:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "PRIxFAST16", "ns": 0, "location": "/usr/include/inttypes.h:129:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_FORCE_MUTEX_CRITICAL_SECTIONS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2015:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_FORCE_MUTEX_CRITICAL_SECTIONS" }, +{ "tag": "const", "name": "PRIxFAST8", "ns": 0, "location": "/usr/include/inttypes.h:128:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "PRIxLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:126:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SelectionClear", "ns": 0, "location": "/usr/include/X11/X.h:208:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_FORCE_SEMAPHORE_KERNEL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2031:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_FORCE_SEMAPHORE_KERNEL" }, +{ "tag": "const", "name": "PRIxLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:125:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2037:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_INTRESOURCE_ICON_SMALL" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_XRANDR", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1879:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_XRANDR" }, +{ "tag": "const", "name": "PRIxLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:124:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "SelectionRequest", "ns": 0, "location": "/usr/include/X11/X.h:209:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 30 }, +{ "tag": "const", "name": "PRIXFAST64", "ns": 0, "location": "/usr/include/inttypes.h:147:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "XA_CUT_BUFFER6", "ns": 0, "location": "/usr/include/X11/Xatom.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_INTRESOURCE_ICON", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2036:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_INTRESOURCE_ICON" }, +{ "tag": "const", "name": "ControlMask", "ns": 0, "location": "/usr/include/X11/X.h:223:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "XA_CUT_BUFFER5", "ns": 0, "location": "/usr/include/X11/Xatom.h:22:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "PRIXFAST32", "ns": 0, "location": "/usr/include/inttypes.h:146:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "XA_NORM_SPACE", "ns": 0, "location": "/usr/include/X11/Xatom.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 44 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1702:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS" }, +{ "tag": "const", "name": "XA_INTEGER", "ns": 0, "location": "/usr/include/X11/Xatom.h:27:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "PRIXFAST8", "ns": 0, "location": "/usr/include/inttypes.h:144:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "XA_CUT_BUFFER7", "ns": 0, "location": "/usr/include/X11/Xatom.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "PRIXFAST16", "ns": 0, "location": "/usr/include/inttypes.h:145:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_WAYLAND_ALLOW_LIBDECOR", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1713:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_WAYLAND_ALLOW_LIBDECOR" }, +{ "tag": "const", "name": "PRIXLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:142:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1727:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_WAYLAND_PREFER_LIBDECOR" }, +{ "tag": "const", "name": "XA_MIN_SPACE", "ns": 0, "location": "/usr/include/X11/Xatom.h:51:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 43 }, +{ "tag": "const", "name": "SelectionNotify", "ns": 0, "location": "/usr/include/X11/X.h:210:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "PRIXLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:141:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_WAYLAND_EMULATE_MOUSE_WARP", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1759:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_WAYLAND_EMULATE_MOUSE_WARP" }, +{ "tag": "const", "name": "XA_RGB_RED_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 30 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_WAYLAND_MODE_EMULATION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1742:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_WAYLAND_MODE_EMULATION" }, +{ "tag": "const", "name": "PRIXLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:140:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "PRIXLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:139:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1778:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_WINDOW_SHARE_PIXEL_FORMAT" }, +{ "tag": "const", "name": "XA_DRAWABLE", "ns": 0, "location": "/usr/include/X11/Xatom.h:25:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "PRIX64", "ns": 0, "location": "/usr/include/inttypes.h:137:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "XA_POINT", "ns": 0, "location": "/usr/include/X11/Xatom.h:29:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "XA_WM_SIZE_HINTS", "ns": 0, "location": "/usr/include/X11/Xatom.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 41 }, +{ "tag": "const", "name": "LockMapIndex", "ns": 0, "location": "/usr/include/X11/X.h:234:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIxPTR", "ns": 0, "location": "/usr/include/inttypes.h:164:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_FOREIGN_WINDOW_VULKAN", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1800:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_FOREIGN_WINDOW_VULKAN" }, +{ "tag": "const", "name": "PRIuPTR", "ns": 0, "location": "/usr/include/inttypes.h:163:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "XA_ATOM", "ns": 0, "location": "/usr/include/X11/Xatom.h:12:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "XA_WM_COMMAND", "ns": 0, "location": "/usr/include/X11/Xatom.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "PRIoPTR", "ns": 0, "location": "/usr/include/inttypes.h:162:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_FOREIGN_WINDOW_OPENGL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1789:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_FOREIGN_WINDOW_OPENGL" }, +{ "tag": "const", "name": "PRIiPTR", "ns": 0, "location": "/usr/include/inttypes.h:161:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "XA_PRIMARY", "ns": 0, "location": "/usr/include/X11/Xatom.h:9:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_RECTANGLE", "ns": 0, "location": "/usr/include/X11/Xatom.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "PRIdPTR", "ns": 0, "location": "/usr/include/inttypes.h:160:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "XA_RGB_GREEN_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_WIN_D3DCOMPILER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1816:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_WIN_D3DCOMPILER" }, +{ "tag": "const", "name": "PRIXMAX", "ns": 0, "location": "/usr/include/inttypes.h:156:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1839:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR" }, +{ "tag": "const", "name": "XA_BITMAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:13:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "PRIxMAX", "ns": 0, "location": "/usr/include/inttypes.h:155:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "XA_CUT_BUFFER0", "ns": 0, "location": "/usr/include/X11/Xatom.h:17:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "PRIuMAX", "ns": 0, "location": "/usr/include/inttypes.h:154:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_FORCE_EGL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1827:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_FORCE_EGL" }, +{ "tag": "const", "name": "PRIoMAX", "ns": 0, "location": "/usr/include/inttypes.h:153:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "XA_WM_ICON_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 37 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_WINDOW_VISUALID", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1859:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_WINDOW_VISUALID" }, +{ "tag": "const", "name": "PRIiMAX", "ns": 0, "location": "/usr/include/inttypes.h:152:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "XA_CUT_BUFFER2", "ns": 0, "location": "/usr/include/X11/Xatom.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "XA_STRING", "ns": 0, "location": "/usr/include/X11/Xatom.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "PRIdMAX", "ns": 0, "location": "/usr/include/inttypes.h:151:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_NET_WM_PING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1853:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_NET_WM_PING" }, +{ "tag": "const", "name": "XA_VISUALID", "ns": 0, "location": "/usr/include/X11/Xatom.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "XA_WM_CLIENT_MACHINE", "ns": 0, "location": "/usr/include/X11/Xatom.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36 }, +{ "tag": "const", "name": "SDL_HINT_SCREENSAVER_INHIBIT_ACTIVITY_NAME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1517:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_SCREENSAVER_INHIBIT_ACTIVITY_NAME" }, +{ "tag": "const", "name": "XA_WINDOW", "ns": 0, "location": "/usr/include/X11/Xatom.h:41:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1536:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_THREAD_FORCE_REALTIME_TIME_CRITICAL" }, +{ "tag": "const", "name": "XA_CUT_BUFFER4", "ns": 0, "location": "/usr/include/X11/Xatom.h:21:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "XA_RGB_BEST_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:33:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 25 }, +{ "tag": "const", "name": "XA_COPYRIGHT", "ns": 0, "location": "/usr/include/X11/Xatom.h:69:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 61 }, +{ "tag": "const", "name": "SDL_HINT_THREAD_PRIORITY_POLICY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1553:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_THREAD_PRIORITY_POLICY" }, +{ "tag": "const", "name": "XA_CUT_BUFFER3", "ns": 0, "location": "/usr/include/X11/Xatom.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "XA_RGB_BLUE_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 26 }, +{ "tag": "const", "name": "XA_PIXMAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:28:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "XA_WM_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 39 }, +{ "tag": "const", "name": "SDL_HINT_THREAD_STACK_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1567:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_THREAD_STACK_SIZE" }, +{ "tag": "const", "name": "XA_RGB_DEFAULT_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:35:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 27 }, +{ "tag": "const", "name": "XA_WM_ZOOM_HINTS", "ns": 0, "location": "/usr/include/X11/Xatom.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 42 }, +{ "tag": "const", "name": "XA_WM_NORMAL_HINTS", "ns": 0, "location": "/usr/include/X11/Xatom.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 40 }, +{ "tag": "const", "name": "SDL_HINT_TIMER_RESOLUTION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1583:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_TIMER_RESOLUTION" }, +{ "tag": "const", "name": "XA_MAX_SPACE", "ns": 0, "location": "/usr/include/X11/Xatom.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 45 }, +{ "tag": "const", "name": "XA_POINT_SIZE", "ns": 0, "location": "/usr/include/X11/Xatom.h:67:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 59 }, +{ "tag": "const", "name": "XA_RESOLUTION", "ns": 0, "location": "/usr/include/X11/Xatom.h:68:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 60 }, +{ "tag": "const", "name": "XA_RGB_COLOR_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:32:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "XA_NOTICE", "ns": 0, "location": "/usr/include/X11/Xatom.h:70:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 62 }, +{ "tag": "const", "name": "XA_WM_HINTS", "ns": 0, "location": "/usr/include/X11/Xatom.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 35 }, +{ "tag": "const", "name": "XA_SUPERSCRIPT_Y", "ns": 0, "location": "/usr/include/X11/Xatom.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 48 }, +{ "tag": "const", "name": "SDL_HINT_TOUCH_MOUSE_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1594:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_TOUCH_MOUSE_EVENTS" }, +{ "tag": "const", "name": "XA_WEIGHT", "ns": 0, "location": "/usr/include/X11/Xatom.h:66:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 58 }, +{ "tag": "const", "name": "XA_FAMILY_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:72:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "XA_FULL_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65 }, +{ "tag": "const", "name": "SDL_HINT_VITA_TOUCH_MOUSE_DEVICE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1606:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_HINT_VITA_TOUCH_MOUSE_DEVICE" }, +{ "tag": "const", "name": "XA_WM_ICON_SIZE", "ns": 0, "location": "/usr/include/X11/Xatom.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 38 }, +{ "tag": "const", "name": "XA_COLORMAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:15:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "SDL_HINT_TV_REMOTE_AS_JOYSTICK", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1616:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_TV_REMOTE_AS_JOYSTICK" }, +{ "tag": "const", "name": "XA_STRIKEOUT_ASCENT", "ns": 0, "location": "/usr/include/X11/Xatom.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 53 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_ALLOW_SCREENSAVER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1627:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_ALLOW_SCREENSAVER" }, +{ "tag": "const", "name": "XA_UNDERLINE_THICKNESS", "ns": 0, "location": "/usr/include/X11/Xatom.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 52 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_DOUBLE_BUFFER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1646:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_DOUBLE_BUFFER" }, +{ "tag": "const", "name": "XA_FONT_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:71:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 63 }, +{ "tag": "const", "name": "XA_UNDERLINE_POSITION", "ns": 0, "location": "/usr/include/X11/Xatom.h:59:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 51 }, +{ "tag": "const", "name": "XA_CAP_HEIGHT", "ns": 0, "location": "/usr/include/X11/Xatom.h:74:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 66 }, +{ "tag": "const", "name": "XA_END_SPACE", "ns": 0, "location": "/usr/include/X11/Xatom.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 46 }, +{ "tag": "const", "name": "XA_SUPERSCRIPT_X", "ns": 0, "location": "/usr/include/X11/Xatom.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 47 }, +{ "tag": "const", "name": "XA_SUBSCRIPT_X", "ns": 0, "location": "/usr/include/X11/Xatom.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 49 }, +{ "tag": "const", "name": "XA_SUBSCRIPT_Y", "ns": 0, "location": "/usr/include/X11/Xatom.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 50 }, +{ "tag": "const", "name": "XA_QUAD_WIDTH", "ns": 0, "location": "/usr/include/X11/Xatom.h:65:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 57 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_EGL_ALLOW_TRANSPARENCY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1657:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_EGL_ALLOW_TRANSPARENCY" }, +{ "tag": "const", "name": "XA_X_HEIGHT", "ns": 0, "location": "/usr/include/X11/Xatom.h:64:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 56 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_EXTERNAL_CONTEXT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1672:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_EXTERNAL_CONTEXT" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_HIGHDPI_DISABLED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1677:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_HIGHDPI_DISABLED" }, +{ "tag": "const", "name": "XA_ITALIC_ANGLE", "ns": 0, "location": "/usr/include/X11/Xatom.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 55 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1694:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_MAC_FULLSCREEN_SPACES" }, +{ "tag": "const", "name": "XA_STRIKEOUT_DESCENT", "ns": 0, "location": "/usr/include/X11/Xatom.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 54 }, +{ "tag": "const", "name": "__time_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/time_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__clockid_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/clockid_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_DIRECT3D11_DEBUG", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1388:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_DIRECT3D11_DEBUG" }, +{ "tag": "const", "name": "__clock_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/clock_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_DIRECT3D_THREADSAFE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1399:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_DIRECT3D_THREADSAFE" }, +{ "tag": "const", "name": "SDL_HINT_RENDER_DRIVER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1421:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_DRIVER" }, +{ "tag": "const", "name": "SDL_HINT_RENDER_LOGICAL_SIZE_MODE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1432:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_LOGICAL_SIZE_MODE" }, +{ "tag": "const", "name": "SDL_HINT_RENDER_OPENGL_SHADERS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1443:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_OPENGL_SHADERS" }, +{ "tag": "const", "name": "XA_LAST_PREDEFINED", "ns": 0, "location": "/usr/include/X11/Xatom.h:78:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 68 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_SCALE_QUALITY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1455:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_SCALE_QUALITY" }, +{ "tag": "const", "name": "XA_WM_TRANSIENT_FOR", "ns": 0, "location": "/usr/include/X11/Xatom.h:76:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 68 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_VSYNC", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1466:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_VSYNC" }, +{ "tag": "const", "name": "XA_WM_CLASS", "ns": 0, "location": "/usr/include/X11/Xatom.h:75:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 67 }, +{ "tag": "const", "name": "SDL_METALVIEW_TAG", "ns": 0, "location": "/usr/include/SDL2/SDL_syswm.h:102:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "SDL_HINT_PS2_DYNAMIC_VSYNC", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1477:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_PS2_DYNAMIC_VSYNC" }, +{ "tag": "const", "name": "SDL_HINT_RETURN_KEY_HIDES_IME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1489:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RETURN_KEY_HIDES_IME" }, +{ "tag": "const", "name": "SDL_HINT_RPI_VIDEO_LAYER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1497:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RPI_VIDEO_LAYER" }, +{ "tag": "const", "name": "__timer_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/timer_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FREE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:88:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ALLOCA", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:89:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_GETENV", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:91:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SETENV", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:92:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_CALLOC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:86:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_REALLOC", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:87:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_BCOPY", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_TYPES_H", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_MEMSET", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:100:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_MEMCPY", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:101:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_MEMCMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:103:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_MEMMOVE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:102:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_UNSETENV", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:94:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_PUTENV", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:93:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_QSORT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:96:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_BSEARCH", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:97:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ABS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:98:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__S32_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__U32_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:112:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__S16_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:109:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__U16_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SQUAD_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:128:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SWORD_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:130:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__UQUAD_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:129:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SLONGWORD_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:113:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__ULONGWORD_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:114:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "HAVE_STRCASECMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:144:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRNCMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:142:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_VSSCANF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:149:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRCASESTR", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:147:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRNCASECMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:146:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ATOI", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:139:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_INVALID_SHAPE_ARGUMENT", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2 }, +{ "tag": "const", "name": "HAVE_STRTOD", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:138:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_NONSHAPEABLE_WINDOW", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "HAVE_STRCMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:141:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ATOF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:140:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ATAN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:157:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ASINF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:156:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ASIN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:155:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ATAN2", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:159:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ATANF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:158:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__UWORD_TYPE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types.h:131:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_WINDOW_LACKS_SHAPE", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -3 }, +{ "tag": "const", "name": "HAVE_VSNPRINTF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:151:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ACOSF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:154:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ACOS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:153:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCSCASECMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:112:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCSNCMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRLEN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:116:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_INDEX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:122:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCSNCASECMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:114:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCSDUP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:108:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCSLEN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:104:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCSCMP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCSSTR", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:109:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRTOL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:132:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNOMAutomatic", "ns": 0, "location": "/usr/include/X11/Xlib.h:1113:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "omAutomatic" }, +{ "tag": "const", "name": "HAVE_STRTOK_R", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:127:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRTOULL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:137:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRTOUL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:133:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRTOLL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:136:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRCHR", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:124:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNRequiredCharSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:1110:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "requiredCharSet" }, +{ "tag": "const", "name": "HAVE_RINDEX", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:123:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRSTR", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:126:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNQueryOrientation", "ns": 0, "location": "/usr/include/X11/Xlib.h:1111:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "queryOrientation" }, +{ "tag": "const", "name": "XNBaseFontName", "ns": 0, "location": "/usr/include/X11/Xlib.h:1112:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "baseFontName" }, +{ "tag": "const", "name": "HAVE_STRRCHR", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:125:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_AUDIO_MASK_BITSIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "GrabModeSync", "ns": 0, "location": "/usr/include/X11/X.h:318:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "GrabSuccess", "ns": 0, "location": "/usr/include/X11/X.h:323:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "GrabModeAsync", "ns": 0, "location": "/usr/include/X11/X.h:319:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AlreadyGrabbed", "ns": 0, "location": "/usr/include/X11/X.h:324:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GrabInvalidTime", "ns": 0, "location": "/usr/include/X11/X.h:325:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PropertyNewValue", "ns": 0, "location": "/usr/include/X11/X.h:308:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_AUDIO_MASK_SIGNED", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:76:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "PropertyDelete", "ns": 0, "location": "/usr/include/X11/X.h:309:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_AUDIO_MASK_ENDIAN", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:75:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "ColormapUninstalled", "ns": 0, "location": "/usr/include/X11/X.h:313:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "HAVE_LOG10F", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:178:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_AUDIO_MASK_DATATYPE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:74:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "HAVE_LROUND", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:179:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ColormapInstalled", "ns": 0, "location": "/usr/include/X11/X.h:314:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FamilyDECnet", "ns": 0, "location": "/usr/include/X11/X.h:299:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FamilyChaos", "ns": 0, "location": "/usr/include/X11/X.h:300:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "FamilyInternet6", "ns": 0, "location": "/usr/include/X11/X.h:301:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "FamilyServerInterpreted", "ns": 0, "location": "/usr/include/X11/X.h:304:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "VisibilityPartiallyObscured", "ns": 0, "location": "/usr/include/X11/X.h:288:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "VisibilityFullyObscured", "ns": 0, "location": "/usr/include/X11/X.h:289:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "_ALLOCA_H", "ns": 0, "location": "/usr/include/alloca.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PlaceOnBottom", "ns": 0, "location": "/usr/include/X11/X.h:294:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PlaceOnTop", "ns": 0, "location": "/usr/include/X11/X.h:293:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FamilyInternet", "ns": 0, "location": "/usr/include/X11/X.h:298:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "NotifyPointer", "ns": 0, "location": "/usr/include/X11/X.h:281:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "HAVE_EXP", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:167:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyPointerRoot", "ns": 0, "location": "/usr/include/X11/X.h:282:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "HAVE_EXPF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:168:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_COPYSIGNF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:164:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyDetailNone", "ns": 0, "location": "/usr/include/X11/X.h:283:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "HAVE_COS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:165:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "VisibilityUnobscured", "ns": 0, "location": "/usr/include/X11/X.h:287:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "HAVE_COSF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:166:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_CEILF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:162:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_COPYSIGN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:163:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyInferior", "ns": 0, "location": "/usr/include/X11/X.h:278:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "NotifyVirtual", "ns": 0, "location": "/usr/include/X11/X.h:277:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyNonlinear", "ns": 0, "location": "/usr/include/X11/X.h:279:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "HAVE_ATAN2F", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:160:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_CEIL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:161:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyNonlinearVirtual", "ns": 0, "location": "/usr/include/X11/X.h:280:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "HAVE_LOGF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:176:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LOG10", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:177:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyWhileGrabbed", "ns": 0, "location": "/usr/include/X11/X.h:270:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "NotifyUngrab", "ns": 0, "location": "/usr/include/X11/X.h:269:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HAVE_FMODF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:174:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyHint", "ns": 0, "location": "/usr/include/X11/X.h:272:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LOG", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:175:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FLOOR", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:171:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Button3", "ns": 0, "location": "/usr/include/X11/X.h:261:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "NotifyAncestor", "ns": 0, "location": "/usr/include/X11/X.h:276:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "HAVE_FLOORF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:172:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FMOD", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:173:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FABS", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:169:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Button5", "ns": 0, "location": "/usr/include/X11/X.h:263:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "Button4", "ns": 0, "location": "/usr/include/X11/X.h:262:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "HAVE_FABSF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/SDL2/_real_SDL_config.h:170:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyNormal", "ns": 0, "location": "/usr/include/X11/X.h:267:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "NotifyGrab", "ns": 0, "location": "/usr/include/X11/X.h:268:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__LDOUBLE_REDIRECTS_TO_FLOAT128_ABI", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/long-double.h:25:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__HAVE_GENERIC_SELECTION", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:656:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GrabFrozen", "ns": 0, "location": "/usr/include/X11/X.h:327:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "GrabNotViewable", "ns": 0, "location": "/usr/include/X11/X.h:326:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "GXcopy", "ns": 0, "location": "/usr/include/X11/X.h:488:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "GXandReverse", "ns": 0, "location": "/usr/include/X11/X.h:487:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GXand", "ns": 0, "location": "/usr/include/X11/X.h:486:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__WCOREFLAG", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitstatus.h:59:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "GXclear", "ns": 0, "location": "/usr/include/X11/X.h:485:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PropModeAppend", "ns": 0, "location": "/usr/include/X11/X.h:477:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GXequiv", "ns": 0, "location": "/usr/include/X11/X.h:494:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "GXnor", "ns": 0, "location": "/usr/include/X11/X.h:493:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "__inline__", "ns": 0, "location": "/usr/include/SDL2/begin_code.h:132:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "GXxor", "ns": 0, "location": "/usr/include/X11/X.h:491:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "GXor", "ns": 0, "location": "/usr/include/X11/X.h:492:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "GXnoop", "ns": 0, "location": "/usr/include/X11/X.h:490:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "GXandInverted", "ns": 0, "location": "/usr/include/X11/X.h:489:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "GXorInverted", "ns": 0, "location": "/usr/include/X11/X.h:498:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "GXcopyInverted", "ns": 0, "location": "/usr/include/X11/X.h:497:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "GXinvert", "ns": 0, "location": "/usr/include/X11/X.h:495:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "__lldiv_t_defined", "ns": 0, "location": "/usr/include/stdlib.h:82:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LineDoubleDash", "ns": 0, "location": "/usr/include/X11/X.h:506:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GXorReverse", "ns": 0, "location": "/usr/include/X11/X.h:496:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "LineOnOffDash", "ns": 0, "location": "/usr/include/X11/X.h:505:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__ldiv_t_defined", "ns": 0, "location": "/usr/include/stdlib.h:72:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LineSolid", "ns": 0, "location": "/usr/include/X11/X.h:504:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "GXset", "ns": 0, "location": "/usr/include/X11/X.h:500:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "WSTOPPED", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitflags.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "WEXITED", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitflags.h:31:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "WUNTRACED", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitflags.h:26:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "WNOHANG", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitflags.h:25:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GXnand", "ns": 0, "location": "/usr/include/X11/X.h:499:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "__WALL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitflags.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1073741824 }, +{ "tag": "const", "name": "__WCLONE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitflags.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483648 }, +{ "tag": "const", "name": "__WNOTHREAD", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitflags.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 536870912 }, +{ "tag": "const", "name": "SDL_MAX_LOG_MESSAGE", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SetModeDelete", "ns": 0, "location": "/usr/include/X11/X.h:452:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "WNOWAIT", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitflags.h:33:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16777216 }, +{ "tag": "const", "name": "DestroyAll", "ns": 0, "location": "/usr/include/X11/X.h:456:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SetModeInsert", "ns": 0, "location": "/usr/include/X11/X.h:451:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "WCONTINUED", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitflags.h:32:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "RetainPermanent", "ns": 0, "location": "/usr/include/X11/X.h:457:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "RetainTemporary", "ns": 0, "location": "/usr/include/X11/X.h:458:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "TopIf", "ns": 0, "location": "/usr/include/X11/X.h:464:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "BottomIf", "ns": 0, "location": "/usr/include/X11/X.h:465:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "Below", "ns": 0, "location": "/usr/include/X11/X.h:463:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Above", "ns": 0, "location": "/usr/include/X11/X.h:462:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PropModePrepend", "ns": 0, "location": "/usr/include/X11/X.h:476:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__W_CONTINUED", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/waitstatus.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65535 }, +{ "tag": "const", "name": "PropModeReplace", "ns": 0, "location": "/usr/include/X11/X.h:475:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "LowerHighest", "ns": 0, "location": "/usr/include/X11/X.h:471:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Opposite", "ns": 0, "location": "/usr/include/X11/X.h:466:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "RaiseLowest", "ns": 0, "location": "/usr/include/X11/X.h:470:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_TRACKPAD_IS_TOUCH_ONLY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2423:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_TRACKPAD_IS_TOUCH_ONLY" }, +{ "tag": "const", "name": "____FILE_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__FILE.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__FILE_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/FILE.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__struct_FILE_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_X11_WINDOW_TYPE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2316:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_X11_WINDOW_TYPE" }, +{ "tag": "const", "name": "SDL_HINT_XINPUT_USE_OLD_JOYSTICK_MAPPING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2277:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_XINPUT_USE_OLD_JOYSTICK_MAPPING" }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_INCLUDE_MONITORS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2296:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_INCLUDE_MONITORS" }, +{ "tag": "const", "name": "SDL_HINT_AUDIODRIVER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2387:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIODRIVER" }, +{ "tag": "const", "name": "SDL_HINT_KMSDRM_DEVICE_INDEX", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2401:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_KMSDRM_DEVICE_INDEX" }, +{ "tag": "const", "name": "SDL_HINT_QUIT_ON_LAST_WINDOW_CLOSE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2340:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_QUIT_ON_LAST_WINDOW_CLOSE" }, +{ "tag": "const", "name": "SDL_HINT_VIDEODRIVER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2364:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEODRIVER" }, +{ "tag": "const", "name": "_STDLIB_H", "ns": 0, "location": "/usr/include/stdlib.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_WINRT_PRIVACY_POLICY_LABEL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2212:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINRT_PRIVACY_POLICY_LABEL" }, +{ "tag": "const", "name": "SDL_HINT_WINRT_PRIVACY_POLICY_URL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2238:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINRT_PRIVACY_POLICY_URL" }, +{ "tag": "const", "name": "SDL_HINT_WINDOW_NO_ACTIVATION_WHEN_SHOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2139:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOW_NO_ACTIVATION_WHEN_SHOWN" }, +{ "tag": "const", "name": "__GNUC_VA_LIST", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stdarg.h:31:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_XINPUT_ENABLED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2259:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_XINPUT_ENABLED" }, +{ "tag": "const", "name": "SDL_HINT_DIRECTINPUT_ENABLED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2268:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_DIRECTINPUT_ENABLED" }, +{ "tag": "const", "name": "_____fpos_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__fpos_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_WINRT_HANDLE_BACK_BUTTON", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2191:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINRT_HANDLE_BACK_BUTTON" }, +{ "tag": "const", "name": "SDL_HINT_X11_FORCE_OVERRIDE_REDIRECT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2250:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_X11_FORCE_OVERRIDE_REDIRECT" }, +{ "tag": "const", "name": "____mbstate_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__mbstate_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAT_RIGHTDOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:861:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2128:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN" }, +{ "tag": "const", "name": "_____fpos64_t_defined", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/__fpos64_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_DPI_SCALING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:2117:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_DPI_SCALING" }, +{ "tag": "const", "name": "LeaveNotify", "ns": 0, "location": "/usr/include/X11/X.h:187:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "FocusIn", "ns": 0, "location": "/usr/include/X11/X.h:188:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "FocusOut", "ns": 0, "location": "/usr/include/X11/X.h:189:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "SDL_TEXTEDITINGEVENT_TEXT_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:234:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "KeymapNotify", "ns": 0, "location": "/usr/include/X11/X.h:190:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "SDL_RWOPS_MEMORY_RO", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:47:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "GraphicsExpose", "ns": 0, "location": "/usr/include/X11/X.h:192:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "Expose", "ns": 0, "location": "/usr/include/X11/X.h:191:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "NoExpose", "ns": 0, "location": "/usr/include/X11/X.h:193:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "SDL_RWOPS_JNIFILE", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:45:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_RWOPS_MEMORY", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:46:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "CreateNotify", "ns": 0, "location": "/usr/include/X11/X.h:195:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_HAT_LEFTUP", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:862:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "_IO_EOF_SEEN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/types/struct_FILE.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_HAT_LEFTDOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:863:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "VisibilityNotify", "ns": 0, "location": "/usr/include/X11/X.h:194:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "DestroyNotify", "ns": 0, "location": "/usr/include/X11/X.h:196:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "UnmapNotify", "ns": 0, "location": "/usr/include/X11/X.h:197:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 18 }, +{ "tag": "const", "name": "MapNotify", "ns": 0, "location": "/usr/include/X11/X.h:198:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "ReparentNotify", "ns": 0, "location": "/usr/include/X11/X.h:200:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "MapRequest", "ns": 0, "location": "/usr/include/X11/X.h:199:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "ConfigureNotify", "ns": 0, "location": "/usr/include/X11/X.h:201:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "ConfigureRequest", "ns": 0, "location": "/usr/include/X11/X.h:202:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 23 }, +{ "tag": "const", "name": "GravityNotify", "ns": 0, "location": "/usr/include/X11/X.h:203:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "SDL_TEXTINPUTEVENT_TEXT_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:262:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "ResizeRequest", "ns": 0, "location": "/usr/include/X11/X.h:204:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 25 }, +{ "tag": "const", "name": "KeymapStateMask", "ns": 0, "location": "/usr/include/X11/X.h:165:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "ExposureMask", "ns": 0, "location": "/usr/include/X11/X.h:166:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "VisibilityChangeMask", "ns": 0, "location": "/usr/include/X11/X.h:167:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65536 }, +{ "tag": "const", "name": "StructureNotifyMask", "ns": 0, "location": "/usr/include/X11/X.h:168:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 131072 }, +{ "tag": "const", "name": "ResizeRedirectMask", "ns": 0, "location": "/usr/include/X11/X.h:169:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 262144 }, +{ "tag": "const", "name": "SubstructureNotifyMask", "ns": 0, "location": "/usr/include/X11/X.h:170:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 524288 }, +{ "tag": "const", "name": "SubstructureRedirectMask", "ns": 0, "location": "/usr/include/X11/X.h:171:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1048576 }, +{ "tag": "const", "name": "FocusChangeMask", "ns": 0, "location": "/usr/include/X11/X.h:172:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2097152 }, +{ "tag": "const", "name": "SDL_RWOPS_WINFILE", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:43:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PropertyChangeMask", "ns": 0, "location": "/usr/include/X11/X.h:173:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4194304 }, +{ "tag": "const", "name": "SDL_STANDARD_GRAVITY", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:103:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 9.806650e+00 }, +{ "tag": "const", "name": "SDL_RWOPS_STDFILE", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:44:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "ColormapChangeMask", "ns": 0, "location": "/usr/include/X11/X.h:174:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8388608 }, +{ "tag": "const", "name": "OwnerGrabButtonMask", "ns": 0, "location": "/usr/include/X11/X.h:175:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16777216 }, +{ "tag": "const", "name": "KeyPress", "ns": 0, "location": "/usr/include/X11/X.h:181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_RWOPS_UNKNOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:42:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "KeyRelease", "ns": 0, "location": "/usr/include/X11/X.h:182:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "ButtonPress", "ns": 0, "location": "/usr/include/X11/X.h:183:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "ButtonRelease", "ns": 0, "location": "/usr/include/X11/X.h:184:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "MotionNotify", "ns": 0, "location": "/usr/include/X11/X.h:185:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "EnterNotify", "ns": 0, "location": "/usr/include/X11/X.h:186:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "CirculateNotify", "ns": 0, "location": "/usr/include/X11/X.h:205:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 26 }, +{ "tag": "const", "name": "RW_SEEK_END", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:371:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "RW_SEEK_CUR", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:370:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "RW_SEEK_SET", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:369:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__returns_nonnull", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:399:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "M_PI", "ns": 0, "location": "/usr/include/math.h:1151:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 3.141593e+00 }, +{ "tag": "const", "name": "M_LN10", "ns": 0, "location": "/usr/include/math.h:1150:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.302585e+00 }, +{ "tag": "const", "name": "M_LN2", "ns": 0, "location": "/usr/include/math.h:1149:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 6.931472e-01 }, +{ "tag": "const", "name": "M_1_PI", "ns": 0, "location": "/usr/include/math.h:1154:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 3.183099e-01 }, +{ "tag": "const", "name": "M_PI_2", "ns": 0, "location": "/usr/include/math.h:1152:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.570796e+00 }, +{ "tag": "const", "name": "M_PI_4", "ns": 0, "location": "/usr/include/math.h:1153:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 7.853982e-01 }, +{ "tag": "const", "name": "M_2_SQRTPI", "ns": 0, "location": "/usr/include/math.h:1156:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.128379e+00 }, +{ "tag": "const", "name": "M_2_PI", "ns": 0, "location": "/usr/include/math.h:1155:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 6.366198e-01 }, +{ "tag": "const", "name": "M_SQRT1_2", "ns": 0, "location": "/usr/include/math.h:1158:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 7.071068e-01 }, +{ "tag": "const", "name": "M_SQRT2", "ns": 0, "location": "/usr/include/math.h:1157:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.414214e+00 }, +{ "tag": "const", "name": "MATH_ERRNO", "ns": 0, "location": "/usr/include/math.h:1035:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNo16", "ns": 0, "location": "/usr/include/inttypes.h:220:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ho" }, +{ "tag": "const", "name": "MATH_ERREXCEPT", "ns": 0, "location": "/usr/include/math.h:1036:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "math_errhandling", "ns": 0, "location": "/usr/include/math.h:1048:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "__attribute_deprecated__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:341:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "M_E", "ns": 0, "location": "/usr/include/math.h:1146:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.718282e+00 }, +{ "tag": "const", "name": "M_LOG10E", "ns": 0, "location": "/usr/include/math.h:1148:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 4.342945e-01 }, +{ "tag": "const", "name": "M_LOG2E", "ns": 0, "location": "/usr/include/math.h:1147:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.442695e+00 }, +{ "tag": "const", "name": "__attribute_used__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:332:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__attribute_noinline__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:333:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__attribute_maybe_unused__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:323:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__attribute_const__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:317:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "FP_NORMAL", "ns": 0, "location": "/usr/include/math.h:949:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "FP_SUBNORMAL", "ns": 0, "location": "/usr/include/math.h:946:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "__attribute_pure__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:310:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__FP_LOGB0_IS_MIN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/fp-logb.h:27:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "X_HAVE_UTF8_STRING", "ns": 0, "location": "/usr/include/X11/Xlib.h:70:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NAN", "ns": 0, "location": "/usr/include/math.h:103:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "nan" }, +{ "tag": "const", "name": "Status", "ns": 0, "location": "/usr/include/X11/Xlib.h:83:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__GLIBC_FLT_EVAL_METHOD", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/flt-eval-method.h:38:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "HUGE_VALL", "ns": 0, "location": "/usr/include/math.h:63:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "INF" }, +{ "tag": "const", "name": "Bool", "ns": 0, "location": "/usr/include/X11/Xlib.h:82:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "False", "ns": 0, "location": "/usr/include/X11/Xlib.h:85:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__attribute_malloc__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:283:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "INFINITY", "ns": 0, "location": "/usr/include/math.h:93:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "INF" }, +{ "tag": "const", "name": "HUGE_VAL", "ns": 0, "location": "/usr/include/math.h:55:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "INF" }, +{ "tag": "const", "name": "QueuedAfterReading", "ns": 0, "location": "/usr/include/X11/Xlib.h:88:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HUGE_VALF", "ns": 0, "location": "/usr/include/math.h:62:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "INF" }, +{ "tag": "const", "name": "QueuedAfterFlush", "ns": 0, "location": "/usr/include/X11/Xlib.h:89:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SCNdFAST8", "ns": 0, "location": "/usr/include/inttypes.h:181:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhd" }, +{ "tag": "const", "name": "SCNdFAST16", "ns": 0, "location": "/usr/include/inttypes.h:182:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "FP_FAST_FMAF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/fp-fast.h:32:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FP_FAST_FMA", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/fp-fast.h:28:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNdFAST32", "ns": 0, "location": "/usr/include/inttypes.h:183:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "True", "ns": 0, "location": "/usr/include/X11/Xlib.h:84:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNdFAST64", "ns": 0, "location": "/usr/include/inttypes.h:184:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SCNi8", "ns": 0, "location": "/usr/include/inttypes.h:187:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhi" }, +{ "tag": "const", "name": "SCNi16", "ns": 0, "location": "/usr/include/inttypes.h:188:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hi" }, +{ "tag": "const", "name": "SCNi32", "ns": 0, "location": "/usr/include/inttypes.h:189:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "QueuedAlready", "ns": 0, "location": "/usr/include/X11/Xlib.h:87:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FP_ILOGBNAN", "ns": 0, "location": "/usr/include/math.h:214:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "SCNi64", "ns": 0, "location": "/usr/include/inttypes.h:190:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "SCNiLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:192:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhi" }, +{ "tag": "const", "name": "SCNiLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:193:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hi" }, +{ "tag": "const", "name": "FP_ILOGB0", "ns": 0, "location": "/usr/include/math.h:209:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483647 }, +{ "tag": "const", "name": "__FP_LOGBNAN_IS_MIN", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/fp-logb.h:28:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PRIXPTR", "ns": 0, "location": "/usr/include/inttypes.h:165:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "SCNd8", "ns": 0, "location": "/usr/include/inttypes.h:171:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhd" }, +{ "tag": "const", "name": "SCNd16", "ns": 0, "location": "/usr/include/inttypes.h:172:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hd" }, +{ "tag": "const", "name": "SCNd32", "ns": 0, "location": "/usr/include/inttypes.h:173:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "__LONG_DOUBLE_MATH_OPTIONAL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/long-double.h:20:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNd64", "ns": 0, "location": "/usr/include/inttypes.h:174:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SCNdLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:176:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhd" }, +{ "tag": "const", "name": "SCNdLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:177:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hd" }, +{ "tag": "const", "name": "SCNdLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:178:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "SCNdLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:179:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SCNuLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:208:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhu" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:680:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_JOY_CONS" }, +{ "tag": "const", "name": "AllPlanes", "ns": 0, "location": "/usr/include/X11/Xlib.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "SCNuLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:209:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hu" }, +{ "tag": "const", "name": "FP_NAN", "ns": 0, "location": "/usr/include/math.h:937:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SCNuLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:210:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "FP_INFINITE", "ns": 0, "location": "/usr/include/math.h:940:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_VERTICAL_JOY_CONS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:700:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_VERTICAL_JOY_CONS" }, +{ "tag": "const", "name": "__restrict_arr", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:497:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SCNuLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:211:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "SCNuFAST16", "ns": 0, "location": "/usr/include/inttypes.h:214:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "__fortify_function", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:463:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SCNuFAST8", "ns": 0, "location": "/usr/include/inttypes.h:213:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhu" }, +{ "tag": "const", "name": "SCNuFAST32", "ns": 0, "location": "/usr/include/inttypes.h:215:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_COMBINE_JOY_CONS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:689:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_COMBINE_JOY_CONS" }, +{ "tag": "const", "name": "__extern_always_inline", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:458:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_NINTENDO_CLASSIC", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:722:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_NINTENDO_CLASSIC" }, +{ "tag": "const", "name": "SCNuFAST64", "ns": 0, "location": "/usr/include/inttypes.h:216:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "__extern_inline", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:457:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_SHIELD", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:733:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_SHIELD" }, +{ "tag": "const", "name": "SCNo8", "ns": 0, "location": "/usr/include/inttypes.h:219:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hho" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_LUNA", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:711:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_LUNA" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS3", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:747:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS3" }, +{ "tag": "const", "name": "SCNiLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:194:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "SCNiLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:195:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "__attribute_artificial__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:435:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SCNiFAST16", "ns": 0, "location": "/usr/include/inttypes.h:198:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "SCNiFAST8", "ns": 0, "location": "/usr/include/inttypes.h:197:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhi" }, +{ "tag": "const", "name": "FP_ZERO", "ns": 0, "location": "/usr/include/math.h:943:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SCNiFAST32", "ns": 0, "location": "/usr/include/inttypes.h:199:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "__always_inline", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:426:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SCNiFAST64", "ns": 0, "location": "/usr/include/inttypes.h:200:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "__attribute_warn_unused_result__", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:408:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SCNu8", "ns": 0, "location": "/usr/include/inttypes.h:203:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhu" }, +{ "tag": "const", "name": "SCNu32", "ns": 0, "location": "/usr/include/inttypes.h:205:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "SCNu16", "ns": 0, "location": "/usr/include/inttypes.h:204:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hu" }, +{ "tag": "const", "name": "SCNu64", "ns": 0, "location": "/usr/include/inttypes.h:206:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "__MATHCALL_NARROW_ARGS_3", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:1539:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__WORDSIZE_TIME64_COMPAT32", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/wordsize.h:5:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__CFLOAT64", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:160:13", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__CFLOAT32", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:149:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__WORDSIZE", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/wordsize.h:4:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "__CFLOAT32X", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:169:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__MATHCALL_NARROW_ARGS_2", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:1545:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__MATHCALL_NARROW_ARGS_1", "ns": 0, "location": "/tmp/tmp75WVSJEW-tmp.c:1546:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__HAVE_FLOAT128_UNLIKE_LDBL", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__HAVE_FLOATN_NOT_TYPEDEF", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:72:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "_ATFILE_SOURCE", "ns": 0, "location": "/usr/include/features.h:352:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USE_POSIX_IMPLICITLY", "ns": 0, "location": "/usr/include/features.h:286:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_POSIX_C_SOURCE", "ns": 0, "location": "/usr/include/features.h:291:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 200809 }, +{ "tag": "const", "name": "_POSIX_SOURCE", "ns": 0, "location": "/usr/include/features.h:289:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_SIZE_MAX", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:115:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 18446744073709551615 }, +{ "tag": "const", "name": "_DEFAULT_SOURCE", "ns": 0, "location": "/usr/include/features.h:237:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__HAVE_FLOAT32", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:35:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__HAVE_FLOAT64", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LDBL_HAS_SUBNORM", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:135:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "DBL_HAS_SUBNORM", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:134:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__HAVE_FLOAT32X", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GCTileStipXOrigin", "ns": 0, "location": "/usr/include/X11/X.h:576:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "GCStipple", "ns": 0, "location": "/usr/include/X11/X.h:575:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "GCFont", "ns": 0, "location": "/usr/include/X11/X.h:578:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "GCTileStipYOrigin", "ns": 0, "location": "/usr/include/X11/X.h:577:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "LDBL_TRUE_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:129:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 4.940656e-324 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT32X", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT64X", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "LDBL_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:124:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.004168e-292 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT128X", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DBL_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:123:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.225074e-308 }, +{ "tag": "const", "name": "DBL_TRUE_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:128:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 4.940656e-324 }, +{ "tag": "const", "name": "FLT_TRUE_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:127:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.401298e-45 }, +{ "tag": "const", "name": "FLT_HAS_SUBNORM", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:133:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__HAVE_FLOAT128X", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "LDBL_DECIMAL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:132:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT16", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DBL_DECIMAL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:131:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT32", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FLT_DECIMAL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:130:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT64", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/bits/floatn-common.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FLT_MAX", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:114:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 3.402823e+38 }, +{ "tag": "const", "name": "DBL_MAX", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:115:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.797693e+308 }, +{ "tag": "const", "name": "DBL_MAX_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 308 }, +{ "tag": "const", "name": "ArcChord", "ns": 0, "location": "/usr/include/X11/X.h:558:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "ArcPieSlice", "ns": 0, "location": "/usr/include/X11/X.h:559:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LDBL_MAX_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:112:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 308 }, +{ "tag": "const", "name": "LDBL_EPSILON", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:120:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 4.940656e-324 }, +{ "tag": "const", "name": "YXBanded", "ns": 0, "location": "/usr/include/X11/X.h:543:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "__glibc_c99_flexarr_available", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:219:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FLT_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:122:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.175494e-38 }, +{ "tag": "const", "name": "FLT_EPSILON", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:118:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.192093e-07 }, +{ "tag": "const", "name": "CoordModeOrigin", "ns": 0, "location": "/usr/include/X11/X.h:547:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "CoordModePrevious", "ns": 0, "location": "/usr/include/X11/X.h:548:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LDBL_MAX", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:116:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.797693e+308 }, +{ "tag": "const", "name": "DBL_EPSILON", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:119:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.220446e-16 }, +{ "tag": "const", "name": "FLT_MIN_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:102:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -37 }, +{ "tag": "const", "name": "Nonconvex", "ns": 0, "location": "/usr/include/X11/X.h:553:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Complex", "ns": 0, "location": "/usr/include/X11/X.h:552:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DBL_MIN_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:103:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -307 }, +{ "tag": "const", "name": "Convex", "ns": 0, "location": "/usr/include/X11/X.h:554:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GCCapStyle", "ns": 0, "location": "/usr/include/X11/X.h:570:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "__flexarr", "ns": 0, "location": "/usr/include/powerpc64-linux-gnu/sys/cdefs.h:218:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "FLT_MIN_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:98:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -125 }, +{ "tag": "const", "name": "LDBL_MIN_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:100:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -968 }, +{ "tag": "const", "name": "GCFillStyle", "ns": 0, "location": "/usr/include/X11/X.h:572:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "GCPlaneMask", "ns": 0, "location": "/usr/include/X11/X.h:565:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "DBL_MAX_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:107:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "DBL_MIN_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1021 }, +{ "tag": "const", "name": "LDBL_MAX_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:108:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "FLT_MAX_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 38 }, +{ "tag": "const", "name": "GCLineWidth", "ns": 0, "location": "/usr/include/X11/X.h:568:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "LDBL_MIN_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:104:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -291 }, +{ "tag": "const", "name": "GCJoinStyle", "ns": 0, "location": "/usr/include/X11/X.h:571:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "GCFillRule", "ns": 0, "location": "/usr/include/X11/X.h:573:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "GCLineStyle", "ns": 0, "location": "/usr/include/X11/X.h:569:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "MB_CUR_MAX", "ns": 0, "location": "/usr/include/stdlib.h:97:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "FLT_MANT_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:86:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "FLT_ROUNDS", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:83:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "DBL_MANT_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:87:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 53 }, +{ "tag": "const", "name": "FLT_RADIX", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:84:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "FillSolid", "ns": 0, "location": "/usr/include/X11/X.h:523:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DBL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:95:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "FillTiled", "ns": 0, "location": "/usr/include/X11/X.h:524:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "RAND_MAX", "ns": 0, "location": "/usr/include/stdlib.h:87:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "LDBL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:96:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "EXIT_FAILURE", "ns": 0, "location": "/usr/include/stdlib.h:92:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "EXIT_SUCCESS", "ns": 0, "location": "/usr/include/stdlib.h:93:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DECIMAL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:91:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "CapNotLast", "ns": 0, "location": "/usr/include/X11/X.h:510:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FillStippled", "ns": 0, "location": "/usr/include/X11/X.h:525:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "FLT_EVAL_METHOD", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:82:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "ClipByChildren", "ns": 0, "location": "/usr/include/X11/X.h:535:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 } +] diff --git a/src/spec/SDL2.powerpc64le-pc-linux-gnu.spec b/src/spec/SDL2.powerpc64le-pc-linux-gnu.spec new file mode 100644 index 0000000..054dd30 --- /dev/null +++ b/src/spec/SDL2.powerpc64le-pc-linux-gnu.spec @@ -0,0 +1,4966 @@ +[ +{ "tag": "function", "name": "SDL_GetPlatform", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/SDL_platform.h:225:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "__u_char", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:31:23", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "__u_short", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:32:28", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__u_int", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:33:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__u_long", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:34:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__int8_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:37:21", "type": { "tag": ":signed-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "__uint8_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:38:23", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "__int16_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:39:26", "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__uint16_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:40:28", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__int32_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:41:20", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__uint32_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:42:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__int64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:44:25", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__uint64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:45:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__int_least8_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:52:18", "type": { "tag": "__int8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__uint_least8_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:53:19", "type": { "tag": "__uint8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__int_least16_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:54:19", "type": { "tag": "__int16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__uint_least16_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:55:20", "type": { "tag": "__uint16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__int_least32_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:56:19", "type": { "tag": "__int32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__uint_least32_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:57:20", "type": { "tag": "__uint32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__int_least64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:58:19", "type": { "tag": "__int64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__uint_least64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:59:20", "type": { "tag": "__uint64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__quad_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:63:18", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__u_quad_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:64:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__intmax_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:72:18", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__uintmax_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:73:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__dev_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:145:25", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__uid_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:146:25", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__gid_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:147:25", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__ino_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:148:25", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__ino64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:149:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__mode_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:150:26", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__nlink_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:151:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__off_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:152:25", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__off64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:153:27", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__pid_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:154:25", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsid_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:155:26", "type": { "tag": "struct", "ns": 32767, "name": "", "id": 1, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:155:12 ", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__val", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 2 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "__clock_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:156:27", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__rlim_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:157:26", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__rlim64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:158:28", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__id_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:159:24", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__time_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:160:26", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__useconds_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:161:30", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__suseconds_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:162:31", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__suseconds64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:163:33", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__daddr_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:165:27", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__key_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:166:25", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__clockid_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:169:29", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__timer_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:172:27", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "typedef", "ns": 0, "name": "__blksize_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:175:29", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__blkcnt_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:180:28", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__blkcnt64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:181:30", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsblkcnt_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:184:30", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsblkcnt64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:185:32", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsfilcnt_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:188:30", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsfilcnt64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:189:32", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__fsword_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:192:28", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__ssize_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:194:27", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__syscall_slong_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:197:33", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__syscall_ulong_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:199:33", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__loff_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:203:19", "type": { "tag": "__off64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__caddr_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:204:15", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "__intptr_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:207:25", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__socklen_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:210:23", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__sig_atomic_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:215:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "u_char", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:33:18", "type": { "tag": "__u_char" } }, +{ "tag": "typedef", "ns": 0, "name": "u_short", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:34:19", "type": { "tag": "__u_short" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:35:17", "type": { "tag": "__u_int" } }, +{ "tag": "typedef", "ns": 0, "name": "u_long", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:36:18", "type": { "tag": "__u_long" } }, +{ "tag": "typedef", "ns": 0, "name": "quad_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:37:18", "type": { "tag": "__quad_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_quad_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:38:20", "type": { "tag": "__u_quad_t" } }, +{ "tag": "typedef", "ns": 0, "name": "fsid_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:39:18", "type": { "tag": "__fsid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "loff_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:42:18", "type": { "tag": "__loff_t" } }, +{ "tag": "typedef", "ns": 0, "name": "ino_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:47:17", "type": { "tag": "__ino_t" } }, +{ "tag": "typedef", "ns": 0, "name": "dev_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:59:17", "type": { "tag": "__dev_t" } }, +{ "tag": "typedef", "ns": 0, "name": "gid_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:64:17", "type": { "tag": "__gid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "mode_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:69:18", "type": { "tag": "__mode_t" } }, +{ "tag": "typedef", "ns": 0, "name": "nlink_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:74:19", "type": { "tag": "__nlink_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uid_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:79:17", "type": { "tag": "__uid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "off_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:85:17", "type": { "tag": "__off_t" } }, +{ "tag": "typedef", "ns": 0, "name": "pid_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:97:17", "type": { "tag": "__pid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "id_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:103:16", "type": { "tag": "__id_t" } }, +{ "tag": "typedef", "ns": 0, "name": "ssize_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:108:19", "type": { "tag": "__ssize_t" } }, +{ "tag": "typedef", "ns": 0, "name": "daddr_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:114:19", "type": { "tag": "__daddr_t" } }, +{ "tag": "typedef", "ns": 0, "name": "caddr_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:115:19", "type": { "tag": "__caddr_t" } }, +{ "tag": "typedef", "ns": 0, "name": "key_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:121:17", "type": { "tag": "__key_t" } }, +{ "tag": "typedef", "ns": 0, "name": "clock_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/clock_t.h:7:19", "type": { "tag": "__clock_t" } }, +{ "tag": "typedef", "ns": 0, "name": "clockid_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/clockid_t.h:7:21", "type": { "tag": "__clockid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "time_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/time_t.h:7:18", "type": { "tag": "__time_t" } }, +{ "tag": "typedef", "ns": 0, "name": "timer_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/timer_t.h:7:19", "type": { "tag": "__timer_t" } }, +{ "tag": "typedef", "ns": 0, "name": "size_t", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stddef.h:46:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "ulong", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:148:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "ushort", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:149:28", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "uint", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:150:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "int8_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-intn.h:24:18", "type": { "tag": "__int8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int16_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-intn.h:25:19", "type": { "tag": "__int16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int32_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-intn.h:26:19", "type": { "tag": "__int32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-intn.h:27:19", "type": { "tag": "__int64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int8_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:158:19", "type": { "tag": "__uint8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int16_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:159:20", "type": { "tag": "__uint16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int32_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:160:20", "type": { "tag": "__uint32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "u_int64_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:161:20", "type": { "tag": "__uint64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "register_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:166:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__bswap_16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/byteswap.h:34:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__bsx", "type": { "tag": "__uint16_t" } }], "return-type": { "tag": "__uint16_t" } }, +{ "tag": "function", "name": "__bswap_32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/byteswap.h:49:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__bsx", "type": { "tag": "__uint32_t" } }], "return-type": { "tag": "__uint32_t" } }, +{ "tag": "function", "name": "__bswap_64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/byteswap.h:70:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__bsx", "type": { "tag": "__uint64_t" } }], "return-type": { "tag": "__uint64_t" } }, +{ "tag": "function", "name": "__uint16_identity", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/uintn-identity.h:33:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": "__uint16_t" } }], "return-type": { "tag": "__uint16_t" } }, +{ "tag": "function", "name": "__uint32_identity", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/uintn-identity.h:39:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": "__uint32_t" } }], "return-type": { "tag": "__uint32_t" } }, +{ "tag": "function", "name": "__uint64_identity", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/uintn-identity.h:45:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": "__uint64_t" } }], "return-type": { "tag": "__uint64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__sigset_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__sigset_t.h:8:3", "type": { "tag": "struct", "ns": 2, "name": "", "id": 2, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__sigset_t.h:5:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__val", "bit-offset": 0, "bit-size": 1024, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "size": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "sigset_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigset_t.h:7:20", "type": { "tag": "__sigset_t" } }, +{ "tag": "struct", "ns": 0, "name": "timeval", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_timeval.h:8:8", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "tv_sec", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__time_t" } }, { "tag": "field", "name": "tv_usec", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__suseconds_t" } }] }, +{ "tag": "struct", "ns": 0, "name": "timespec", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_timespec.h:10:8", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "tv_sec", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__time_t" } }, { "tag": "field", "name": "tv_nsec", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__syscall_slong_t" } }] }, +{ "tag": "typedef", "ns": 0, "name": "suseconds_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:43:23", "type": { "tag": "__suseconds_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__fd_mask", "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:49:18", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "fd_set", "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:70:5", "type": { "tag": "struct", "ns": 0, "name": "", "id": 3, "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:59:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__fds_bits", "bit-offset": 0, "bit-size": 1024, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": "__fd_mask" }, "size": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "fd_mask", "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:77:19", "type": { "tag": "__fd_mask" } }, +{ "tag": "function", "name": "select", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:101:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nfds", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__readfds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__writefds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__exceptfds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__timeout", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "timeval", "id": 4 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "pselect", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:113:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nfds", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__readfds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__writefds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__exceptfds", "type": { "tag": ":pointer", "type": { "tag": "fd_set" } } }, { "tag": "parameter", "name": "__timeout", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "timespec", "id": 5 } } }, { "tag": "parameter", "name": "__sigmask", "type": { "tag": ":pointer", "type": { "tag": "__sigset_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "blksize_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:185:21", "type": { "tag": "__blksize_t" } }, +{ "tag": "typedef", "ns": 0, "name": "blkcnt_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:192:20", "type": { "tag": "__blkcnt_t" } }, +{ "tag": "typedef", "ns": 0, "name": "fsblkcnt_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:196:22", "type": { "tag": "__fsblkcnt_t" } }, +{ "tag": "typedef", "ns": 0, "name": "fsfilcnt_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:200:22", "type": { "tag": "__fsfilcnt_t" } }, +{ "tag": "struct", "ns": 0, "name": "__pthread_internal_list", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:49:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__prev", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "__pthread_internal_list", "id": 6 } } }, { "tag": "field", "name": "__next", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "__pthread_internal_list", "id": 6 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "__pthread_list_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:53:3", "type": { "tag": ":struct", "name": "__pthread_internal_list", "id": 6 } }, +{ "tag": "struct", "ns": 0, "name": "__pthread_internal_slist", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:55:16", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__next", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "__pthread_internal_slist", "id": 7 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "__pthread_slist_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:58:3", "type": { "tag": ":struct", "name": "__pthread_internal_slist", "id": 7 } }, +{ "tag": "struct", "ns": 0, "name": "__pthread_mutex_s", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/struct_mutex.h:22:8", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__lock", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__count", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__owner", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__nusers", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__kind", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__spins", "bit-offset": 160, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "__elision", "bit-offset": 176, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "__list", "bit-offset": 192, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "__pthread_list_t" } }] }, +{ "tag": "struct", "ns": 0, "name": "__pthread_rwlock_arch_t", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/struct_rwlock.h:23:8", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__readers", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__writers", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__wrphase_futex", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__writers_futex", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__pad3", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__pad4", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__cur_writer", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__shared", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__rwelision", "bit-offset": 256, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "__pad1", "bit-offset": 264, "bit-size": 56, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 }, "size": 7 } }, { "tag": "field", "name": "__pad2", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "__flags", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "struct", "ns": 0, "name": "__pthread_cond_s", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:92:8", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 8, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:94:17", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__wseq", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "__wseq32", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "struct", "ns": 0, "name": "", "id": 9, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:97:5", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__low", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__high", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }] } }] } }, { "tag": "field", "name": "", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 10, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:103:17", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__g1_start", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "__g1_start32", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "struct", "ns": 0, "name": "", "id": 11, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:106:5", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__low", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__high", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }] } }] } }, { "tag": "field", "name": "__g_refs", "bit-offset": 128, "bit-size": 64, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 }, "size": 2 } }, { "tag": "field", "name": "__g_size", "bit-offset": 192, "bit-size": 64, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 }, "size": 2 } }, { "tag": "field", "name": "__g1_orig_size", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__wrefs", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__g_signals", "bit-offset": 320, "bit-size": 64, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 }, "size": 2 } }] }, +{ "tag": "typedef", "ns": 0, "name": "__tss_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:119:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__thrd_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:120:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__once_flag", "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:125:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 12, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:122:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__data", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:27:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_mutexattr_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:36:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 13, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:32:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 4 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_condattr_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:45:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 14, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:41:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 4 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_key_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:49:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_once_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:53:30", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "union", "ns": 0, "name": "pthread_attr_t", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:56:7", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 448, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 56 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] }, +{ "tag": "typedef", "ns": 0, "name": "pthread_attr_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:62:30", "type": { "tag": ":union", "name": "pthread_attr_t", "id": 15 } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_mutex_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:72:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 16, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:67:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__data", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": ":struct", "name": "__pthread_mutex_s", "id": 17 } }, { "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 320, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 40 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_cond_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:80:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 18, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:75:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__data", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": ":struct", "name": "__pthread_cond_s", "id": 19 } }, { "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 384, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 48 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_rwlock_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:91:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 20, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:86:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__data", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": ":struct", "name": "__pthread_rwlock_arch_t", "id": 21 } }, { "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 448, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 56 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_rwlockattr_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:97:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 22, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:93:9", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 64, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 8 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_spinlock_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:103:22", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_barrier_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:112:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 23, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:108:9", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "pthread_barrierattr_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:118:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 24, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:114:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__size", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 4 } }, { "tag": "field", "name": "__align", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "va_list", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stdarg.h:14:27", "type": { "tag": "__builtin_va_list" } }, +{ "tag": "typedef", "ns": 0, "name": "__gnuc_va_list", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stdarg.h:32:27", "type": { "tag": "__builtin_va_list" } }, +{ "tag": "typedef", "ns": 0, "name": "__mbstate_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__mbstate_t.h:21:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 25, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__mbstate_t.h:13:9", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__count", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__value", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "union", "ns": 0, "name": "", "id": 26, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__mbstate_t.h:16:3", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "__wch", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__wchb", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 4 } }] } }] } }, +{ "tag": "struct", "ns": 0, "name": "_G_fpos_t", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__fpos_t.h:10:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__pos", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__off_t" } }, { "tag": "field", "name": "__state", "bit-offset": 64, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "__mbstate_t" } }] }, +{ "tag": "typedef", "ns": 0, "name": "__fpos_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__fpos_t.h:14:3", "type": { "tag": ":struct", "name": "_G_fpos_t", "id": 27 } }, +{ "tag": "struct", "ns": 0, "name": "_G_fpos64_t", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__fpos64_t.h:10:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__pos", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__off64_t" } }, { "tag": "field", "name": "__state", "bit-offset": 64, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "__mbstate_t" } }] }, +{ "tag": "typedef", "ns": 0, "name": "__fpos64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__fpos64_t.h:14:3", "type": { "tag": ":struct", "name": "_G_fpos64_t", "id": 28 } }, +{ "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__FILE.h:4:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "__FILE", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__FILE.h:5:25", "type": { "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__FILE.h:4:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/FILE.h:4:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "FILE", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/FILE.h:7:25", "type": { "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__FILE.h:4:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:35:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 0, "name": "_IO_marker", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:36:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 0, "name": "_IO_codecvt", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:37:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 0, "name": "_IO_wide_data", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:38:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "_IO_lock_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:43:14", "type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "_IO_FILE", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:49:8", "bit-size": 1728, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "_flags", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_IO_read_ptr", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_read_end", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_read_base", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_write_base", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_write_ptr", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_write_end", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_buf_base", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_buf_end", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_save_base", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_backup_base", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_IO_save_end", "bit-offset": 704, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "_markers", "bit-offset": 768, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_IO_marker", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:36:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "_chain", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "_IO_FILE", "id": 31 } } }, { "tag": "field", "name": "_fileno", "bit-offset": 896, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_flags2", "bit-offset": 928, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_old_offset", "bit-offset": 960, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__off_t" } }, { "tag": "field", "name": "_cur_column", "bit-offset": 1024, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "_vtable_offset", "bit-offset": 1040, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":signed-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "_shortbuf", "bit-offset": 1048, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 1 } }, { "tag": "field", "name": "_lock", "bit-offset": 1088, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "_offset", "bit-offset": 1152, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__off64_t" } }, { "tag": "field", "name": "_codecvt", "bit-offset": 1216, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_IO_codecvt", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:37:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "_wide_data", "bit-offset": 1280, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_IO_wide_data", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:38:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "_freeres_list", "bit-offset": 1344, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "_IO_FILE", "id": 31 } } }, { "tag": "field", "name": "_freeres_buf", "bit-offset": 1408, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "__pad5", "bit-offset": 1472, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "size_t" } }, { "tag": "field", "name": "_mode", "bit-offset": 1536, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_unused2", "bit-offset": 1568, "bit-size": 160, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 20 } }] }, +{ "tag": "typedef", "ns": 0, "name": "fpos_t", "location": "/usr/include/stdio.h:84:18", "type": { "tag": "__fpos_t" } }, +{ "tag": "extern", "name": "stdin", "ns": 0, "location": "/usr/include/stdio.h:137:14", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "extern", "name": "stdout", "ns": 0, "location": "/usr/include/stdio.h:138:14", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "extern", "name": "stderr", "ns": 0, "location": "/usr/include/stdio.h:139:14", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "remove", "ns": 0, "location": "/usr/include/stdio.h:146:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__filename", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "rename", "ns": 0, "location": "/usr/include/stdio.h:148:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__old", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__new", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "renameat", "ns": 0, "location": "/usr/include/stdio.h:152:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__oldfd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__old", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__newfd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__new", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tmpfile", "ns": 0, "location": "/usr/include/stdio.h:173:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "tmpnam", "ns": 0, "location": "/usr/include/stdio.h:187:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "tmpnam_r", "ns": 0, "location": "/usr/include/stdio.h:192:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "tempnam", "ns": 0, "location": "/usr/include/stdio.h:204:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dir", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__pfx", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "fclose", "ns": 0, "location": "/usr/include/stdio.h:213:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fflush", "ns": 0, "location": "/usr/include/stdio.h:218:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fflush_unlocked", "ns": 0, "location": "/usr/include/stdio.h:227:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fopen", "ns": 0, "location": "/usr/include/stdio.h:246:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__filename", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "freopen", "ns": 0, "location": "/usr/include/stdio.h:252:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__filename", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "fdopen", "ns": 0, "location": "/usr/include/stdio.h:279:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__fd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "fmemopen", "ns": 0, "location": "/usr/include/stdio.h:292:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "open_memstream", "ns": 0, "location": "/usr/include/stdio.h:298:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__bufloc", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__sizeloc", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "setbuf", "ns": 0, "location": "/usr/include/stdio.h:304:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "setvbuf", "ns": 0, "location": "/usr/include/stdio.h:308:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "setbuffer", "ns": 0, "location": "/usr/include/stdio.h:314:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "setlinebuf", "ns": 0, "location": "/usr/include/stdio.h:318:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "fprintf", "ns": 0, "location": "/usr/include/stdio.h:326:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "printf", "ns": 0, "location": "/usr/include/stdio.h:332:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sprintf", "ns": 0, "location": "/usr/include/stdio.h:334:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfprintf", "ns": 0, "location": "/usr/include/stdio.h:341:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vprintf", "ns": 0, "location": "/usr/include/stdio.h:347:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vsprintf", "ns": 0, "location": "/usr/include/stdio.h:349:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "snprintf", "ns": 0, "location": "/usr/include/stdio.h:354:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__maxlen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vsnprintf", "ns": 0, "location": "/usr/include/stdio.h:358:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__maxlen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vdprintf", "ns": 0, "location": "/usr/include/stdio.h:379:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__fd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "dprintf", "ns": 0, "location": "/usr/include/stdio.h:382:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__fd", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fscanf", "ns": 0, "location": "/usr/include/stdio.h:391:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scanf", "ns": 0, "location": "/usr/include/stdio.h:397:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sscanf", "ns": 0, "location": "/usr/include/stdio.h:399:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "_Float32", "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:214:15", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "_Float64", "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:251:16", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "_Float32x", "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:268:16", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__isoc99_fscanf", "ns": 0, "location": "/usr/include/stdio.h:419:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_scanf", "ns": 0, "location": "/usr/include/stdio.h:421:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_sscanf", "ns": 0, "location": "/usr/include/stdio.h:422:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfscanf", "ns": 0, "location": "/usr/include/stdio.h:435:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vscanf", "ns": 0, "location": "/usr/include/stdio.h:443:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vsscanf", "ns": 0, "location": "/usr/include/stdio.h:447:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_vfscanf", "ns": 0, "location": "/usr/include/stdio.h:469:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_vscanf", "ns": 0, "location": "/usr/include/stdio.h:472:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_vsscanf", "ns": 0, "location": "/usr/include/stdio.h:474:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fgetc", "ns": 0, "location": "/usr/include/stdio.h:489:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getc", "ns": 0, "location": "/usr/include/stdio.h:490:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getchar", "ns": 0, "location": "/usr/include/stdio.h:496:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getc_unlocked", "ns": 0, "location": "/usr/include/stdio.h:503:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getchar_unlocked", "ns": 0, "location": "/usr/include/stdio.h:504:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fgetc_unlocked", "ns": 0, "location": "/usr/include/stdio.h:514:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fputc", "ns": 0, "location": "/usr/include/stdio.h:525:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putc", "ns": 0, "location": "/usr/include/stdio.h:526:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putchar", "ns": 0, "location": "/usr/include/stdio.h:532:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fputc_unlocked", "ns": 0, "location": "/usr/include/stdio.h:541:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putc_unlocked", "ns": 0, "location": "/usr/include/stdio.h:549:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putchar_unlocked", "ns": 0, "location": "/usr/include/stdio.h:550:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getw", "ns": 0, "location": "/usr/include/stdio.h:557:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "putw", "ns": 0, "location": "/usr/include/stdio.h:560:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fgets", "ns": 0, "location": "/usr/include/stdio.h:568:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "__getdelim", "ns": 0, "location": "/usr/include/stdio.h:608:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__lineptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "__delimiter", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "__ssize_t" } }, +{ "tag": "function", "name": "getdelim", "ns": 0, "location": "/usr/include/stdio.h:611:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__lineptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "__delimiter", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "__ssize_t" } }, +{ "tag": "function", "name": "getline", "ns": 0, "location": "/usr/include/stdio.h:621:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__lineptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "__ssize_t" } }, +{ "tag": "function", "name": "fputs", "ns": 0, "location": "/usr/include/stdio.h:631:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "puts", "ns": 0, "location": "/usr/include/stdio.h:637:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ungetc", "ns": 0, "location": "/usr/include/stdio.h:644:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fread", "ns": 0, "location": "/usr/include/stdio.h:651:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fwrite", "ns": 0, "location": "/usr/include/stdio.h:657:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fread_unlocked", "ns": 0, "location": "/usr/include/stdio.h:678:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "fwrite_unlocked", "ns": 0, "location": "/usr/include/stdio.h:680:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "fseek", "ns": 0, "location": "/usr/include/stdio.h:689:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__off", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__whence", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ftell", "ns": 0, "location": "/usr/include/stdio.h:694:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "rewind", "ns": 0, "location": "/usr/include/stdio.h:699:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "fseeko", "ns": 0, "location": "/usr/include/stdio.h:712:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__off", "type": { "tag": "__off_t" } }, { "tag": "parameter", "name": "__whence", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ftello", "ns": 0, "location": "/usr/include/stdio.h:717:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": "__off_t" } }, +{ "tag": "function", "name": "fgetpos", "ns": 0, "location": "/usr/include/stdio.h:736:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__pos", "type": { "tag": ":pointer", "type": { "tag": "fpos_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fsetpos", "ns": 0, "location": "/usr/include/stdio.h:741:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "__pos", "type": { "tag": ":pointer", "type": { "tag": "fpos_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "clearerr", "ns": 0, "location": "/usr/include/stdio.h:762:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "feof", "ns": 0, "location": "/usr/include/stdio.h:764:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ferror", "ns": 0, "location": "/usr/include/stdio.h:766:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "clearerr_unlocked", "ns": 0, "location": "/usr/include/stdio.h:770:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "feof_unlocked", "ns": 0, "location": "/usr/include/stdio.h:771:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ferror_unlocked", "ns": 0, "location": "/usr/include/stdio.h:772:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "perror", "ns": 0, "location": "/usr/include/stdio.h:780:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "fileno", "ns": 0, "location": "/usr/include/stdio.h:785:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fileno_unlocked", "ns": 0, "location": "/usr/include/stdio.h:790:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "popen", "ns": 0, "location": "/usr/include/stdio.h:799:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__command", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__modes", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, +{ "tag": "function", "name": "pclose", "ns": 0, "location": "/usr/include/stdio.h:805:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ctermid", "ns": 0, "location": "/usr/include/stdio.h:811:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "flockfile", "ns": 0, "location": "/usr/include/stdio.h:839:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "ftrylockfile", "ns": 0, "location": "/usr/include/stdio.h:843:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "funlockfile", "ns": 0, "location": "/usr/include/stdio.h:846:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "__uflow", "ns": 0, "location": "/usr/include/stdio.h:857:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__overflow", "ns": 0, "location": "/usr/include/stdio.h:858:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "wchar_t", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stddef.h:74:24", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 34, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:52:9", "fields": [{ "tag": "field", "name": "P_ALL", "value": 0 }, { "tag": "field", "name": "P_PID", "value": 1 }, { "tag": "field", "name": "P_PGID", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "idtype_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:57:3", "type": { "tag": ":enum", "name": "", "id": 34 } }, +{ "tag": "typedef", "ns": 0, "name": "div_t", "location": "/usr/include/stdlib.h:62:5", "type": { "tag": "struct", "ns": 0, "name": "", "id": 35, "location": "/usr/include/stdlib.h:58:9", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "quot", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "rem", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "ldiv_t", "location": "/usr/include/stdlib.h:70:5", "type": { "tag": "struct", "ns": 1916, "name": "", "id": 36, "location": "/usr/include/stdlib.h:66:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "quot", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "rem", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "lldiv_t", "location": "/usr/include/stdlib.h:80:5", "type": { "tag": "struct", "ns": 0, "name": "", "id": 37, "location": "/usr/include/stdlib.h:76:23", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "quot", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "rem", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "function", "name": "__ctype_get_mb_cur_max", "ns": 0, "location": "/usr/include/stdlib.h:97:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "atof", "ns": 0, "location": "/usr/include/stdlib.h:101:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atoi", "ns": 0, "location": "/usr/include/stdlib.h:104:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "atol", "ns": 0, "location": "/usr/include/stdlib.h:107:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atoll", "ns": 0, "location": "/usr/include/stdlib.h:112:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtod", "ns": 0, "location": "/usr/include/stdlib.h:117:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtof", "ns": 0, "location": "/usr/include/stdlib.h:123:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strtold", "ns": 0, "location": "/usr/include/stdlib.h:126:20", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "strtol", "ns": 0, "location": "/usr/include/stdlib.h:176:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtoul", "ns": 0, "location": "/usr/include/stdlib.h:180:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtoq", "ns": 0, "location": "/usr/include/stdlib.h:187:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtouq", "ns": 0, "location": "/usr/include/stdlib.h:192:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtoll", "ns": 0, "location": "/usr/include/stdlib.h:200:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strtoull", "ns": 0, "location": "/usr/include/stdlib.h:205:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "l64a", "ns": 0, "location": "/usr/include/stdlib.h:385:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "a64l", "ns": 0, "location": "/usr/include/stdlib.h:388:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "random", "ns": 0, "location": "/usr/include/stdlib.h:401:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "srandom", "ns": 0, "location": "/usr/include/stdlib.h:404:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "initstate", "ns": 0, "location": "/usr/include/stdlib.h:410:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__statebuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__statelen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "setstate", "ns": 0, "location": "/usr/include/stdlib.h:415:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__statebuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "struct", "ns": 0, "name": "random_data", "id": 0, "location": "/usr/include/stdlib.h:423:8", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "fptr", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }, { "tag": "field", "name": "rptr", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }, { "tag": "field", "name": "state", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }, { "tag": "field", "name": "rand_type", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "rand_deg", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "rand_sep", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "end_ptr", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }] }, +{ "tag": "function", "name": "random_r", "ns": 0, "location": "/usr/include/stdlib.h:434:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "random_data", "id": 38 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": "int32_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "srandom_r", "ns": 0, "location": "/usr/include/stdlib.h:437:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "random_data", "id": 38 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "initstate_r", "ns": 0, "location": "/usr/include/stdlib.h:440:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__statebuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__statelen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "random_data", "id": 38 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "setstate_r", "ns": 0, "location": "/usr/include/stdlib.h:445:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__statebuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "random_data", "id": 38 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "rand", "ns": 0, "location": "/usr/include/stdlib.h:453:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "srand", "ns": 0, "location": "/usr/include/stdlib.h:455:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "rand_r", "ns": 0, "location": "/usr/include/stdlib.h:459:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "drand48", "ns": 0, "location": "/usr/include/stdlib.h:467:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "erand48", "ns": 0, "location": "/usr/include/stdlib.h:468:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lrand48", "ns": 0, "location": "/usr/include/stdlib.h:471:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nrand48", "ns": 0, "location": "/usr/include/stdlib.h:472:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "mrand48", "ns": 0, "location": "/usr/include/stdlib.h:476:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "jrand48", "ns": 0, "location": "/usr/include/stdlib.h:477:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "srand48", "ns": 0, "location": "/usr/include/stdlib.h:481:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seedval", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "seed48", "ns": 0, "location": "/usr/include/stdlib.h:482:28", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed16v", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } } }, +{ "tag": "function", "name": "lcong48", "ns": 0, "location": "/usr/include/stdlib.h:484:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__param", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 7 } }], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "drand48_data", "id": 0, "location": "/usr/include/stdlib.h:490:8", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__x", "bit-offset": 0, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "field", "name": "__old_x", "bit-offset": 48, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "field", "name": "__c", "bit-offset": 96, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "__init", "bit-offset": 112, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "__a", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }] }, +{ "tag": "function", "name": "drand48_r", "ns": 0, "location": "/usr/include/stdlib.h:501:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 39 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "erand48_r", "ns": 0, "location": "/usr/include/stdlib.h:503:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 39 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lrand48_r", "ns": 0, "location": "/usr/include/stdlib.h:508:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 39 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nrand48_r", "ns": 0, "location": "/usr/include/stdlib.h:511:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 39 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mrand48_r", "ns": 0, "location": "/usr/include/stdlib.h:517:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 39 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "jrand48_r", "ns": 0, "location": "/usr/include/stdlib.h:520:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__xsubi", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 39 } } }, { "tag": "parameter", "name": "__result", "type": { "tag": ":pointer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "srand48_r", "ns": 0, "location": "/usr/include/stdlib.h:526:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seedval", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 39 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "seed48_r", "ns": 0, "location": "/usr/include/stdlib.h:529:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__seed16v", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 3 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 39 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lcong48_r", "ns": 0, "location": "/usr/include/stdlib.h:532:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__param", "type": { "tag": ":array", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 }, "size": 7 } }, { "tag": "parameter", "name": "__buffer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "drand48_data", "id": 39 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "malloc", "ns": 0, "location": "/usr/include/stdlib.h:539:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "calloc", "ns": 0, "location": "/usr/include/stdlib.h:542:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "realloc", "ns": 0, "location": "/usr/include/stdlib.h:550:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "reallocarray", "ns": 0, "location": "/usr/include/stdlib.h:559:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "free", "ns": 0, "location": "/usr/include/stdlib.h:565:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "alloca", "ns": 0, "location": "/usr/include/alloca.h:32:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "valloc", "ns": 0, "location": "/usr/include/stdlib.h:574:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "posix_memalign", "ns": 0, "location": "/usr/include/stdlib.h:580:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__memptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }, { "tag": "parameter", "name": "__alignment", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "aligned_alloc", "ns": 0, "location": "/usr/include/stdlib.h:586:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__alignment", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "abort", "ns": 0, "location": "/usr/include/stdlib.h:591:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "atexit", "ns": 0, "location": "/usr/include/stdlib.h:595:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__func", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "at_quick_exit", "ns": 0, "location": "/usr/include/stdlib.h:603:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__func", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "on_exit", "ns": 0, "location": "/usr/include/stdlib.h:610:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__func", "type": { "tag": ":function-pointer" } }, { "tag": "parameter", "name": "__arg", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "exit", "ns": 0, "location": "/usr/include/stdlib.h:617:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__status", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "quick_exit", "ns": 0, "location": "/usr/include/stdlib.h:623:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__status", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "_Exit", "ns": 0, "location": "/usr/include/stdlib.h:629:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__status", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "getenv", "ns": 0, "location": "/usr/include/stdlib.h:634:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "putenv", "ns": 0, "location": "/usr/include/stdlib.h:647:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__string", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "setenv", "ns": 0, "location": "/usr/include/stdlib.h:653:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__value", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__replace", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "unsetenv", "ns": 0, "location": "/usr/include/stdlib.h:657:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "clearenv", "ns": 0, "location": "/usr/include/stdlib.h:664:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mktemp", "ns": 0, "location": "/usr/include/stdlib.h:675:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__template", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "mkstemp", "ns": 0, "location": "/usr/include/stdlib.h:688:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__template", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mkstemps", "ns": 0, "location": "/usr/include/stdlib.h:710:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__template", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__suffixlen", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mkdtemp", "ns": 0, "location": "/usr/include/stdlib.h:731:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__template", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "system", "ns": 0, "location": "/usr/include/stdlib.h:784:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__command", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "realpath", "ns": 0, "location": "/usr/include/stdlib.h:800:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__resolved", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "__compar_fn_t", "location": "/usr/include/stdlib.h:808:15", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "bsearch", "ns": 0, "location": "/usr/include/stdlib.h:820:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__key", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__compar", "type": { "tag": "__compar_fn_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "qsort", "ns": 0, "location": "/usr/include/stdlib.h:830:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__base", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__compar", "type": { "tag": "__compar_fn_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "abs", "ns": 0, "location": "/usr/include/stdlib.h:840:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "labs", "ns": 0, "location": "/usr/include/stdlib.h:841:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llabs", "ns": 0, "location": "/usr/include/stdlib.h:844:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "div", "ns": 0, "location": "/usr/include/stdlib.h:852:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__numer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__denom", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "div_t" } }, +{ "tag": "function", "name": "ldiv", "ns": 0, "location": "/usr/include/stdlib.h:854:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__numer", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__denom", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": "ldiv_t" } }, +{ "tag": "function", "name": "lldiv", "ns": 0, "location": "/usr/include/stdlib.h:858:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__numer", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__denom", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": "lldiv_t" } }, +{ "tag": "function", "name": "ecvt", "ns": 0, "location": "/usr/include/stdlib.h:872:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "fcvt", "ns": 0, "location": "/usr/include/stdlib.h:878:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "gcvt", "ns": 0, "location": "/usr/include/stdlib.h:884:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "qecvt", "ns": 0, "location": "/usr/include/stdlib.h:890:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "qfcvt", "ns": 0, "location": "/usr/include/stdlib.h:893:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "qgcvt", "ns": 0, "location": "/usr/include/stdlib.h:896:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "ecvt_r", "ns": 0, "location": "/usr/include/stdlib.h:902:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fcvt_r", "ns": 0, "location": "/usr/include/stdlib.h:905:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "qecvt_r", "ns": 0, "location": "/usr/include/stdlib.h:909:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "qfcvt_r", "ns": 0, "location": "/usr/include/stdlib.h:913:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__ndigit", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__decpt", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__sign", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mblen", "ns": 0, "location": "/usr/include/stdlib.h:922:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mbtowc", "ns": 0, "location": "/usr/include/stdlib.h:925:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pwc", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wctomb", "ns": 0, "location": "/usr/include/stdlib.h:929:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__wchar", "type": { "tag": "wchar_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mbstowcs", "ns": 0, "location": "/usr/include/stdlib.h:933:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pwcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcstombs", "ns": 0, "location": "/usr/include/stdlib.h:937:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__pwcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "rpmatch", "ns": 0, "location": "/usr/include/stdlib.h:947:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__response", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getsubopt", "ns": 0, "location": "/usr/include/stdlib.h:958:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__optionp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__tokens", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__valuep", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "getloadavg", "ns": 0, "location": "/usr/include/stdlib.h:1004:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__loadavg", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "__nelem", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "ptrdiff_t", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stddef.h:35:26", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "max_align_t", "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/__stddef_max_align_t.h:24:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 40, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/__stddef_max_align_t.h:19:9", "bit-size": 256, "bit-alignment": 128, "fields": [{ "tag": "field", "name": "__clang_max_align_nonce1", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "__clang_max_align_nonce2", "bit-offset": 128, "bit-size": 128, "bit-alignment": 128, "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }] } }, +{ "tag": "function", "name": "memcpy", "ns": 0, "location": "/usr/include/string.h:43:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "memmove", "ns": 0, "location": "/usr/include/string.h:47:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "memccpy", "ns": 0, "location": "/usr/include/string.h:54:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "memset", "ns": 0, "location": "/usr/include/string.h:61:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "memcmp", "ns": 0, "location": "/usr/include/string.h:64:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "memchr", "ns": 0, "location": "/usr/include/string.h:91:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "strcpy", "ns": 0, "location": "/usr/include/string.h:125:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strncpy", "ns": 0, "location": "/usr/include/string.h:128:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strcat", "ns": 0, "location": "/usr/include/string.h:133:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strncat", "ns": 0, "location": "/usr/include/string.h:136:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strcmp", "ns": 0, "location": "/usr/include/string.h:140:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strncmp", "ns": 0, "location": "/usr/include/string.h:143:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strcoll", "ns": 0, "location": "/usr/include/string.h:147:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strxfrm", "ns": 0, "location": "/usr/include/string.h:150:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "struct", "ns": 0, "name": "__locale_struct", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__locale_t.h:28:8", "bit-size": 1856, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__locales", "bit-offset": 0, "bit-size": 832, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "__locale_data", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__locale_t.h:31:10", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, "size": 13 } }, { "tag": "field", "name": "__ctype_b", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } } }, { "tag": "field", "name": "__ctype_tolower", "bit-offset": 896, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "field", "name": "__ctype_toupper", "bit-offset": 960, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "field", "name": "__names", "bit-offset": 1024, "bit-size": 832, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "size": 13 } }] }, +{ "tag": "struct", "ns": 42, "name": "__locale_data", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__locale_t.h:31:10", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "__locale_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__locale_t.h:42:33", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "__locale_struct", "id": 42 } } }, +{ "tag": "typedef", "ns": 0, "name": "locale_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/locale_t.h:24:20", "type": { "tag": "__locale_t" } }, +{ "tag": "function", "name": "strcoll_l", "ns": 0, "location": "/usr/include/string.h:159:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strxfrm_l", "ns": 0, "location": "/usr/include/string.h:163:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "strdup", "ns": 0, "location": "/usr/include/string.h:171:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strndup", "ns": 0, "location": "/usr/include/string.h:179:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__string", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strchr", "ns": 0, "location": "/usr/include/string.h:230:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strrchr", "ns": 0, "location": "/usr/include/string.h:257:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strcspn", "ns": 0, "location": "/usr/include/string.h:277:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__reject", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strspn", "ns": 0, "location": "/usr/include/string.h:281:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__accept", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strpbrk", "ns": 0, "location": "/usr/include/string.h:307:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__accept", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strstr", "ns": 0, "location": "/usr/include/string.h:334:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__haystack", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__needle", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strtok", "ns": 0, "location": "/usr/include/string.h:340:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "__strtok_r", "ns": 0, "location": "/usr/include/string.h:345:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__save_ptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strtok_r", "ns": 0, "location": "/usr/include/string.h:350:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__save_ptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strlen", "ns": 0, "location": "/usr/include/string.h:391:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "strnlen", "ns": 0, "location": "/usr/include/string.h:397:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__string", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "strerror", "ns": 0, "location": "/usr/include/string.h:403:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__errnum", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "__xpg_strerror_r", "ns": 0, "location": "/usr/include/string.h:421:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__errnum", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__buf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__buflen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strerror_l", "ns": 0, "location": "/usr/include/string.h:442:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__errnum", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "bcmp", "ns": 0, "location": "/usr/include/strings.h:34:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "bcopy", "ns": 0, "location": "/usr/include/strings.h:38:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "bzero", "ns": 0, "location": "/usr/include/strings.h:42:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "index", "ns": 0, "location": "/usr/include/strings.h:68:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "rindex", "ns": 0, "location": "/usr/include/strings.h:96:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "ffs", "ns": 0, "location": "/usr/include/strings.h:104:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__i", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ffsl", "ns": 0, "location": "/usr/include/strings.h:110:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__l", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ffsll", "ns": 0, "location": "/usr/include/strings.h:111:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ll", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strcasecmp", "ns": 0, "location": "/usr/include/strings.h:116:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strncasecmp", "ns": 0, "location": "/usr/include/strings.h:120:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strcasecmp_l", "ns": 0, "location": "/usr/include/strings.h:128:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "strncasecmp_l", "ns": 0, "location": "/usr/include/strings.h:133:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "explicit_bzero", "ns": 0, "location": "/usr/include/string.h:450:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "strsep", "ns": 0, "location": "/usr/include/string.h:455:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stringp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "strsignal", "ns": 0, "location": "/usr/include/string.h:462:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "__stpcpy", "ns": 0, "location": "/usr/include/string.h:473:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "stpcpy", "ns": 0, "location": "/usr/include/string.h:475:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "__stpncpy", "ns": 0, "location": "/usr/include/string.h:480:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "stpncpy", "ns": 0, "location": "/usr/include/string.h:483:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "wint_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/wint_t.h:20:23", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "mbstate_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/mbstate_t.h:6:21", "type": { "tag": "__mbstate_t" } }, +{ "tag": "struct", "ns": 0, "name": "tm", "id": 0, "location": "/usr/include/wchar.h:83:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "function", "name": "wcscpy", "ns": 0, "location": "/usr/include/wchar.h:87:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcsncpy", "ns": 0, "location": "/usr/include/wchar.h:92:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcscat", "ns": 0, "location": "/usr/include/wchar.h:97:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcsncat", "ns": 0, "location": "/usr/include/wchar.h:101:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcscmp", "ns": 0, "location": "/usr/include/wchar.h:106:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsncmp", "ns": 0, "location": "/usr/include/wchar.h:109:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcscasecmp", "ns": 0, "location": "/usr/include/wchar.h:114:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsncasecmp", "ns": 0, "location": "/usr/include/wchar.h:117:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcscasecmp_l", "ns": 0, "location": "/usr/include/wchar.h:122:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsncasecmp_l", "ns": 0, "location": "/usr/include/wchar.h:125:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcscoll", "ns": 0, "location": "/usr/include/wchar.h:131:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsxfrm", "ns": 0, "location": "/usr/include/wchar.h:135:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcscoll_l", "ns": 0, "location": "/usr/include/wchar.h:144:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcsxfrm_l", "ns": 0, "location": "/usr/include/wchar.h:150:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__loc", "type": { "tag": "locale_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcsdup", "ns": 0, "location": "/usr/include/wchar.h:154:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcschr", "ns": 0, "location": "/usr/include/wchar.h:164:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "wcsrchr", "ns": 0, "location": "/usr/include/wchar.h:174:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcscspn", "ns": 0, "location": "/usr/include/wchar.h:187:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__reject", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcsspn", "ns": 0, "location": "/usr/include/wchar.h:191:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__accept", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcspbrk", "ns": 0, "location": "/usr/include/wchar.h:201:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wcs", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__accept", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcsstr", "ns": 0, "location": "/usr/include/wchar.h:212:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__haystack", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__needle", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcstok", "ns": 0, "location": "/usr/include/wchar.h:217:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__delim", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__ptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcslen", "ns": 0, "location": "/usr/include/wchar.h:222:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcsnlen", "ns": 0, "location": "/usr/include/wchar.h:240:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wmemchr", "ns": 0, "location": "/usr/include/wchar.h:253:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "wmemcmp", "ns": 0, "location": "/usr/include/wchar.h:258:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wmemcpy", "ns": 0, "location": "/usr/include/wchar.h:262:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "wmemmove", "ns": 0, "location": "/usr/include/wchar.h:267:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "wmemset", "ns": 0, "location": "/usr/include/wchar.h:271:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__c", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "btowc", "ns": 0, "location": "/usr/include/wchar.h:284:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "wctob", "ns": 0, "location": "/usr/include/wchar.h:288:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": "wint_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mbsinit", "ns": 0, "location": "/usr/include/wchar.h:292:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "mbrtowc", "ns": 0, "location": "/usr/include/wchar.h:296:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pwc", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__p", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcrtomb", "ns": 0, "location": "/usr/include/wchar.h:301:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "__mbrlen", "ns": 0, "location": "/usr/include/wchar.h:305:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "mbrlen", "ns": 0, "location": "/usr/include/wchar.h:307:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "mbsrtowcs", "ns": 0, "location": "/usr/include/wchar.h:337:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dst", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcsrtombs", "ns": 0, "location": "/usr/include/wchar.h:343:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "mbsnrtowcs", "ns": 0, "location": "/usr/include/wchar.h:351:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dst", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__nmc", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcsnrtombs", "ns": 0, "location": "/usr/include/wchar.h:357:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__nwc", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__len", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__ps", "type": { "tag": ":pointer", "type": { "tag": "mbstate_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "wcstod", "ns": 0, "location": "/usr/include/wchar.h:377:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcstof", "ns": 0, "location": "/usr/include/wchar.h:382:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wcstold", "ns": 0, "location": "/usr/include/wchar.h:384:20", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "wcstol", "ns": 0, "location": "/usr/include/wchar.h:428:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcstoul", "ns": 0, "location": "/usr/include/wchar.h:433:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcstoll", "ns": 0, "location": "/usr/include/wchar.h:441:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcstoull", "ns": 0, "location": "/usr/include/wchar.h:448:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "wcpcpy", "ns": 0, "location": "/usr/include/wchar.h:551:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "wcpncpy", "ns": 0, "location": "/usr/include/wchar.h:556:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__dest", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "open_wmemstream", "ns": 0, "location": "/usr/include/wchar.h:567:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__bufloc", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } } }, { "tag": "parameter", "name": "__sizeloc", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, +{ "tag": "function", "name": "fwide", "ns": 0, "location": "/usr/include/wchar.h:573:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__fp", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__mode", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fwprintf", "ns": 0, "location": "/usr/include/wchar.h:580:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wprintf", "ns": 0, "location": "/usr/include/wchar.h:587:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "swprintf", "ns": 0, "location": "/usr/include/wchar.h:590:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfwprintf", "ns": 0, "location": "/usr/include/wchar.h:598:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vwprintf", "ns": 0, "location": "/usr/include/wchar.h:606:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vswprintf", "ns": 0, "location": "/usr/include/wchar.h:611:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fwscanf", "ns": 0, "location": "/usr/include/wchar.h:621:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "wscanf", "ns": 0, "location": "/usr/include/wchar.h:628:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "swscanf", "ns": 0, "location": "/usr/include/wchar.h:631:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_fwscanf", "ns": 0, "location": "/usr/include/wchar.h:654:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_wscanf", "ns": 0, "location": "/usr/include/wchar.h:656:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_swscanf", "ns": 0, "location": "/usr/include/wchar.h:657:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vfwscanf", "ns": 0, "location": "/usr/include/wchar.h:673:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vwscanf", "ns": 0, "location": "/usr/include/wchar.h:681:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "vswscanf", "ns": 0, "location": "/usr/include/wchar.h:685:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_vfwscanf", "ns": 0, "location": "/usr/include/wchar.h:708:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_vwscanf", "ns": 0, "location": "/usr/include/wchar.h:711:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isoc99_vswscanf", "ns": 0, "location": "/usr/include/wchar.h:713:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__arg", "type": { "tag": "__gnuc_va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fgetwc", "ns": 0, "location": "/usr/include/wchar.h:729:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "getwc", "ns": 0, "location": "/usr/include/wchar.h:730:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "getwchar", "ns": 0, "location": "/usr/include/wchar.h:736:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "fputwc", "ns": 0, "location": "/usr/include/wchar.h:743:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "putwc", "ns": 0, "location": "/usr/include/wchar.h:744:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "putwchar", "ns": 0, "location": "/usr/include/wchar.h:750:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wc", "type": { "tag": "wchar_t" } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "fgetws", "ns": 0, "location": "/usr/include/wchar.h:758:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ws", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "fputws", "ns": 0, "location": "/usr/include/wchar.h:765:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ws", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ungetwc", "ns": 0, "location": "/usr/include/wchar.h:773:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__wc", "type": { "tag": "wint_t" } }, { "tag": "parameter", "name": "__stream", "type": { "tag": ":pointer", "type": { "tag": "__FILE" } } }], "return-type": { "tag": "wint_t" } }, +{ "tag": "function", "name": "wcsftime", "ns": 0, "location": "/usr/include/wchar.h:837:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__maxsize", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "__format", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "__tp", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 42, "name": "tm", "id": 0, "location": "/usr/include/wchar.h:83:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint8_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-uintn.h:24:19", "type": { "tag": "__uint8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint16_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-uintn.h:25:20", "type": { "tag": "__uint16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint32_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-uintn.h:26:20", "type": { "tag": "__uint32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint64_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-uintn.h:27:20", "type": { "tag": "__uint64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_least8_t", "location": "/usr/include/stdint.h:43:24", "type": { "tag": "__int_least8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_least16_t", "location": "/usr/include/stdint.h:44:25", "type": { "tag": "__int_least16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_least32_t", "location": "/usr/include/stdint.h:45:25", "type": { "tag": "__int_least32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_least64_t", "location": "/usr/include/stdint.h:46:25", "type": { "tag": "__int_least64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint_least8_t", "location": "/usr/include/stdint.h:49:25", "type": { "tag": "__uint_least8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint_least16_t", "location": "/usr/include/stdint.h:50:26", "type": { "tag": "__uint_least16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint_least32_t", "location": "/usr/include/stdint.h:51:26", "type": { "tag": "__uint_least32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uint_least64_t", "location": "/usr/include/stdint.h:52:26", "type": { "tag": "__uint_least64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "int_fast8_t", "location": "/usr/include/stdint.h:58:22", "type": { "tag": ":signed-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "int_fast16_t", "location": "/usr/include/stdint.h:60:19", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "int_fast32_t", "location": "/usr/include/stdint.h:61:19", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "int_fast64_t", "location": "/usr/include/stdint.h:62:19", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "uint_fast8_t", "location": "/usr/include/stdint.h:71:24", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "uint_fast16_t", "location": "/usr/include/stdint.h:73:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "uint_fast32_t", "location": "/usr/include/stdint.h:74:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "uint_fast64_t", "location": "/usr/include/stdint.h:75:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "intptr_t", "location": "/usr/include/stdint.h:87:19", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "uintptr_t", "location": "/usr/include/stdint.h:90:27", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "intmax_t", "location": "/usr/include/stdint.h:101:21", "type": { "tag": "__intmax_t" } }, +{ "tag": "typedef", "ns": 0, "name": "uintmax_t", "location": "/usr/include/stdint.h:102:22", "type": { "tag": "__uintmax_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__gwchar_t", "location": "/usr/include/inttypes.h:34:24", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "imaxdiv_t", "location": "/usr/include/inttypes.h:275:5", "type": { "tag": "struct", "ns": 0, "name": "", "id": 44, "location": "/usr/include/inttypes.h:271:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "quot", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "rem", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "function", "name": "imaxabs", "ns": 0, "location": "/usr/include/inttypes.h:290:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__n", "type": { "tag": "intmax_t" } }], "return-type": { "tag": "intmax_t" } }, +{ "tag": "function", "name": "imaxdiv", "ns": 0, "location": "/usr/include/inttypes.h:293:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__numer", "type": { "tag": "intmax_t" } }, { "tag": "parameter", "name": "__denom", "type": { "tag": "intmax_t" } }], "return-type": { "tag": "imaxdiv_t" } }, +{ "tag": "function", "name": "strtoimax", "ns": 0, "location": "/usr/include/inttypes.h:297:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "intmax_t" } }, +{ "tag": "function", "name": "strtoumax", "ns": 0, "location": "/usr/include/inttypes.h:301:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "uintmax_t" } }, +{ "tag": "function", "name": "wcstoimax", "ns": 0, "location": "/usr/include/inttypes.h:305:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "__gwchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "__gwchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "intmax_t" } }, +{ "tag": "function", "name": "wcstoumax", "ns": 0, "location": "/usr/include/inttypes.h:310:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__nptr", "type": { "tag": ":pointer", "type": { "tag": "__gwchar_t" } } }, { "tag": "parameter", "name": "__endptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "__gwchar_t" } } } }, { "tag": "parameter", "name": "__base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "uintmax_t" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 45, "location": "/usr/include/ctype.h:46:1", "fields": [{ "tag": "field", "name": "_ISupper", "value": 256 }, { "tag": "field", "name": "_ISlower", "value": 512 }, { "tag": "field", "name": "_ISalpha", "value": 1024 }, { "tag": "field", "name": "_ISdigit", "value": 2048 }, { "tag": "field", "name": "_ISxdigit", "value": 4096 }, { "tag": "field", "name": "_ISspace", "value": 8192 }, { "tag": "field", "name": "_ISprint", "value": 16384 }, { "tag": "field", "name": "_ISgraph", "value": 32768 }, { "tag": "field", "name": "_ISblank", "value": 1 }, { "tag": "field", "name": "_IScntrl", "value": 2 }, { "tag": "field", "name": "_ISpunct", "value": 4 }, { "tag": "field", "name": "_ISalnum", "value": 8 }] }, +{ "tag": "function", "name": "__ctype_b_loc", "ns": 0, "location": "/usr/include/ctype.h:79:35", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } } } }, +{ "tag": "function", "name": "__ctype_tolower_loc", "ns": 0, "location": "/usr/include/ctype.h:81:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "__int32_t" } } } }, +{ "tag": "function", "name": "__ctype_toupper_loc", "ns": 0, "location": "/usr/include/ctype.h:83:26", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "__int32_t" } } } }, +{ "tag": "function", "name": "isalnum", "ns": 0, "location": "/usr/include/ctype.h:108:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isalpha", "ns": 0, "location": "/usr/include/ctype.h:109:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "iscntrl", "ns": 0, "location": "/usr/include/ctype.h:110:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isdigit", "ns": 0, "location": "/usr/include/ctype.h:111:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "islower", "ns": 0, "location": "/usr/include/ctype.h:112:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isgraph", "ns": 0, "location": "/usr/include/ctype.h:113:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isprint", "ns": 0, "location": "/usr/include/ctype.h:114:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ispunct", "ns": 0, "location": "/usr/include/ctype.h:115:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isspace", "ns": 0, "location": "/usr/include/ctype.h:116:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isupper", "ns": 0, "location": "/usr/include/ctype.h:117:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isxdigit", "ns": 0, "location": "/usr/include/ctype.h:118:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tolower", "ns": 0, "location": "/usr/include/ctype.h:122:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "toupper", "ns": 0, "location": "/usr/include/ctype.h:125:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isblank", "ns": 0, "location": "/usr/include/ctype.h:130:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isascii", "ns": 0, "location": "/usr/include/ctype.h:142:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "toascii", "ns": 0, "location": "/usr/include/ctype.h:146:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "_toupper", "ns": 0, "location": "/usr/include/ctype.h:150:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "_tolower", "ns": 0, "location": "/usr/include/ctype.h:151:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isalnum_l", "ns": 0, "location": "/usr/include/ctype.h:251:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isalpha_l", "ns": 0, "location": "/usr/include/ctype.h:252:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "iscntrl_l", "ns": 0, "location": "/usr/include/ctype.h:253:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isdigit_l", "ns": 0, "location": "/usr/include/ctype.h:254:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "islower_l", "ns": 0, "location": "/usr/include/ctype.h:255:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isgraph_l", "ns": 0, "location": "/usr/include/ctype.h:256:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isprint_l", "ns": 0, "location": "/usr/include/ctype.h:257:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ispunct_l", "ns": 0, "location": "/usr/include/ctype.h:258:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isspace_l", "ns": 0, "location": "/usr/include/ctype.h:259:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isupper_l", "ns": 0, "location": "/usr/include/ctype.h:260:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isxdigit_l", "ns": 0, "location": "/usr/include/ctype.h:261:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isblank_l", "ns": 0, "location": "/usr/include/ctype.h:263:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__tolower_l", "ns": 0, "location": "/usr/include/ctype.h:267:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tolower_l", "ns": 0, "location": "/usr/include/ctype.h:268:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__toupper_l", "ns": 0, "location": "/usr/include/ctype.h:271:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "toupper_l", "ns": 0, "location": "/usr/include/ctype.h:272:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__l", "type": { "tag": "locale_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "float_t", "location": "/usr/include/math.h:149:15", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "double_t", "location": "/usr/include/math.h:150:16", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fpclassify", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:20:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__signbit", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:24:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isinf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:29:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__finite", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:33:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isnan", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:37:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__iseqsig", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:41:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__issignaling", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:44:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "acos", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:53:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__acos", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:53:1 :94:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "asin", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:55:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__asin", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:55:1 :95:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atan", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:57:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__atan", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:57:1 :96:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atan2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:59:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__atan2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:59:1 :97:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "cos", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:62:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__cos", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:62:1 :99:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "sin", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:64:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__sin", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:64:1 :101:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "tan", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:66:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__tan", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:66:1 :102:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "cosh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:71:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__cosh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:71:1 :103:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "sinh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:73:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__sinh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:73:1 :104:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "tanh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:75:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__tanh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:75:1 :105:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "acosh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:85:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__acosh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:85:1 :106:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "asinh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:87:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__asinh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:87:1 :107:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "atanh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:89:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__atanh", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:89:1 :108:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "exp", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:95:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__exp", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:95:1 :110:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "frexp", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:98:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__frexp", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:98:1 :111:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "ldexp", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:101:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__ldexp", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:101:1 :112:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "log", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:104:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__log", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:104:1 :114:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "log10", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:107:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__log10", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:107:1 :115:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "modf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:110:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__modf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:110:1 :116:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "expm1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:119:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__expm1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:119:1 :118:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "log1p", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:122:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__log1p", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:122:1 :119:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "logb", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:125:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__logb", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:125:1 :120:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "exp2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:130:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__exp2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:130:1 :121:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "log2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:133:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__log2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:133:1 :122:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "pow", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:140:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__pow", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:140:1 :124:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "sqrt", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:143:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__sqrt", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:143:1 :125:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "hypot", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:147:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__hypot", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:147:1 :126:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "cbrt", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:152:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__cbrt", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:152:1 :127:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "ceil", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:159:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__ceil", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:159:1 :128:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fabs", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:162:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fabs", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:162:1 :129:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "floor", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:165:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__floor", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:165:1 :130:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fmod", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:168:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fmod", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:168:1 :131:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "isinf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:177:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "finite", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:183:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "drem", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:187:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__drem", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:187:1 :132:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "significand", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:191:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__significand", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:191:1 :133:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "copysign", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:198:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__copysign", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:198:1 :134:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nan", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:203:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__nan", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:203:1 :135:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "isnan", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:213:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "j0", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:220:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__j0", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:220:1 :136:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "j1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:221:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__j1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:221:1 :137:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "jn", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:222:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__jn", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:222:1 :138:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "y0", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:223:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__y0", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:223:1 :139:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "y1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:224:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__y1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:224:1 :140:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "yn", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:225:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__yn", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:225:1 :141:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "erf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:231:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__erf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:231:1 :142:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "erfc", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:232:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__erfc", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:232:1 :143:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lgamma", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:233:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lgamma", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:233:1 :144:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "tgamma", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:238:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__tgamma", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:238:1 :145:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "gamma", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:244:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__gamma", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:244:1 :146:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lgamma_r", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:252:1 :147:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lgamma_r", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:252:1 :149:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "rint", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:259:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__rint", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:259:1 :150:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nextafter", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:262:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__nextafter", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:262:1 :151:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nexttoward", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:264:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__nexttoward", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:264:1 :152:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "remainder", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:275:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__remainder", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:275:1 :154:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "scalbn", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:279:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__scalbn", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:279:1 :155:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "ilogb", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:283:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ilogb", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:283:1 :156:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalbln", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:293:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__scalbln", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:293:1 :158:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "nearbyint", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:297:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__nearbyint", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:297:1 :159:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "round", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:301:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__round", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:301:1 :160:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "trunc", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:305:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__trunc", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:305:1 :161:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "remquo", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:310:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__remquo", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:310:1 :162:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lrint", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:317:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lrint", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:317:1 :163:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llrint", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:319:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llrint", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:319:1 :164:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lround", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:323:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lround", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:323:1 :165:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llround", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:325:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llround", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:325:1 :166:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fdim", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:329:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fdim", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:329:1 :167:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fmax", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:332:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fmax", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:332:1 :168:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fmin", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:335:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fmin", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:335:1 :169:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fma", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:338:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fma", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:338:1 :170:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "scalb", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:403:1 ", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__scalb", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:403:1 :173:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__fpclassifyf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:20:1 :174:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__signbitf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:24:1 :175:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isinff", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:29:1 :176:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__finitef", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:33:1 :177:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isnanf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:37:1 :178:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__iseqsigf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:41:1 :179:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__issignalingf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:44:1 :180:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "acosf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:53:1 :181:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__acosf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:53:1 :183:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "asinf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:55:1 :184:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__asinf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:55:1 :186:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "atanf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:57:1 :187:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__atanf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:57:1 :189:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "atan2f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:59:1 :190:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__atan2f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:59:1 :192:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "cosf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:62:1 :195:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__cosf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:62:1 :197:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sinf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:64:1 :200:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__sinf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:64:1 :202:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tanf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:66:1 :203:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__tanf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:66:1 :205:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "coshf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:71:1 :206:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__coshf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:71:1 :208:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sinhf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:73:1 :209:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__sinhf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:73:1 :211:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tanhf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:75:1 :212:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__tanhf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:75:1 :214:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "acoshf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:85:1 :215:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__acoshf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:85:1 :217:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "asinhf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:87:1 :218:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__asinhf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:87:1 :220:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "atanhf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:89:1 :221:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__atanhf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:89:1 :223:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "expf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:95:1 :226:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__expf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:95:1 :228:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "frexpf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:98:1 :229:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__frexpf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:98:1 :231:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ldexpf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:101:1 :232:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ldexpf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:101:1 :234:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "logf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:104:1 :237:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__logf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:104:1 :239:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "log10f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:107:1 :240:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__log10f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:107:1 :242:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "modff", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:110:1 :243:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__modff", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:110:1 :245:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "expm1f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:119:1 :247:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__expm1f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:119:1 :249:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "log1pf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:122:1 :250:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__log1pf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:122:1 :252:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "logbf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:125:1 :253:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__logbf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:125:1 :255:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "exp2f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:130:1 :256:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__exp2f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:130:1 :258:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "log2f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:133:1 :259:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__log2f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:133:1 :261:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "powf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:140:1 :264:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__powf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:140:1 :266:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sqrtf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:143:1 :267:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__sqrtf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:143:1 :269:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "hypotf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:147:1 :270:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__hypotf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:147:1 :272:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "cbrtf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:152:1 :273:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__cbrtf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:152:1 :275:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ceilf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:159:1 :276:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ceilf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:159:1 :278:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fabsf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:162:1 :279:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fabsf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:162:1 :281:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "floorf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:165:1 :282:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__floorf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:165:1 :284:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fmodf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:168:1 :285:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fmodf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:168:1 :287:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isinff", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:177:1 :288:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "finitef", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:183:1 :289:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "dremf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:187:1 :290:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__dremf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:187:1 :2:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "significandf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:191:1 :3:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__significandf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:191:1 :5:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "copysignf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:198:1 :6:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__copysignf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:198:1 :8:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nanf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:203:1 :9:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__nanf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:203:1 :11:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "isnanf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:213:1 :12:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "j0f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:220:1 :13:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__j0f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:220:1 :15:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "j1f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:221:1 :16:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__j1f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:221:1 :18:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "jnf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:222:1 :19:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__jnf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:222:1 :21:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "y0f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:223:1 :22:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__y0f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:223:1 :24:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "y1f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:224:1 :25:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__y1f", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:224:1 :27:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ynf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:225:1 :28:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ynf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:225:1 :30:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "erff", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:231:1 :31:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__erff", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:231:1 :33:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "erfcf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:232:1 :34:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__erfcf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:232:1 :36:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lgammaf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:233:1 :37:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__lgammaf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:233:1 :39:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "tgammaf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:238:1 :40:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__tgammaf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:238:1 :42:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "gammaf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:244:1 :43:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__gammaf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:244:1 :45:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lgammaf_r", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:252:1 :47:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__lgammaf_r", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:252:1 :50:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "rintf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:259:1 :51:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__rintf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:259:1 :53:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nextafterf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:262:1 :54:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__nextafterf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:262:1 :56:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nexttowardf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:264:1 :57:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__nexttowardf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:264:1 :59:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "remainderf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:275:1 :61:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__remainderf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:275:1 :63:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalbnf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:279:1 :64:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__scalbnf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:279:1 :66:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ilogbf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:283:1 :67:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ilogbf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:283:1 :69:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalblnf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:293:1 :71:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__scalblnf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:293:1 :73:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "nearbyintf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:297:1 :74:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__nearbyintf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:297:1 :76:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "roundf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:301:1 :77:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__roundf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:301:1 :79:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "truncf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:305:1 :80:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__truncf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:305:1 :82:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "remquof", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:310:1 :83:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__remquof", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:310:1 :85:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "lrintf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:317:1 :86:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lrintf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:317:1 :88:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llrintf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:319:1 :89:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llrintf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:319:1 :91:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lroundf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:323:1 :92:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lroundf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:323:1 :94:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llroundf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:325:1 :95:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llroundf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:325:1 :97:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fdimf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:329:1 :98:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fdimf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:329:1 :100:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fmaxf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:332:1 :101:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fmaxf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:332:1 :103:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fminf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:335:1 :104:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fminf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:335:1 :106:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "fmaf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:338:1 :107:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fmaf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:338:1 :109:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalbf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:403:1 :112:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__scalbf", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:403:1 :114:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__fpclassifyl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:20:1 :115:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__signbitl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:24:1 :116:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isinfl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:29:1 :117:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__finitel", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:33:1 :118:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__isnanl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:37:1 :119:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__iseqsigl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:41:1 :120:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__issignalingl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls-helper-functions.h:44:1 :121:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "acosl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:53:1 :122:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__acosl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:53:1 :124:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "asinl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:55:1 :125:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__asinl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:55:1 :127:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "atanl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:57:1 :128:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__atanl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:57:1 :130:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "atan2l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:59:1 :131:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__atan2l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:59:1 :133:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "cosl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:62:1 :136:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__cosl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:62:1 :138:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "sinl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:64:1 :141:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__sinl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:64:1 :143:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "tanl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:66:1 :144:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__tanl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:66:1 :146:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "coshl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:71:1 :147:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__coshl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:71:1 :149:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "sinhl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:73:1 :150:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__sinhl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:73:1 :152:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "tanhl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:75:1 :153:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__tanhl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:75:1 :155:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "acoshl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:85:1 :156:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__acoshl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:85:1 :158:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "asinhl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:87:1 :159:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__asinhl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:87:1 :161:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "atanhl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:89:1 :162:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__atanhl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:89:1 :164:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "expl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:95:1 :167:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__expl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:95:1 :169:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "frexpl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:98:1 :170:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__frexpl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:98:1 :172:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "ldexpl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:101:1 :173:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__ldexpl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:101:1 :175:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__exponent", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "logl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:104:1 :178:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__logl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:104:1 :180:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "log10l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:107:1 :181:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__log10l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:107:1 :183:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "modfl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:110:1 :184:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__modfl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:110:1 :186:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__iptr", "type": { "tag": ":pointer", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "expm1l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:119:1 :188:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__expm1l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:119:1 :190:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "log1pl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:122:1 :191:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__log1pl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:122:1 :193:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "logbl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:125:1 :194:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__logbl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:125:1 :196:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "exp2l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:130:1 :197:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__exp2l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:130:1 :199:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "log2l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:133:1 :200:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__log2l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:133:1 :202:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "powl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:140:1 :205:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__powl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:140:1 :207:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "sqrtl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:143:1 :208:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__sqrtl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:143:1 :210:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "hypotl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:147:1 :211:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__hypotl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:147:1 :213:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "cbrtl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:152:1 :214:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__cbrtl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:152:1 :216:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "ceill", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:159:1 :217:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__ceill", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:159:1 :219:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fabsl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:162:1 :220:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fabsl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:162:1 :222:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "floorl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:165:1 :223:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__floorl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:165:1 :225:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fmodl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:168:1 :226:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fmodl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:168:1 :228:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "isinfl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:177:1 :229:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "finitel", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:183:1 :230:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "dreml", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:187:1 :231:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__dreml", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:187:1 :233:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "significandl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:191:1 :234:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__significandl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:191:1 :236:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "copysignl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:198:1 :237:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__copysignl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:198:1 :239:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "nanl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:203:1 :240:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__nanl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:203:1 :242:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__tagb", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "isnanl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:213:1 :243:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__value", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "j0l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:220:1 :244:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__j0l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:220:1 :246:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "j1l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:221:1 :247:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__j1l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:221:1 :249:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "jnl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:222:1 :250:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__jnl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:222:1 :252:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "y0l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:223:1 :253:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__y0l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:223:1 :255:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "y1l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:224:1 :256:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__y1l", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:224:1 :258:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "ynl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:225:1 :259:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__ynl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:225:1 :261:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "erfl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:231:1 :262:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__erfl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:231:1 :264:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "erfcl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:232:1 :265:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__erfcl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:232:1 :267:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "lgammal", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:233:1 :268:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__lgammal", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:233:1 :270:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "tgammal", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:238:1 :271:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__tgammal", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:238:1 :273:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "gammal", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:244:1 :274:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__gammal", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:244:1 :276:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "lgammal_r", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:252:1 :278:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__lgammal_r", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:252:1 :281:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__signgamp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "rintl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:259:1 :282:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__rintl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:259:1 :284:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "nextafterl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:262:1 :285:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__nextafterl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:262:1 :287:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "nexttowardl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:264:1 :288:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__nexttowardl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:264:1 :290:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "remainderl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:275:1 :292:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__remainderl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:275:1 :294:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "scalbnl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:279:1 :295:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__scalbnl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:279:1 :297:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "ilogbl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:283:1 :298:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__ilogbl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:283:1 :300:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "scalblnl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:293:1 :302:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__scalblnl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:293:1 :304:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "nearbyintl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:297:1 :305:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__nearbyintl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:297:1 :307:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "roundl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:301:1 :308:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__roundl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:301:1 :310:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "truncl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:305:1 :311:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__truncl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:305:1 :313:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "remquol", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:310:1 :314:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__remquol", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:310:1 :316:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__quo", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "lrintl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:317:1 :317:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lrintl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:317:1 :319:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llrintl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:319:1 :320:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llrintl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:319:1 :322:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "lroundl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:323:1 :323:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__lroundl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:323:1 :325:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "llroundl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:325:1 :326:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "__llroundl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:325:1 :328:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "fdiml", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:329:1 :329:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fdiml", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:329:1 :331:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fmaxl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:332:1 :332:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fmaxl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:332:1 :334:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fminl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:335:1 :335:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fminl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:335:1 :337:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "fmal", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:338:1 :338:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__fmal", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:338:1 :340:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__y", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__z", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "scalbl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:403:1 :343:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "function", "name": "__scalbl", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/mathcalls.h:403:1 :345:1>", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__x", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, { "tag": "parameter", "name": "__n", "type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }], "return-type": { "tag": ":long-double", "bit-size": 128, "bit-alignment": 128 } }, +{ "tag": "extern", "name": "signgam", "ns": 0, "location": "/usr/include/math.h:834:12", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 46, "location": "/usr/include/math.h:914:1", "fields": [{ "tag": "field", "name": "FP_NAN", "value": 0 }, { "tag": "field", "name": "FP_INFINITE", "value": 1 }, { "tag": "field", "name": "FP_ZERO", "value": 2 }, { "tag": "field", "name": "FP_SUBNORMAL", "value": 3 }, { "tag": "field", "name": "FP_NORMAL", "value": 4 }] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 47, "location": "/usr/include/SDL2/SDL_stdinc.h:178:9", "fields": [{ "tag": "field", "name": "SDL_FALSE", "value": 0 }, { "tag": "field", "name": "SDL_TRUE", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_bool", "location": "/usr/include/SDL2/SDL_stdinc.h:182:3", "type": { "tag": ":enum", "name": "", "id": 47 } }, +{ "tag": "typedef", "ns": 0, "name": "Sint8", "location": "/usr/include/SDL2/SDL_stdinc.h:190:16", "type": { "tag": "int8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Uint8", "location": "/usr/include/SDL2/SDL_stdinc.h:196:17", "type": { "tag": "uint8_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Sint16", "location": "/usr/include/SDL2/SDL_stdinc.h:202:17", "type": { "tag": "int16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Uint16", "location": "/usr/include/SDL2/SDL_stdinc.h:208:18", "type": { "tag": "uint16_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Sint32", "location": "/usr/include/SDL2/SDL_stdinc.h:214:17", "type": { "tag": "int32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Uint32", "location": "/usr/include/SDL2/SDL_stdinc.h:220:18", "type": { "tag": "uint32_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Sint64", "location": "/usr/include/SDL2/SDL_stdinc.h:227:17", "type": { "tag": "int64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "Uint64", "location": "/usr/include/SDL2/SDL_stdinc.h:233:18", "type": { "tag": "uint64_t" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_uint8", "location": "/usr/include/SDL2/SDL_stdinc.h:361:1 :354:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_sint8", "location": "/usr/include/SDL2/SDL_stdinc.h:362:1 :355:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_uint16", "location": "/usr/include/SDL2/SDL_stdinc.h:363:1 :356:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_sint16", "location": "/usr/include/SDL2/SDL_stdinc.h:364:1 :357:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_uint32", "location": "/usr/include/SDL2/SDL_stdinc.h:365:1 :358:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_sint32", "location": "/usr/include/SDL2/SDL_stdinc.h:366:1 :359:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_uint64", "location": "/usr/include/SDL2/SDL_stdinc.h:367:1 :360:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_sint64", "location": "/usr/include/SDL2/SDL_stdinc.h:368:1 :361:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 48, "location": "/usr/include/SDL2/SDL_stdinc.h:382:9", "fields": [{ "tag": "field", "name": "DUMMY_ENUM_VALUE", "value": 0 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DUMMY_ENUM", "location": "/usr/include/SDL2/SDL_stdinc.h:385:3", "type": { "tag": ":enum", "name": "", "id": 48 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_enum", "location": "/usr/include/SDL2/SDL_stdinc.h:387:1 :362:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "function", "name": "SDL_malloc", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:406:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_calloc", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:407:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_realloc", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:408:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_free", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:409:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_malloc_func", "location": "/usr/include/SDL2/SDL_stdinc.h:411:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_calloc_func", "location": "/usr/include/SDL2/SDL_stdinc.h:412:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_realloc_func", "location": "/usr/include/SDL2/SDL_stdinc.h:413:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_free_func", "location": "/usr/include/SDL2/SDL_stdinc.h:414:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_GetMemoryFunctions", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:421:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "malloc_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_malloc_func" } } }, { "tag": "parameter", "name": "calloc_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_calloc_func" } } }, { "tag": "parameter", "name": "realloc_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_realloc_func" } } }, { "tag": "parameter", "name": "free_func", "type": { "tag": ":pointer", "type": { "tag": "SDL_free_func" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetMemoryFunctions", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:431:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "malloc_func", "type": { "tag": "SDL_malloc_func" } }, { "tag": "parameter", "name": "calloc_func", "type": { "tag": "SDL_calloc_func" } }, { "tag": "parameter", "name": "realloc_func", "type": { "tag": "SDL_realloc_func" } }, { "tag": "parameter", "name": "free_func", "type": { "tag": "SDL_free_func" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetNumAllocations", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:441:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_getenv", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:443:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_setenv", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:444:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "overwrite", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_qsort", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:446:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "base", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "nmemb", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "compare", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_abs", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:448:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isalpha", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:455:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isalnum", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:456:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isblank", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:457:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_iscntrl", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:458:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isdigit", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:459:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isxdigit", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:460:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_ispunct", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:461:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isspace", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:462:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isupper", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:463:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_islower", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:464:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isprint", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:465:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_isgraph", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:466:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_toupper", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:467:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_tolower", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:468:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_crc32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:470:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "crc", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_memset", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:472:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_memset4", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:479:23", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "val", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "dwords", "type": { "tag": "size_t" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_memcpy", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:509:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_memmove", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:511:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_memcmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:512:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "s1", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "s2", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_wcslen", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:514:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "wstr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_wcslcpy", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:515:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_wcslcat", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:516:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_wcsdup", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:517:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "wstr", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "SDL_wcsstr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:518:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haystack", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "needle", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "SDL_wcscmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:520:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_wcsncmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:521:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_wcscasecmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:522:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_wcsncasecmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:523:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_strlen", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:525:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_strlcpy", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:526:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_utf8strlcpy", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:527:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "dst_bytes", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_strlcat", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:528:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_strdup", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:529:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strrev", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:530:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strupr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:531:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strlwr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:532:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strchr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:533:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strrchr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:534:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "c", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strstr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:535:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haystack", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "needle", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_strtokr", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:536:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "s1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "s2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "saveptr", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_utf8strlen", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:537:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_itoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:539:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_uitoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:540:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ltoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:541:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ultoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:542:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_lltoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:543:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": "Sint64" } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ulltoa", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:544:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "value", "type": { "tag": "Uint64" } }, { "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "radix", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_atoi", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:546:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_atof", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:547:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_strtol", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:548:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_strtoul", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:549:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_strtoll", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:550:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_strtoull", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:551:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "base", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_strtod", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:552:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "endp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_strcmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:554:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_strncmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:555:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_strcasecmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:556:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_strncasecmp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:557:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str1", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "str2", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_sscanf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:559:29", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_vsscanf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:560:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "ap", "type": { "tag": "va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_snprintf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:561:29", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_vsnprintf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:562:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "ap", "type": { "tag": "va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_asprintf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:563:29", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "strp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_vasprintf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:564:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "strp", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "ap", "type": { "tag": "va_list" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_acos", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:586:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_acosf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:587:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_asin", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:588:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_asinf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:589:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_atan", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:590:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_atanf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:591:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_atan2", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:592:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_atan2f", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:593:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_ceil", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:594:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_ceilf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:595:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_copysign", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:596:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_copysignf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:597:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_cos", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:598:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_cosf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:599:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_exp", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:600:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_expf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:601:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_fabs", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:602:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_fabsf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:603:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_floor", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:604:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_floorf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:605:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_trunc", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:606:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_truncf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:607:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_fmod", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:608:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_fmodf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:609:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_log", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:610:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_logf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:611:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_log10", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:612:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_log10f", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:613:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_pow", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:614:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_powf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:615:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_round", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:616:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_roundf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:617:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_lround", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:618:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_lroundf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:619:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_scalbn", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:620:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_scalbnf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:621:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "n", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_sin", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:622:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_sinf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:623:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_sqrt", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:624:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_sqrtf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:625:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_tan", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:626:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "SDL_tanf", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:627:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_iconv_t", "id": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:636:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_iconv_t", "location": "/usr/include/SDL2/SDL_stdinc.h:636:30", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_SDL_iconv_t", "id": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:636:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "function", "name": "SDL_iconv_open", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:637:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "tocode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "fromcode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_iconv_t" } }, +{ "tag": "function", "name": "SDL_iconv_close", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:639:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cd", "type": { "tag": "SDL_iconv_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_iconv", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:640:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cd", "type": { "tag": "SDL_iconv_t" } }, { "tag": "parameter", "name": "inbuf", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "inbytesleft", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "outbuf", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "outbytesleft", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_iconv_string", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:650:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "tocode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "fromcode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "inbuf", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "inbytesleft", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_memcpy4", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:706:24", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "dwords", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_main_func", "location": "/usr/include/SDL2/SDL_main.h:120:15", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_main", "ns": 0, "location": "/usr/include/SDL2/SDL_main.h:121:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "argc", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "argv", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetMainReady", "ns": 0, "location": "/usr/include/SDL2/SDL_main.h:137:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "sig_atomic_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sig_atomic_t.h:8:24", "type": { "tag": "__sig_atomic_t" } }, +{ "tag": "union", "ns": 0, "name": "sigval", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__sigval_t.h:24:7", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "sival_int", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "sival_ptr", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "__sigval_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__sigval_t.h:30:22", "type": { "tag": ":union", "name": "sigval", "id": 50 } }, +{ "tag": "typedef", "ns": 0, "name": "siginfo_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:124:5", "type": { "tag": "struct", "ns": 0, "name": "", "id": 51, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:36:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "si_signo", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "si_errno", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "si_code", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__pad0", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_sifields", "bit-offset": 128, "bit-size": 896, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 52, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:51:5", "bit-size": 896, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "_pad", "bit-offset": 0, "bit-size": 896, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 28 } }, { "tag": "field", "name": "_kill", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "struct", "ns": 0, "name": "", "id": 53, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:56:2", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "si_pid", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__pid_t" } }, { "tag": "field", "name": "si_uid", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__uid_t" } }] } }, { "tag": "field", "name": "_timer", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 54, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:63:2", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "si_tid", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "si_overrun", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "si_sigval", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__sigval_t" } }] } }, { "tag": "field", "name": "_rt", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 55, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:71:2", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "si_pid", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__pid_t" } }, { "tag": "field", "name": "si_uid", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__uid_t" } }, { "tag": "field", "name": "si_sigval", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__sigval_t" } }] } }, { "tag": "field", "name": "_sigchld", "bit-offset": 0, "bit-size": 256, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 56, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:79:2", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "si_pid", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__pid_t" } }, { "tag": "field", "name": "si_uid", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__uid_t" } }, { "tag": "field", "name": "si_status", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "si_utime", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__clock_t" } }, { "tag": "field", "name": "si_stime", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__clock_t" } }] } }, { "tag": "field", "name": "_sigfault", "bit-offset": 0, "bit-size": 256, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 57, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:89:2", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "si_addr", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "si_addr_lsb", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "_bounds", "bit-offset": 128, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 58, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:94:6", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "_addr_bnd", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 59, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:97:3", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "_lower", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "_upper", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] } }, { "tag": "field", "name": "_pkey", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__uint32_t" } }] } }] } }, { "tag": "field", "name": "_sigpoll", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 60, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:108:2", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "si_band", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "si_fd", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, { "tag": "field", "name": "_sigsys", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 61, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:116:2", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "_call_addr", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "_syscall", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_arch", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }] } }] } }] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 62, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:35:1", "fields": [{ "tag": "field", "name": "SI_ASYNCNL", "value": 4294967236 }, { "tag": "field", "name": "SI_DETHREAD", "value": 4294967289 }, { "tag": "field", "name": "SI_TKILL", "value": 4294967290 }, { "tag": "field", "name": "SI_SIGIO", "value": 4294967291 }, { "tag": "field", "name": "SI_ASYNCIO", "value": 4294967292 }, { "tag": "field", "name": "SI_MESGQ", "value": 4294967293 }, { "tag": "field", "name": "SI_TIMER", "value": 4294967294 }, { "tag": "field", "name": "SI_QUEUE", "value": 4294967295 }, { "tag": "field", "name": "SI_USER", "value": 0 }, { "tag": "field", "name": "SI_KERNEL", "value": 128 }] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 63, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:71:1", "fields": [{ "tag": "field", "name": "ILL_ILLOPC", "value": 1 }, { "tag": "field", "name": "ILL_ILLOPN", "value": 2 }, { "tag": "field", "name": "ILL_ILLADR", "value": 3 }, { "tag": "field", "name": "ILL_ILLTRP", "value": 4 }, { "tag": "field", "name": "ILL_PRVOPC", "value": 5 }, { "tag": "field", "name": "ILL_PRVREG", "value": 6 }, { "tag": "field", "name": "ILL_COPROC", "value": 7 }, { "tag": "field", "name": "ILL_BADSTK", "value": 8 }, { "tag": "field", "name": "ILL_BADIADDR", "value": 9 }] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 64, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:94:1", "fields": [{ "tag": "field", "name": "FPE_INTDIV", "value": 1 }, { "tag": "field", "name": "FPE_INTOVF", "value": 2 }, { "tag": "field", "name": "FPE_FLTDIV", "value": 3 }, { "tag": "field", "name": "FPE_FLTOVF", "value": 4 }, { "tag": "field", "name": "FPE_FLTUND", "value": 5 }, { "tag": "field", "name": "FPE_FLTRES", "value": 6 }, { "tag": "field", "name": "FPE_FLTINV", "value": 7 }, { "tag": "field", "name": "FPE_FLTSUB", "value": 8 }, { "tag": "field", "name": "FPE_FLTUNK", "value": 14 }, { "tag": "field", "name": "FPE_CONDTRAP", "value": 15 }] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 65, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:119:1", "fields": [{ "tag": "field", "name": "SEGV_MAPERR", "value": 1 }, { "tag": "field", "name": "SEGV_ACCERR", "value": 2 }, { "tag": "field", "name": "SEGV_BNDERR", "value": 3 }, { "tag": "field", "name": "SEGV_PKUERR", "value": 4 }, { "tag": "field", "name": "SEGV_ACCADI", "value": 5 }, { "tag": "field", "name": "SEGV_ADIDERR", "value": 6 }, { "tag": "field", "name": "SEGV_ADIPERR", "value": 7 }, { "tag": "field", "name": "SEGV_MTEAERR", "value": 8 }, { "tag": "field", "name": "SEGV_MTESERR", "value": 9 }] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 66, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:142:1", "fields": [{ "tag": "field", "name": "BUS_ADRALN", "value": 1 }, { "tag": "field", "name": "BUS_ADRERR", "value": 2 }, { "tag": "field", "name": "BUS_OBJERR", "value": 3 }, { "tag": "field", "name": "BUS_MCEERR_AR", "value": 4 }, { "tag": "field", "name": "BUS_MCEERR_AO", "value": 5 }] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 67, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:176:1", "fields": [{ "tag": "field", "name": "CLD_EXITED", "value": 1 }, { "tag": "field", "name": "CLD_KILLED", "value": 2 }, { "tag": "field", "name": "CLD_DUMPED", "value": 3 }, { "tag": "field", "name": "CLD_TRAPPED", "value": 4 }, { "tag": "field", "name": "CLD_STOPPED", "value": 5 }, { "tag": "field", "name": "CLD_CONTINUED", "value": 6 }] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 68, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:193:1", "fields": [{ "tag": "field", "name": "POLL_IN", "value": 1 }, { "tag": "field", "name": "POLL_OUT", "value": 2 }, { "tag": "field", "name": "POLL_MSG", "value": 3 }, { "tag": "field", "name": "POLL_ERR", "value": 4 }, { "tag": "field", "name": "POLL_PRI", "value": 5 }, { "tag": "field", "name": "POLL_HUP", "value": 6 }] }, +{ "tag": "typedef", "ns": 0, "name": "sigval_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigval_t.h:16:20", "type": { "tag": "__sigval_t" } }, +{ "tag": "struct", "ns": 0, "name": "sigevent", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigevent_t.h:22:16", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "sigev_value", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__sigval_t" } }, { "tag": "field", "name": "sigev_signo", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "sigev_notify", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_sigev_un", "bit-offset": 128, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 69, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigevent_t.h:28:5", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "_pad", "bit-offset": 0, "bit-size": 384, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 12 } }, { "tag": "field", "name": "_tid", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__pid_t" } }, { "tag": "field", "name": "_sigev_thread", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 70, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigevent_t.h:36:2", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "_function", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "_attribute", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "pthread_attr_t" } } }] } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "sigevent_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigevent_t.h:42:5", "type": { "tag": ":struct", "name": "sigevent", "id": 71 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 72, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigevent-consts.h:27:1", "fields": [{ "tag": "field", "name": "SIGEV_SIGNAL", "value": 0 }, { "tag": "field", "name": "SIGEV_NONE", "value": 1 }, { "tag": "field", "name": "SIGEV_THREAD", "value": 2 }, { "tag": "field", "name": "SIGEV_THREAD_ID", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "__sighandler_t", "location": "/usr/include/signal.h:72:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "__sysv_signal", "ns": 0, "location": "/usr/include/signal.h:77:23", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__handler", "type": { "tag": "__sighandler_t" } }], "return-type": { "tag": "__sighandler_t" } }, +{ "tag": "function", "name": "signal", "ns": 0, "location": "/usr/include/signal.h:88:23", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__handler", "type": { "tag": "__sighandler_t" } }], "return-type": { "tag": "__sighandler_t" } }, +{ "tag": "function", "name": "kill", "ns": 0, "location": "/usr/include/signal.h:112:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pid", "type": { "tag": "__pid_t" } }, { "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "killpg", "ns": 0, "location": "/usr/include/signal.h:119:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pgrp", "type": { "tag": "__pid_t" } }, { "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "raise", "ns": 0, "location": "/usr/include/signal.h:123:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "ssignal", "ns": 0, "location": "/usr/include/signal.h:127:23", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__handler", "type": { "tag": "__sighandler_t" } }], "return-type": { "tag": "__sighandler_t" } }, +{ "tag": "function", "name": "gsignal", "ns": 0, "location": "/usr/include/signal.h:129:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "psignal", "ns": 0, "location": "/usr/include/signal.h:134:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "psiginfo", "ns": 0, "location": "/usr/include/signal.h:137:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pinfo", "type": { "tag": ":pointer", "type": { "tag": "siginfo_t" } } }, { "tag": "parameter", "name": "__s", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "sigblock", "ns": 0, "location": "/usr/include/signal.h:173:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__mask", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigsetmask", "ns": 0, "location": "/usr/include/signal.h:176:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__mask", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "siggetmask", "ns": 0, "location": "/usr/include/signal.h:179:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "sig_t", "location": "/usr/include/signal.h:193:24", "type": { "tag": "__sighandler_t" } }, +{ "tag": "function", "name": "sigemptyset", "ns": 0, "location": "/usr/include/signal.h:199:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigfillset", "ns": 0, "location": "/usr/include/signal.h:202:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigaddset", "ns": 0, "location": "/usr/include/signal.h:205:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }, { "tag": "parameter", "name": "__signo", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigdelset", "ns": 0, "location": "/usr/include/signal.h:208:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }, { "tag": "parameter", "name": "__signo", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigismember", "ns": 0, "location": "/usr/include/signal.h:211:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }, { "tag": "parameter", "name": "__signo", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "sigaction", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:27:8", "bit-size": 1216, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__sigaction_handler", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 73, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:31:5", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "sa_handler", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__sighandler_t" } }, { "tag": "field", "name": "sa_sigaction", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }] } }, { "tag": "field", "name": "sa_mask", "bit-offset": 64, "bit-size": 1024, "bit-alignment": 64, "type": { "tag": "__sigset_t" } }, { "tag": "field", "name": "sa_flags", "bit-offset": 1088, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "sa_restorer", "bit-offset": 1152, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }] }, +{ "tag": "function", "name": "sigprocmask", "ns": 0, "location": "/usr/include/signal.h:232:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__how", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }, { "tag": "parameter", "name": "__oset", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigsuspend", "ns": 0, "location": "/usr/include/signal.h:240:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigaction", "ns": 0, "location": "/usr/include/signal.h:243:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__act", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "sigaction", "id": 74 } } }, { "tag": "parameter", "name": "__oact", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "sigaction", "id": 74 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigpending", "ns": 0, "location": "/usr/include/signal.h:247:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigwait", "ns": 0, "location": "/usr/include/signal.h:255:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }, { "tag": "parameter", "name": "__sig", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigwaitinfo", "ns": 0, "location": "/usr/include/signal.h:264:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }, { "tag": "parameter", "name": "__info", "type": { "tag": ":pointer", "type": { "tag": "siginfo_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigtimedwait", "ns": 0, "location": "/usr/include/signal.h:272:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__set", "type": { "tag": ":pointer", "type": { "tag": "sigset_t" } } }, { "tag": "parameter", "name": "__info", "type": { "tag": ":pointer", "type": { "tag": "siginfo_t" } } }, { "tag": "parameter", "name": "__timeout", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "timespec", "id": 5 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "sigqueue", "ns": 0, "location": "/usr/include/signal.h:279:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__pid", "type": { "tag": "__pid_t" } }, { "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__val", "type": { "tag": ":union", "name": "sigval", "id": 50 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__s8", "location": "/usr/include/asm-generic/int-l64.h:20:25", "type": { "tag": ":signed-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "__u8", "location": "/usr/include/asm-generic/int-l64.h:21:23", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "typedef", "ns": 0, "name": "__s16", "location": "/usr/include/asm-generic/int-l64.h:23:26", "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__u16", "location": "/usr/include/asm-generic/int-l64.h:24:24", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__s32", "location": "/usr/include/asm-generic/int-l64.h:26:24", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__u32", "location": "/usr/include/asm-generic/int-l64.h:27:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__s64", "location": "/usr/include/asm-generic/int-l64.h:29:25", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__u64", "location": "/usr/include/asm-generic/int-l64.h:30:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__vector128", "location": "/usr/include/powerpc64le-linux-gnu/asm/types.h:36:32", "type": { "tag": "struct", "ns": 0, "name": "", "id": 75, "location": "/usr/include/powerpc64le-linux-gnu/asm/types.h:34:9", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "u", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": "__u32" }, "size": 4 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_fd_set", "location": "/usr/include/linux/posix_types.h:27:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 76, "location": "/usr/include/linux/posix_types.h:25:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "fds_bits", "bit-offset": 0, "bit-size": 1024, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "size": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_sighandler_t", "location": "/usr/include/linux/posix_types.h:30:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_key_t", "location": "/usr/include/linux/posix_types.h:33:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_mqd_t", "location": "/usr/include/linux/posix_types.h:34:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_old_dev_t", "location": "/usr/include/powerpc64le-linux-gnu/asm/posix_types.h:12:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_long_t", "location": "/usr/include/asm-generic/posix_types.h:15:15", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_ulong_t", "location": "/usr/include/asm-generic/posix_types.h:16:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_ino_t", "location": "/usr/include/asm-generic/posix_types.h:20:26", "type": { "tag": "__kernel_ulong_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_mode_t", "location": "/usr/include/asm-generic/posix_types.h:24:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_pid_t", "location": "/usr/include/asm-generic/posix_types.h:28:14", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_ipc_pid_t", "location": "/usr/include/asm-generic/posix_types.h:32:14", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_uid_t", "location": "/usr/include/asm-generic/posix_types.h:36:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_gid_t", "location": "/usr/include/asm-generic/posix_types.h:37:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_suseconds_t", "location": "/usr/include/asm-generic/posix_types.h:41:26", "type": { "tag": "__kernel_long_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_daddr_t", "location": "/usr/include/asm-generic/posix_types.h:45:14", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_uid32_t", "location": "/usr/include/asm-generic/posix_types.h:49:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_gid32_t", "location": "/usr/include/asm-generic/posix_types.h:50:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_old_uid_t", "location": "/usr/include/asm-generic/posix_types.h:54:24", "type": { "tag": "__kernel_uid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_old_gid_t", "location": "/usr/include/asm-generic/posix_types.h:55:24", "type": { "tag": "__kernel_gid_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_size_t", "location": "/usr/include/asm-generic/posix_types.h:72:26", "type": { "tag": "__kernel_ulong_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_ssize_t", "location": "/usr/include/asm-generic/posix_types.h:73:25", "type": { "tag": "__kernel_long_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_ptrdiff_t", "location": "/usr/include/asm-generic/posix_types.h:74:25", "type": { "tag": "__kernel_long_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_fsid_t", "location": "/usr/include/asm-generic/posix_types.h:81:3", "type": { "tag": "struct", "ns": 2305336153, "name": "", "id": 77, "location": "/usr/include/asm-generic/posix_types.h:79:9", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "val", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 2 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_off_t", "location": "/usr/include/asm-generic/posix_types.h:87:25", "type": { "tag": "__kernel_long_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_loff_t", "location": "/usr/include/asm-generic/posix_types.h:88:19", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_old_time_t", "location": "/usr/include/asm-generic/posix_types.h:89:25", "type": { "tag": "__kernel_long_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_time_t", "location": "/usr/include/asm-generic/posix_types.h:90:25", "type": { "tag": "__kernel_long_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_time64_t", "location": "/usr/include/asm-generic/posix_types.h:91:19", "type": { "tag": ":long-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_clock_t", "location": "/usr/include/asm-generic/posix_types.h:92:25", "type": { "tag": "__kernel_long_t" } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_timer_t", "location": "/usr/include/asm-generic/posix_types.h:93:14", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_clockid_t", "location": "/usr/include/asm-generic/posix_types.h:94:14", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_caddr_t", "location": "/usr/include/asm-generic/posix_types.h:95:17", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_uid16_t", "location": "/usr/include/asm-generic/posix_types.h:96:24", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__kernel_gid16_t", "location": "/usr/include/asm-generic/posix_types.h:97:24", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "__le16", "location": "/usr/include/linux/types.h:24:25", "type": { "tag": "__u16" } }, +{ "tag": "typedef", "ns": 0, "name": "__be16", "location": "/usr/include/linux/types.h:25:25", "type": { "tag": "__u16" } }, +{ "tag": "typedef", "ns": 0, "name": "__le32", "location": "/usr/include/linux/types.h:26:25", "type": { "tag": "__u32" } }, +{ "tag": "typedef", "ns": 0, "name": "__be32", "location": "/usr/include/linux/types.h:27:25", "type": { "tag": "__u32" } }, +{ "tag": "typedef", "ns": 0, "name": "__le64", "location": "/usr/include/linux/types.h:28:25", "type": { "tag": "__u64" } }, +{ "tag": "typedef", "ns": 0, "name": "__be64", "location": "/usr/include/linux/types.h:29:25", "type": { "tag": "__u64" } }, +{ "tag": "typedef", "ns": 0, "name": "__sum16", "location": "/usr/include/linux/types.h:31:25", "type": { "tag": "__u16" } }, +{ "tag": "typedef", "ns": 0, "name": "__wsum", "location": "/usr/include/linux/types.h:32:25", "type": { "tag": "__u32" } }, +{ "tag": "typedef", "ns": 0, "name": "__poll_t", "location": "/usr/include/linux/types.h:47:28", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "pt_regs", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:32:8", "bit-size": 2816, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "gpr", "bit-offset": 0, "bit-size": 2048, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "size": 32 } }, { "tag": "field", "name": "nip", "bit-offset": 2048, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "msr", "bit-offset": 2112, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "orig_gpr3", "bit-offset": 2176, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "ctr", "bit-offset": 2240, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "link", "bit-offset": 2304, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "xer", "bit-offset": 2368, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "ccr", "bit-offset": 2432, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "softe", "bit-offset": 2496, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "trap", "bit-offset": 2560, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "dar", "bit-offset": 2624, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "dsisr", "bit-offset": 2688, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "result", "bit-offset": 2752, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }] }, +{ "tag": "struct", "ns": 0, "name": "ppc_debug_info", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:201:8", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "version", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "num_instruction_bps", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "num_data_bps", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "num_condition_regs", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "data_bp_alignment", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "sizeof_condition", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "features", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__u64" } }] }, +{ "tag": "struct", "ns": 0, "name": "ppc_hw_breakpoint", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:225:8", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "version", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "trigger_type", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "addr_mode", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "condition_mode", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "__u32" } }, { "tag": "field", "name": "addr", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__u64" } }, { "tag": "field", "name": "addr2", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__u64" } }, { "tag": "field", "name": "condition_value", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "__u64" } }] }, +{ "tag": "typedef", "ns": 0, "name": "elf_greg_t64", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:102:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "elf_gregset_t64", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:103:22", "type": { "tag": ":array", "type": { "tag": "elf_greg_t64" }, "size": 48 } }, +{ "tag": "typedef", "ns": 0, "name": "elf_greg_t32", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:105:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "elf_gregset_t32", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:106:22", "type": { "tag": ":array", "type": { "tag": "elf_greg_t32" }, "size": 48 } }, +{ "tag": "typedef", "ns": 0, "name": "compat_elf_gregset_t", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:107:25", "type": { "tag": "elf_gregset_t32" } }, +{ "tag": "typedef", "ns": 0, "name": "elf_greg_t", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:119:22", "type": { "tag": "elf_greg_t64" } }, +{ "tag": "typedef", "ns": 0, "name": "elf_gregset_t", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:120:25", "type": { "tag": "elf_gregset_t64" } }, +{ "tag": "typedef", "ns": 0, "name": "elf_fpreg_t", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:138:16", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "elf_fpregset_t", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:139:21", "type": { "tag": ":array", "type": { "tag": "elf_fpreg_t" }, "size": 33 } }, +{ "tag": "typedef", "ns": 0, "name": "elf_vrreg_t", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:160:21", "type": { "tag": "__vector128" } }, +{ "tag": "typedef", "ns": 0, "name": "elf_vrregset_t", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:161:21", "type": { "tag": ":array", "type": { "tag": "elf_vrreg_t" }, "size": 34 } }, +{ "tag": "typedef", "ns": 0, "name": "elf_vrregset_t32", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:163:21", "type": { "tag": ":array", "type": { "tag": "elf_vrreg_t" }, "size": 33 } }, +{ "tag": "typedef", "ns": 0, "name": "elf_vsrreghalf_t32", "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:164:21", "type": { "tag": ":array", "type": { "tag": "elf_fpreg_t" }, "size": 32 } }, +{ "tag": "struct", "ns": 0, "name": "ppc64_opd_entry", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:293:8", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "funcaddr", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "r2", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }] }, +{ "tag": "struct", "ns": 0, "name": "sigcontext", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/sigcontext.h:17:8", "bit-size": 12224, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "_unused", "bit-offset": 0, "bit-size": 256, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "size": 4 } }, { "tag": "field", "name": "signal", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "_pad0", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "handler", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "oldmask", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "regs", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "pt_regs", "id": 78 } } }, { "tag": "field", "name": "gp_regs", "bit-offset": 512, "bit-size": 3072, "bit-alignment": 64, "type": { "tag": "elf_gregset_t" } }, { "tag": "field", "name": "fp_regs", "bit-offset": 3584, "bit-size": 2112, "bit-alignment": 64, "type": { "tag": "elf_fpregset_t" } }, { "tag": "field", "name": "v_regs", "bit-offset": 5696, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "elf_vrreg_t" } } }, { "tag": "field", "name": "vmx_reserve", "bit-offset": 5760, "bit-size": 6464, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "size": 101 } }] }, +{ "tag": "function", "name": "sigreturn", "ns": 0, "location": "/usr/include/signal.h:291:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__scp", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "sigcontext", "id": 79 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "stack_t", "location": "/usr/include/powerpc64le-linux-gnu/bits/types/stack_t.h:31:5", "type": { "tag": "struct", "ns": 0, "name": "", "id": 80, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/stack_t.h:26:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ss_sp", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "ss_flags", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "ss_size", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "size_t" } }] } }, +{ "tag": "struct", "ns": 0, "name": "pt_regs", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:33:8 ", "bit-size": 2816, "bit-alignment": 64, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "gregset_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:93:23", "type": { "tag": ":array", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "size": 48 } }, +{ "tag": "typedef", "ns": 0, "name": "fpregset_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:94:16", "type": { "tag": ":array", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "size": 33 } }, +{ "tag": "struct", "ns": 0, "name": "_libc_vscr", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:99:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "vscr_word", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__pad", "bit-offset": 32, "bit-size": 96, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 }, "size": 3 } }] }, +{ "tag": "typedef", "ns": 0, "name": "vscr_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:108:3", "type": { "tag": ":struct", "name": "_libc_vscr", "id": 81 } }, +{ "tag": "struct", "ns": 0, "name": "_libc_vrstate", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:112:16", "bit-size": 4352, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "vrregs", "bit-offset": 0, "bit-size": 4096, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":array", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 }, "size": 4 }, "size": 32 } }, { "tag": "field", "name": "vscr", "bit-offset": 4096, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "vscr_t" } }, { "tag": "field", "name": "vrsave", "bit-offset": 4224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__pad", "bit-offset": 4256, "bit-size": 96, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 }, "size": 3 } }] }, +{ "tag": "typedef", "ns": 0, "name": "vrregset_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:118:3", "type": { "tag": ":struct", "name": "_libc_vrstate", "id": 82 } }, +{ "tag": "typedef", "ns": 0, "name": "mcontext_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:150:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 83, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:120:9", "bit-size": 10176, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "__glibc_reserved", "bit-offset": 0, "bit-size": 256, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "size": 4 } }, { "tag": "field", "name": "signal", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "__pad0", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "handler", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "oldmask", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "regs", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "pt_regs", "id": 78 } } }, { "tag": "field", "name": "gp_regs", "bit-offset": 512, "bit-size": 3072, "bit-alignment": 64, "type": { "tag": "gregset_t" } }, { "tag": "field", "name": "fp_regs", "bit-offset": 3584, "bit-size": 2112, "bit-alignment": 64, "type": { "tag": "fpregset_t" } }, { "tag": "field", "name": "v_regs", "bit-offset": 5696, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "vrregset_t" } } }, { "tag": "field", "name": "vmx_reserve", "bit-offset": 5760, "bit-size": 4416, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "size": 69 } }] } }, +{ "tag": "struct", "ns": 0, "name": "ucontext_t", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:155:16", "bit-size": 11520, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "uc_flags", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "uc_link", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "ucontext_t", "id": 84 } } }, { "tag": "field", "name": "uc_stack", "bit-offset": 128, "bit-size": 192, "bit-alignment": 64, "type": { "tag": "stack_t" } }, { "tag": "field", "name": "uc_sigmask", "bit-offset": 320, "bit-size": 1024, "bit-alignment": 64, "type": { "tag": "sigset_t" } }, { "tag": "field", "name": "uc_mcontext", "bit-offset": 1344, "bit-size": 10176, "bit-alignment": 64, "type": { "tag": "mcontext_t" } }] }, +{ "tag": "typedef", "ns": 0, "name": "ucontext_t", "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:196:5", "type": { "tag": ":struct", "name": "ucontext_t", "id": 84 } }, +{ "tag": "function", "name": "siginterrupt", "ns": 0, "location": "/usr/include/signal.h:311:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__sig", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__interrupt", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 85, "location": "/usr/include/powerpc64le-linux-gnu/bits/ss_flags.h:27:1", "fields": [{ "tag": "field", "name": "SS_ONSTACK", "value": 1 }, { "tag": "field", "name": "SS_DISABLE", "value": 2 }] }, +{ "tag": "function", "name": "sigaltstack", "ns": 0, "location": "/usr/include/signal.h:319:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ss", "type": { "tag": ":pointer", "type": { "tag": "stack_t" } } }, { "tag": "parameter", "name": "__oss", "type": { "tag": ":pointer", "type": { "tag": "stack_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "sigstack", "id": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_sigstack.h:23:8", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ss_sp", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "ss_onstack", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "function", "name": "sigstack", "ns": 0, "location": "/usr/include/signal.h:333:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__ss", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "sigstack", "id": 86 } } }, { "tag": "parameter", "name": "__oss", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "sigstack", "id": 86 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "pthread_sigmask", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigthread.h:31:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__how", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "__newmask", "type": { "tag": ":pointer", "type": { "tag": "__sigset_t" } } }, { "tag": "parameter", "name": "__oldmask", "type": { "tag": ":pointer", "type": { "tag": "__sigset_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "pthread_kill", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigthread.h:36:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "__threadid", "type": { "tag": "pthread_t" } }, { "tag": "parameter", "name": "__signo", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__libc_current_sigrtmin", "ns": 0, "location": "/usr/include/signal.h:369:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "__libc_current_sigrtmax", "ns": 0, "location": "/usr/include/signal.h:371:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 87, "location": "/usr/include/SDL2/SDL_assert.h:106:9", "fields": [{ "tag": "field", "name": "SDL_ASSERTION_RETRY", "value": 0 }, { "tag": "field", "name": "SDL_ASSERTION_BREAK", "value": 1 }, { "tag": "field", "name": "SDL_ASSERTION_ABORT", "value": 2 }, { "tag": "field", "name": "SDL_ASSERTION_IGNORE", "value": 3 }, { "tag": "field", "name": "SDL_ASSERTION_ALWAYS_IGNORE", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AssertState", "location": "/usr/include/SDL2/SDL_assert.h:113:3", "type": { "tag": ":enum", "name": "", "id": 87 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AssertData", "id": 0, "location": "/usr/include/SDL2/SDL_assert.h:115:16", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "always_ignore", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "trigger_count", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "condition", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "filename", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "linenum", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "function", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "next", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "SDL_AssertData", "id": 88 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AssertData", "location": "/usr/include/SDL2/SDL_assert.h:124:3", "type": { "tag": ":struct", "name": "SDL_AssertData", "id": 88 } }, +{ "tag": "function", "name": "SDL_ReportAssertion", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:129:41", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "SDL_AssertData" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_AssertState" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AssertionHandler", "location": "/usr/include/SDL2/SDL_assert.h:200:35", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_SetAssertionHandler", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:224:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "handler", "type": { "tag": "SDL_AssertionHandler" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetDefaultAssertionHandler", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:243:46", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_AssertionHandler" } }, +{ "tag": "function", "name": "SDL_GetAssertionHandler", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:266:46", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "puserdata", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }], "return-type": { "tag": "SDL_AssertionHandler" } }, +{ "tag": "function", "name": "SDL_GetAssertionReport", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:294:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_AssertData" } } }, +{ "tag": "function", "name": "SDL_ResetAssertionReport", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:308:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SpinLock", "location": "/usr/include/SDL2/SDL_atomic.h:89:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AtomicTryLock", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:106:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "lock", "type": { "tag": ":pointer", "type": { "tag": "SDL_SpinLock" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_AtomicLock", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:121:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "lock", "type": { "tag": ":pointer", "type": { "tag": "SDL_SpinLock" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_AtomicUnlock", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:138:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "lock", "type": { "tag": ":pointer", "type": { "tag": "SDL_SpinLock" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MemoryBarrierReleaseFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:183:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MemoryBarrierAcquireFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:184:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_atomic_t", "location": "/usr/include/SDL2/SDL_atomic.h:244:31", "type": { "tag": "struct", "ns": 0, "name": "", "id": 89, "location": "/usr/include/SDL2/SDL_atomic.h:244:9", "bit-size": 32, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "value", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "function", "name": "SDL_AtomicCAS", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:263:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_atomic_t" } } }, { "tag": "parameter", "name": "oldval", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "newval", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_AtomicSet", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:281:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_atomic_t" } } }, { "tag": "parameter", "name": "v", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AtomicGet", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:296:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_atomic_t" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AtomicAdd", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:315:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_atomic_t" } } }, { "tag": "parameter", "name": "v", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AtomicCASPtr", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:351:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }, { "tag": "parameter", "name": "oldval", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "newval", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_AtomicSetPtr", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:368:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }, { "tag": "parameter", "name": "v", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_AtomicGetPtr", "ns": 0, "location": "/usr/include/SDL2/SDL_atomic.h:384:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_SetError", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:66:29", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetError", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:103:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetErrorMsg", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:120:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "errstr", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ClearError", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:130:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 90, "location": "/usr/include/SDL2/SDL_error.h:142:9", "fields": [{ "tag": "field", "name": "SDL_ENOMEM", "value": 0 }, { "tag": "field", "name": "SDL_EFREAD", "value": 1 }, { "tag": "field", "name": "SDL_EFWRITE", "value": 2 }, { "tag": "field", "name": "SDL_EFSEEK", "value": 3 }, { "tag": "field", "name": "SDL_UNSUPPORTED", "value": 4 }, { "tag": "field", "name": "SDL_LASTERROR", "value": 5 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_errorcode", "location": "/usr/include/SDL2/SDL_error.h:150:3", "type": { "tag": ":enum", "name": "", "id": 90 } }, +{ "tag": "function", "name": "SDL_Error", "ns": 0, "location": "/usr/include/SDL2/SDL_error.h:152:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "code", "type": { "tag": "SDL_errorcode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SwapFloat", "ns": 0, "location": "/usr/include/SDL2/SDL_endian.h:266:1", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_mutex", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:58:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_mutex", "location": "/usr/include/SDL2/SDL_mutex.h:59:26", "type": { "tag": "struct", "ns": 0, "name": "SDL_mutex", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:58:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_CreateMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:81:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }, +{ "tag": "function", "name": "SDL_LockMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:99:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_TryLockMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:122:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UnlockMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:141:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_DestroyMutex", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:162:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_semaphore", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:173:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_sem", "location": "/usr/include/SDL2/SDL_mutex.h:174:30", "type": { "tag": "struct", "ns": 0, "name": "SDL_semaphore", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:173:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_CreateSemaphore", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:198:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "initial_value", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }, +{ "tag": "function", "name": "SDL_DestroySemaphore", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:217:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SemWait", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:244:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SemTryWait", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:268:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SemWaitTimeout", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:293:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }, { "tag": "parameter", "name": "ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SemPost", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:311:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SemValue", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:323:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sem", "type": { "tag": ":pointer", "type": { "tag": "SDL_sem" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_cond", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:334:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_cond", "location": "/usr/include/SDL2/SDL_mutex.h:335:25", "type": { "tag": "struct", "ns": 0, "name": "SDL_cond", "id": 0, "location": "/usr/include/SDL2/SDL_mutex.h:334:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_CreateCond", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:351:35", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }, +{ "tag": "function", "name": "SDL_DestroyCond", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:366:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_CondSignal", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:383:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CondBroadcast", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:400:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CondWait", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:428:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }, { "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CondWaitTimeout", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:457:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cond", "type": { "tag": ":pointer", "type": { "tag": "SDL_cond" } } }, { "tag": "parameter", "name": "mutex", "type": { "tag": ":pointer", "type": { "tag": "SDL_mutex" } } }, { "tag": "parameter", "name": "ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Thread", "id": 0, "location": "/usr/include/SDL2/SDL_thread.h:56:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Thread", "location": "/usr/include/SDL2/SDL_thread.h:57:27", "type": { "tag": "struct", "ns": 0, "name": "SDL_Thread", "id": 0, "location": "/usr/include/SDL2/SDL_thread.h:56:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_threadID", "location": "/usr/include/SDL2/SDL_thread.h:60:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TLSID", "location": "/usr/include/SDL2/SDL_thread.h:63:22", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 95, "location": "/usr/include/SDL2/SDL_thread.h:75:9", "fields": [{ "tag": "field", "name": "SDL_THREAD_PRIORITY_LOW", "value": 0 }, { "tag": "field", "name": "SDL_THREAD_PRIORITY_NORMAL", "value": 1 }, { "tag": "field", "name": "SDL_THREAD_PRIORITY_HIGH", "value": 2 }, { "tag": "field", "name": "SDL_THREAD_PRIORITY_TIME_CRITICAL", "value": 3 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ThreadPriority", "location": "/usr/include/SDL2/SDL_thread.h:80:3", "type": { "tag": ":enum", "name": "", "id": 95 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ThreadFunction", "location": "/usr/include/SDL2/SDL_thread.h:88:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_CreateThread", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:208:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fn", "type": { "tag": "SDL_ThreadFunction" } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }, +{ "tag": "function", "name": "SDL_CreateThreadWithStackSize", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:254:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fn", "type": { "tag": "SDL_ThreadFunction" } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "stacksize", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }, +{ "tag": "function", "name": "SDL_GetThreadName", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:272:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "thread", "type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_ThreadID", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:290:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_threadID" } }, +{ "tag": "function", "name": "SDL_GetThreadID", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:307:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "thread", "type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }], "return-type": { "tag": "SDL_threadID" } }, +{ "tag": "function", "name": "SDL_SetThreadPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:322:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "priority", "type": { "tag": "SDL_ThreadPriority" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_WaitThread", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:357:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "thread", "type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }, { "tag": "parameter", "name": "status", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DetachThread", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:393:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "thread", "type": { "tag": ":pointer", "type": { "tag": "SDL_Thread" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_TLSCreate", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:408:35", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_TLSID" } }, +{ "tag": "function", "name": "SDL_TLSGet", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:422:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "SDL_TLSID" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_TLSSet", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:447:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "SDL_TLSID" } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "destructor", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_TLSCleanup", "ns": 0, "location": "/usr/include/SDL2/SDL_thread.h:454:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_RWops", "id": 0, "location": "/usr/include/SDL2/SDL_rwops.h:55:16", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "size", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "seek", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "read", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "write", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "close", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "type", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "hidden", "bit-offset": 384, "bit-size": 192, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 96, "location": "/usr/include/SDL2/SDL_rwops.h:97:5", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "stdio", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 97, "location": "/usr/include/SDL2/SDL_rwops.h:130:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "autoclose", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_bool" } }, { "tag": "field", "name": "fp", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }] } }, { "tag": "field", "name": "mem", "bit-offset": 0, "bit-size": 192, "bit-alignment": 64, "type": { "tag": "struct", "ns": 3023, "name": "", "id": 98, "location": "/usr/include/SDL2/SDL_rwops.h:136:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "base", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "field", "name": "here", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "field", "name": "stop", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }] } }, { "tag": "field", "name": "unknown", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 12906, "name": "", "id": 99, "location": "/usr/include/SDL2/SDL_rwops.h:142:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "data1", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "data2", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_RWops", "location": "/usr/include/SDL2/SDL_rwops.h:149:3", "type": { "tag": ":struct", "name": "SDL_RWops", "id": 100 } }, +{ "tag": "function", "name": "SDL_RWFromFile", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:220:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "file", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_RWFromFP", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:225:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fp", "type": { "tag": ":pointer", "type": { "tag": "FILE" } } }, { "tag": "parameter", "name": "autoclose", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_RWFromMem", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:294:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_RWFromConstMem", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:328:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_AllocRW", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:357:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, +{ "tag": "function", "name": "SDL_FreeRW", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:381:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "area", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RWsize", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:399:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_RWseek", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:436:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "offset", "type": { "tag": "Sint64" } }, { "tag": "parameter", "name": "whence", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_RWtell", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:464:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_RWread", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:496:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "maxnum", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_RWwrite", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:530:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "num", "type": { "tag": "size_t" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_RWclose", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:561:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LoadFile_RW", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:579:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "datasize", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }, { "tag": "parameter", "name": "freesrc", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_LoadFile", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:601:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "file", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "datasize", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_ReadU8", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:621:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_ReadLE16", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:637:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_ReadBE16", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:653:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_ReadLE32", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:669:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_ReadBE32", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:685:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_ReadLE64", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:701:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_ReadBE64", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:717:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_WriteU8", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:739:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint8" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteLE16", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:757:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint16" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteBE16", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:774:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint16" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteLE32", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:792:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint32" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteBE32", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:809:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint32" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteLE64", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:827:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint64" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_WriteBE64", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:844:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint64" } }], "return-type": { "tag": "size_t" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioFormat", "location": "/usr/include/SDL2/SDL_audio.h:66:16", "type": { "tag": "Uint16" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioCallback", "location": "/usr/include/SDL2/SDL_audio.h:165:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AudioSpec", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:180:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "freq", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "format", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "SDL_AudioFormat" } }, { "tag": "field", "name": "channels", "bit-offset": 48, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "silence", "bit-offset": 56, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "samples", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "padding", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "size", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "callback", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_AudioCallback" } }, { "tag": "field", "name": "userdata", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioSpec", "location": "/usr/include/SDL2/SDL_audio.h:191:3", "type": { "tag": ":struct", "name": "SDL_AudioSpec", "id": 101 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AudioCVT", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:194:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioFilter", "location": "/usr/include/SDL2/SDL_audio.h:195:25", "type": { "tag": ":function-pointer" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AudioCVT", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:231:16", "bit-size": 1088, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "needed", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "src_format", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "SDL_AudioFormat" } }, { "tag": "field", "name": "dst_format", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "SDL_AudioFormat" } }, { "tag": "field", "name": "rate_incr", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "buf", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "field", "name": "len", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "len_cvt", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "len_mult", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "len_ratio", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "filters", "bit-offset": 384, "bit-size": 640, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": "SDL_AudioFilter" }, "size": 10 } }, { "tag": "field", "name": "filter_index", "bit-offset": 1024, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioCVT", "location": "/usr/include/SDL2/SDL_audio.h:244:23", "type": { "tag": ":struct", "name": "SDL_AudioCVT", "id": 102 } }, +{ "tag": "function", "name": "SDL_GetNumAudioDrivers", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:276:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetAudioDriver", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:298:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_AudioInit", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:325:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "driver_name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioQuit", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:339:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetCurrentAudioDriver", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:358:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_OpenAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:407:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "desired", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, { "tag": "parameter", "name": "obtained", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioDeviceID", "location": "/usr/include/SDL2/SDL_audio.h:419:16", "type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetNumAudioDevices", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:465:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "iscapture", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetAudioDeviceName", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:491:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "iscapture", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetAudioDeviceSpec", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:518:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "iscapture", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "spec", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_OpenAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:633:43", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "iscapture", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "desired", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, { "tag": "parameter", "name": "obtained", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, { "tag": "parameter", "name": "allowed_changes", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_AudioDeviceID" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 103, "location": "/usr/include/SDL2/SDL_audio.h:648:9", "fields": [{ "tag": "field", "name": "SDL_AUDIO_STOPPED", "value": 0 }, { "tag": "field", "name": "SDL_AUDIO_PLAYING", "value": 1 }, { "tag": "field", "name": "SDL_AUDIO_PAUSED", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioStatus", "location": "/usr/include/SDL2/SDL_audio.h:653:3", "type": { "tag": ":enum", "name": "", "id": 103 } }, +{ "tag": "function", "name": "SDL_GetAudioStatus", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:673:41", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_AudioStatus" } }, +{ "tag": "function", "name": "SDL_GetAudioDeviceStatus", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:686:41", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": "SDL_AudioStatus" } }, +{ "tag": "function", "name": "SDL_PauseAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:719:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pause_on", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_PauseAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:749:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }, { "tag": "parameter", "name": "pause_on", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LoadWAV_RW", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:834:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "freesrc", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "spec", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, { "tag": "parameter", "name": "audio_buf", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } } }, { "tag": "parameter", "name": "audio_len", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_AudioSpec" } } }, +{ "tag": "function", "name": "SDL_FreeWAV", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:862:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "audio_buf", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_BuildAudioCVT", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:896:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cvt", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioCVT" } } }, { "tag": "parameter", "name": "src_format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "src_channels", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "src_rate", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dst_format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "dst_channels", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "dst_rate", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_ConvertAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:942:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cvt", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioCVT" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_AudioStream", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:952:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioStream", "location": "/usr/include/SDL2/SDL_audio.h:953:33", "type": { "tag": "struct", "ns": 0, "name": "_SDL_AudioStream", "id": 0, "location": "/usr/include/SDL2/SDL_audio.h:952:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_NewAudioStream", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:975:43", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src_format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "src_channels", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "src_rate", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dst_format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "dst_channels", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "dst_rate", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }, +{ "tag": "function", "name": "SDL_AudioStreamPut", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:999:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }, { "tag": "parameter", "name": "buf", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioStreamGet", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1018:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }, { "tag": "parameter", "name": "buf", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioStreamAvailable", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1036:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioStreamFlush", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1055:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AudioStreamClear", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1069:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_FreeAudioStream", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1083:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "stream", "type": { "tag": ":pointer", "type": { "tag": "SDL_AudioStream" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MixAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1109:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "volume", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MixAudioFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1142:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "format", "type": { "tag": "SDL_AudioFormat" } }, { "tag": "parameter", "name": "len", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "volume", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_QueueAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1193:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_DequeueAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1241:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "Uint32" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetQueuedAudioSize", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1275:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_ClearQueuedAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1309:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LockAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1340:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LockAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1379:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_UnlockAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1398:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_UnlockAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1412:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_CloseAudio", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1430:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_CloseAudioDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1454:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": "SDL_AudioDeviceID" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetClipboardText", "ns": 0, "location": "/usr/include/SDL2/SDL_clipboard.h:53:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "text", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetClipboardText", "ns": 0, "location": "/usr/include/SDL2/SDL_clipboard.h:71:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_HasClipboardText", "ns": 0, "location": "/usr/include/SDL2/SDL_clipboard.h:83:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetCPUCount", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:140:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetCPUCacheLineSize", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:152:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HasRDTSC", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:174:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasAltiVec", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:197:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasMMX", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:219:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_Has3DNow", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:241:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:263:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE2", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:285:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE3", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:307:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE41", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:329:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasSSE42", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:351:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasAVX", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:373:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasAVX2", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:395:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasAVX512F", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:408:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasARMSIMD", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:423:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasNEON", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:434:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetSystemRAM", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:443:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SIMDGetAlignment", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:462:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "size_t" } }, +{ "tag": "function", "name": "SDL_SIMDAlloc", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:501:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_SIMDRealloc", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:525:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mem", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "len", "type": { "tag": "size_t" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_SIMDFree", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:549:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "ptr", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 105, "location": "/usr/include/SDL2/SDL_pixels.h:51:9", "fields": [{ "tag": "field", "name": "SDL_PIXELTYPE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_PIXELTYPE_INDEX1", "value": 1 }, { "tag": "field", "name": "SDL_PIXELTYPE_INDEX4", "value": 2 }, { "tag": "field", "name": "SDL_PIXELTYPE_INDEX8", "value": 3 }, { "tag": "field", "name": "SDL_PIXELTYPE_PACKED8", "value": 4 }, { "tag": "field", "name": "SDL_PIXELTYPE_PACKED16", "value": 5 }, { "tag": "field", "name": "SDL_PIXELTYPE_PACKED32", "value": 6 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYU8", "value": 7 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYU16", "value": 8 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYU32", "value": 9 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYF16", "value": 10 }, { "tag": "field", "name": "SDL_PIXELTYPE_ARRAYF32", "value": 11 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PixelType", "location": "/usr/include/SDL2/SDL_pixels.h:65:3", "type": { "tag": ":enum", "name": "", "id": 105 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 106, "location": "/usr/include/SDL2/SDL_pixels.h:68:9", "fields": [{ "tag": "field", "name": "SDL_BITMAPORDER_NONE", "value": 0 }, { "tag": "field", "name": "SDL_BITMAPORDER_4321", "value": 1 }, { "tag": "field", "name": "SDL_BITMAPORDER_1234", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_BitmapOrder", "location": "/usr/include/SDL2/SDL_pixels.h:73:3", "type": { "tag": ":enum", "name": "", "id": 106 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 107, "location": "/usr/include/SDL2/SDL_pixels.h:76:9", "fields": [{ "tag": "field", "name": "SDL_PACKEDORDER_NONE", "value": 0 }, { "tag": "field", "name": "SDL_PACKEDORDER_XRGB", "value": 1 }, { "tag": "field", "name": "SDL_PACKEDORDER_RGBX", "value": 2 }, { "tag": "field", "name": "SDL_PACKEDORDER_ARGB", "value": 3 }, { "tag": "field", "name": "SDL_PACKEDORDER_RGBA", "value": 4 }, { "tag": "field", "name": "SDL_PACKEDORDER_XBGR", "value": 5 }, { "tag": "field", "name": "SDL_PACKEDORDER_BGRX", "value": 6 }, { "tag": "field", "name": "SDL_PACKEDORDER_ABGR", "value": 7 }, { "tag": "field", "name": "SDL_PACKEDORDER_BGRA", "value": 8 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PackedOrder", "location": "/usr/include/SDL2/SDL_pixels.h:87:3", "type": { "tag": ":enum", "name": "", "id": 107 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 108, "location": "/usr/include/SDL2/SDL_pixels.h:92:9", "fields": [{ "tag": "field", "name": "SDL_ARRAYORDER_NONE", "value": 0 }, { "tag": "field", "name": "SDL_ARRAYORDER_RGB", "value": 1 }, { "tag": "field", "name": "SDL_ARRAYORDER_RGBA", "value": 2 }, { "tag": "field", "name": "SDL_ARRAYORDER_ARGB", "value": 3 }, { "tag": "field", "name": "SDL_ARRAYORDER_BGR", "value": 4 }, { "tag": "field", "name": "SDL_ARRAYORDER_BGRA", "value": 5 }, { "tag": "field", "name": "SDL_ARRAYORDER_ABGR", "value": 6 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ArrayOrder", "location": "/usr/include/SDL2/SDL_pixels.h:101:3", "type": { "tag": ":enum", "name": "", "id": 108 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 109, "location": "/usr/include/SDL2/SDL_pixels.h:104:9", "fields": [{ "tag": "field", "name": "SDL_PACKEDLAYOUT_NONE", "value": 0 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_332", "value": 1 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_4444", "value": 2 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_1555", "value": 3 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_5551", "value": 4 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_565", "value": 5 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_8888", "value": 6 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_2101010", "value": 7 }, { "tag": "field", "name": "SDL_PACKEDLAYOUT_1010102", "value": 8 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PackedLayout", "location": "/usr/include/SDL2/SDL_pixels.h:115:3", "type": { "tag": ":enum", "name": "", "id": 109 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 110, "location": "/usr/include/SDL2/SDL_pixels.h:171:9", "fields": [{ "tag": "field", "name": "SDL_PIXELFORMAT_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX1LSB", "value": 286261504 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX1MSB", "value": 287310080 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX4LSB", "value": 303039488 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX4MSB", "value": 304088064 }, { "tag": "field", "name": "SDL_PIXELFORMAT_INDEX8", "value": 318769153 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB332", "value": 336660481 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XRGB4444", "value": 353504258 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB444", "value": 353504258 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XBGR4444", "value": 357698562 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR444", "value": 357698562 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XRGB1555", "value": 353570562 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB555", "value": 353570562 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XBGR1555", "value": 357764866 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR555", "value": 357764866 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB4444", "value": 355602434 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBA4444", "value": 356651010 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ABGR4444", "value": 359796738 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRA4444", "value": 360845314 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB1555", "value": 355667970 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBA5551", "value": 356782082 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ABGR1555", "value": 359862274 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRA5551", "value": 360976386 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB565", "value": 353701890 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR565", "value": 357896194 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB24", "value": 386930691 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR24", "value": 390076419 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XRGB8888", "value": 370546692 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGB888", "value": 370546692 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBX8888", "value": 371595268 }, { "tag": "field", "name": "SDL_PIXELFORMAT_XBGR8888", "value": 374740996 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGR888", "value": 374740996 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRX8888", "value": 375789572 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB8888", "value": 372645892 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBA8888", "value": 373694468 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ABGR8888", "value": 376840196 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRA8888", "value": 377888772 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB2101010", "value": 372711428 }, { "tag": "field", "name": "SDL_PIXELFORMAT_RGBA32", "value": 376840196 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ARGB32", "value": 377888772 }, { "tag": "field", "name": "SDL_PIXELFORMAT_BGRA32", "value": 372645892 }, { "tag": "field", "name": "SDL_PIXELFORMAT_ABGR32", "value": 373694468 }, { "tag": "field", "name": "SDL_PIXELFORMAT_YV12", "value": 842094169 }, { "tag": "field", "name": "SDL_PIXELFORMAT_IYUV", "value": 1448433993 }, { "tag": "field", "name": "SDL_PIXELFORMAT_YUY2", "value": 844715353 }, { "tag": "field", "name": "SDL_PIXELFORMAT_UYVY", "value": 1498831189 }, { "tag": "field", "name": "SDL_PIXELFORMAT_YVYU", "value": 1431918169 }, { "tag": "field", "name": "SDL_PIXELFORMAT_NV12", "value": 842094158 }, { "tag": "field", "name": "SDL_PIXELFORMAT_NV21", "value": 825382478 }, { "tag": "field", "name": "SDL_PIXELFORMAT_EXTERNAL_OES", "value": 542328143 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PixelFormatEnum", "location": "/usr/include/SDL2/SDL_pixels.h:302:3", "type": { "tag": ":enum", "name": "", "id": 110 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Color", "id": 0, "location": "/usr/include/SDL2/SDL_pixels.h:304:16", "bit-size": 32, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "r", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "g", "bit-offset": 8, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "b", "bit-offset": 16, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "a", "bit-offset": 24, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Color", "location": "/usr/include/SDL2/SDL_pixels.h:310:3", "type": { "tag": ":struct", "name": "SDL_Color", "id": 111 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Palette", "id": 0, "location": "/usr/include/SDL2/SDL_pixels.h:313:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ncolors", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "colors", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_Color" } } }, { "tag": "field", "name": "version", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "refcount", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Palette", "location": "/usr/include/SDL2/SDL_pixels.h:319:3", "type": { "tag": ":struct", "name": "SDL_Palette", "id": 112 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_PixelFormat", "id": 0, "location": "/usr/include/SDL2/SDL_pixels.h:324:16", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "format", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "palette", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }, { "tag": "field", "name": "BitsPerPixel", "bit-offset": 128, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "BytesPerPixel", "bit-offset": 136, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding", "bit-offset": 144, "bit-size": 16, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "Uint8" }, "size": 2 } }, { "tag": "field", "name": "Rmask", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "Gmask", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "Bmask", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "Amask", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "Rloss", "bit-offset": 288, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Gloss", "bit-offset": 296, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Bloss", "bit-offset": 304, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Aloss", "bit-offset": 312, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Rshift", "bit-offset": 320, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Gshift", "bit-offset": 328, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Bshift", "bit-offset": 336, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "Ashift", "bit-offset": 344, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "refcount", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "next", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "SDL_PixelFormat", "id": 113 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PixelFormat", "location": "/usr/include/SDL2/SDL_pixels.h:345:3", "type": { "tag": ":struct", "name": "SDL_PixelFormat", "id": 113 } }, +{ "tag": "function", "name": "SDL_GetPixelFormatName", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:356:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_PixelFormatEnumToMasks", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:374:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "bpp", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "Rmask", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }, { "tag": "parameter", "name": "Gmask", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }, { "tag": "parameter", "name": "Bmask", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }, { "tag": "parameter", "name": "Amask", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_MasksToPixelFormatEnum", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:398:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "bpp", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Rmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Gmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Bmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Amask", "type": { "tag": "Uint32" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_AllocFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:419:43", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixel_format", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, +{ "tag": "function", "name": "SDL_FreeFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:430:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_AllocPalette", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:446:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "ncolors", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }, +{ "tag": "function", "name": "SDL_SetPixelFormatPalette", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:461:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "palette", "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetPaletteColors", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:479:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "palette", "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }, { "tag": "parameter", "name": "colors", "type": { "tag": ":pointer", "type": { "tag": "SDL_Color" } } }, { "tag": "parameter", "name": "firstcolor", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "ncolors", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_FreePalette", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:492:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "palette", "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MapRGB", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:524:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_MapRGBA", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:559:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "a", "type": { "tag": "Uint8" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetRGB", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:584:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixel", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetRGBA", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:613:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixel", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_CalculateGammaRamp", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:628:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamma", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "ramp", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Point", "id": 0, "location": "/usr/include/SDL2/SDL_rect.h:48:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Point", "location": "/usr/include/SDL2/SDL_rect.h:52:3", "type": { "tag": ":struct", "name": "SDL_Point", "id": 114 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_FPoint", "id": 0, "location": "/usr/include/SDL2/SDL_rect.h:60:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_FPoint", "location": "/usr/include/SDL2/SDL_rect.h:64:3", "type": { "tag": ":struct", "name": "SDL_FPoint", "id": 115 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Rect", "id": 0, "location": "/usr/include/SDL2/SDL_rect.h:77:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "w", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "h", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Rect", "location": "/usr/include/SDL2/SDL_rect.h:81:3", "type": { "tag": ":struct", "name": "SDL_Rect", "id": 116 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_FRect", "id": 0, "location": "/usr/include/SDL2/SDL_rect.h:87:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "w", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "h", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_FRect", "location": "/usr/include/SDL2/SDL_rect.h:93:3", "type": { "tag": ":struct", "name": "SDL_FRect", "id": 117 } }, +{ "tag": "function", "name": "SDL_PointInRect", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:99:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "p", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_RectEmpty", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:108:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_RectEquals", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:116:27", "variadic": false, "inline": true, "storage-class": "static", "parameters": [{ "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasIntersection", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:135:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "A", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "B", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_IntersectRect", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:153:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "A", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "B", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "result", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_UnionRect", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:167:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "A", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "B", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "result", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_EnclosePoints", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:188:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "clip", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "result", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_IntersectRectAndLine", "ns": 0, "location": "/usr/include/SDL2/SDL_rect.h:211:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "X1", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "Y1", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "X2", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "Y2", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 118, "location": "/usr/include/SDL2/SDL_blendmode.h:40:9", "fields": [{ "tag": "field", "name": "SDL_BLENDMODE_NONE", "value": 0 }, { "tag": "field", "name": "SDL_BLENDMODE_BLEND", "value": 1 }, { "tag": "field", "name": "SDL_BLENDMODE_ADD", "value": 2 }, { "tag": "field", "name": "SDL_BLENDMODE_MOD", "value": 4 }, { "tag": "field", "name": "SDL_BLENDMODE_MUL", "value": 8 }, { "tag": "field", "name": "SDL_BLENDMODE_INVALID", "value": 2147483647 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_BlendMode", "location": "/usr/include/SDL2/SDL_blendmode.h:60:3", "type": { "tag": ":enum", "name": "", "id": 118 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 119, "location": "/usr/include/SDL2/SDL_blendmode.h:65:9", "fields": [{ "tag": "field", "name": "SDL_BLENDOPERATION_ADD", "value": 1 }, { "tag": "field", "name": "SDL_BLENDOPERATION_SUBTRACT", "value": 2 }, { "tag": "field", "name": "SDL_BLENDOPERATION_REV_SUBTRACT", "value": 3 }, { "tag": "field", "name": "SDL_BLENDOPERATION_MINIMUM", "value": 4 }, { "tag": "field", "name": "SDL_BLENDOPERATION_MAXIMUM", "value": 5 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_BlendOperation", "location": "/usr/include/SDL2/SDL_blendmode.h:73:3", "type": { "tag": ":enum", "name": "", "id": 119 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 120, "location": "/usr/include/SDL2/SDL_blendmode.h:78:9", "fields": [{ "tag": "field", "name": "SDL_BLENDFACTOR_ZERO", "value": 1 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE", "value": 2 }, { "tag": "field", "name": "SDL_BLENDFACTOR_SRC_COLOR", "value": 3 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE_MINUS_SRC_COLOR", "value": 4 }, { "tag": "field", "name": "SDL_BLENDFACTOR_SRC_ALPHA", "value": 5 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE_MINUS_SRC_ALPHA", "value": 6 }, { "tag": "field", "name": "SDL_BLENDFACTOR_DST_COLOR", "value": 7 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE_MINUS_DST_COLOR", "value": 8 }, { "tag": "field", "name": "SDL_BLENDFACTOR_DST_ALPHA", "value": 9 }, { "tag": "field", "name": "SDL_BLENDFACTOR_ONE_MINUS_DST_ALPHA", "value": 10 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_BlendFactor", "location": "/usr/include/SDL2/SDL_blendmode.h:91:3", "type": { "tag": ":enum", "name": "", "id": 120 } }, +{ "tag": "function", "name": "SDL_ComposeCustomBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_blendmode.h:185:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "srcColorFactor", "type": { "tag": "SDL_BlendFactor" } }, { "tag": "parameter", "name": "dstColorFactor", "type": { "tag": "SDL_BlendFactor" } }, { "tag": "parameter", "name": "colorOperation", "type": { "tag": "SDL_BlendOperation" } }, { "tag": "parameter", "name": "srcAlphaFactor", "type": { "tag": "SDL_BlendFactor" } }, { "tag": "parameter", "name": "dstAlphaFactor", "type": { "tag": "SDL_BlendFactor" } }, { "tag": "parameter", "name": "alphaOperation", "type": { "tag": "SDL_BlendOperation" } }], "return-type": { "tag": "SDL_BlendMode" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Surface", "id": 0, "location": "/usr/include/SDL2/SDL_surface.h:70:16", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "flags", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "format", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "field", "name": "w", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "h", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pitch", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pixels", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "userdata", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "locked", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "list_blitmap", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "clip_rect", "bit-offset": 512, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_Rect" } }, { "tag": "field", "name": "map", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "SDL_BlitMap", "id": 0, "location": "/usr/include/SDL2/SDL_surface.h:91:12", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "refcount", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "struct", "ns": 122, "name": "SDL_BlitMap", "id": 0, "location": "/usr/include/SDL2/SDL_surface.h:91:12", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Surface", "location": "/usr/include/SDL2/SDL_surface.h:95:3", "type": { "tag": ":struct", "name": "SDL_Surface", "id": 122 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_blit", "location": "/usr/include/SDL2/SDL_surface.h:100:23", "type": { "tag": ":function-pointer" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 123, "location": "/usr/include/SDL2/SDL_surface.h:106:9", "fields": [{ "tag": "field", "name": "SDL_YUV_CONVERSION_JPEG", "value": 0 }, { "tag": "field", "name": "SDL_YUV_CONVERSION_BT601", "value": 1 }, { "tag": "field", "name": "SDL_YUV_CONVERSION_BT709", "value": 2 }, { "tag": "field", "name": "SDL_YUV_CONVERSION_AUTOMATIC", "value": 3 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_YUV_CONVERSION_MODE", "location": "/usr/include/SDL2/SDL_surface.h:112:3", "type": { "tag": ":enum", "name": "", "id": 123 } }, +{ "tag": "function", "name": "SDL_CreateRGBSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:158:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "depth", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Rmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Gmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Bmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Amask", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_CreateRGBSurfaceWithFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:186:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "depth", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_CreateRGBSurfaceFrom", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:217:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "depth", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Rmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Gmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Bmask", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "Amask", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_CreateRGBSurfaceWithFormatFrom", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:255:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "depth", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_FreeSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:272:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetSurfacePalette", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:286:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "palette", "type": { "tag": ":pointer", "type": { "tag": "SDL_Palette" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LockSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:310:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UnlockSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:321:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LoadBMP_RW", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:345:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "freesrc", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_SaveBMP_RW", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:375:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "freedst", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetSurfaceRLE", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:403:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "flag", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HasSurfaceRLE", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:418:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_SetColorKey", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:444:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "flag", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "key", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HasColorKey", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:460:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetColorKey", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:480:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "key", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetSurfaceColorMod", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:504:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetSurfaceColorMod", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:523:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetSurfaceAlphaMod", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:545:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "alpha", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetSurfaceAlphaMod", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:561:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "alpha", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetSurfaceBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:580:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": "SDL_BlendMode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetSurfaceBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:595:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": ":pointer", "type": { "tag": "SDL_BlendMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetClipRect", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:618:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetClipRect", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:637:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DuplicateSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:649:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_ConvertSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:673:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": "SDL_PixelFormat" } } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_ConvertSurfaceFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:698:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "pixel_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_ConvertPixels", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:717:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "src_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src_pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dst_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "dst_pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_PremultiplyAlpha", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:743:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "src_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "src_pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dst_format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "dst_pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_FillRect", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:772:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "color", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_FillRects", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:798:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "color", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpperBlit", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:871:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LowerBlit", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:897:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SoftStretch", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:910:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SoftStretchLinear", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:920:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpperBlitScaled", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:938:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LowerBlitScaled", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:961:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetYUVConversionMode", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:970:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mode", "type": { "tag": "SDL_YUV_CONVERSION_MODE" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetYUVConversionMode", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:977:49", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_YUV_CONVERSION_MODE" } }, +{ "tag": "function", "name": "SDL_GetYUVConversionModeForResolution", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:985:49", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_YUV_CONVERSION_MODE" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DisplayMode", "location": "/usr/include/SDL2/SDL_video.h:60:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 124, "location": "/usr/include/SDL2/SDL_video.h:53:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "format", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "w", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "h", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "refresh_rate", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "driverdata", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Window", "id": 0, "location": "/usr/include/SDL2/SDL_video.h:95:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Window", "location": "/usr/include/SDL2/SDL_video.h:95:27", "type": { "tag": "struct", "ns": 0, "name": "SDL_Window", "id": 0, "location": "/usr/include/SDL2/SDL_video.h:95:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 126, "location": "/usr/include/SDL2/SDL_video.h:102:9", "fields": [{ "tag": "field", "name": "SDL_WINDOW_FULLSCREEN", "value": 1 }, { "tag": "field", "name": "SDL_WINDOW_OPENGL", "value": 2 }, { "tag": "field", "name": "SDL_WINDOW_SHOWN", "value": 4 }, { "tag": "field", "name": "SDL_WINDOW_HIDDEN", "value": 8 }, { "tag": "field", "name": "SDL_WINDOW_BORDERLESS", "value": 16 }, { "tag": "field", "name": "SDL_WINDOW_RESIZABLE", "value": 32 }, { "tag": "field", "name": "SDL_WINDOW_MINIMIZED", "value": 64 }, { "tag": "field", "name": "SDL_WINDOW_MAXIMIZED", "value": 128 }, { "tag": "field", "name": "SDL_WINDOW_MOUSE_GRABBED", "value": 256 }, { "tag": "field", "name": "SDL_WINDOW_INPUT_FOCUS", "value": 512 }, { "tag": "field", "name": "SDL_WINDOW_MOUSE_FOCUS", "value": 1024 }, { "tag": "field", "name": "SDL_WINDOW_FULLSCREEN_DESKTOP", "value": 4097 }, { "tag": "field", "name": "SDL_WINDOW_FOREIGN", "value": 2048 }, { "tag": "field", "name": "SDL_WINDOW_ALLOW_HIGHDPI", "value": 8192 }, { "tag": "field", "name": "SDL_WINDOW_MOUSE_CAPTURE", "value": 16384 }, { "tag": "field", "name": "SDL_WINDOW_ALWAYS_ON_TOP", "value": 32768 }, { "tag": "field", "name": "SDL_WINDOW_SKIP_TASKBAR", "value": 65536 }, { "tag": "field", "name": "SDL_WINDOW_UTILITY", "value": 131072 }, { "tag": "field", "name": "SDL_WINDOW_TOOLTIP", "value": 262144 }, { "tag": "field", "name": "SDL_WINDOW_POPUP_MENU", "value": 524288 }, { "tag": "field", "name": "SDL_WINDOW_KEYBOARD_GRABBED", "value": 1048576 }, { "tag": "field", "name": "SDL_WINDOW_VULKAN", "value": 268435456 }, { "tag": "field", "name": "SDL_WINDOW_METAL", "value": 536870912 }, { "tag": "field", "name": "SDL_WINDOW_INPUT_GRABBED", "value": 256 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowFlags", "location": "/usr/include/SDL2/SDL_video.h:131:3", "type": { "tag": ":enum", "name": "", "id": 126 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 127, "location": "/usr/include/SDL2/SDL_video.h:154:9", "fields": [{ "tag": "field", "name": "SDL_WINDOWEVENT_NONE", "value": 0 }, { "tag": "field", "name": "SDL_WINDOWEVENT_SHOWN", "value": 1 }, { "tag": "field", "name": "SDL_WINDOWEVENT_HIDDEN", "value": 2 }, { "tag": "field", "name": "SDL_WINDOWEVENT_EXPOSED", "value": 3 }, { "tag": "field", "name": "SDL_WINDOWEVENT_MOVED", "value": 4 }, { "tag": "field", "name": "SDL_WINDOWEVENT_RESIZED", "value": 5 }, { "tag": "field", "name": "SDL_WINDOWEVENT_SIZE_CHANGED", "value": 6 }, { "tag": "field", "name": "SDL_WINDOWEVENT_MINIMIZED", "value": 7 }, { "tag": "field", "name": "SDL_WINDOWEVENT_MAXIMIZED", "value": 8 }, { "tag": "field", "name": "SDL_WINDOWEVENT_RESTORED", "value": 9 }, { "tag": "field", "name": "SDL_WINDOWEVENT_ENTER", "value": 10 }, { "tag": "field", "name": "SDL_WINDOWEVENT_LEAVE", "value": 11 }, { "tag": "field", "name": "SDL_WINDOWEVENT_FOCUS_GAINED", "value": 12 }, { "tag": "field", "name": "SDL_WINDOWEVENT_FOCUS_LOST", "value": 13 }, { "tag": "field", "name": "SDL_WINDOWEVENT_CLOSE", "value": 14 }, { "tag": "field", "name": "SDL_WINDOWEVENT_TAKE_FOCUS", "value": 15 }, { "tag": "field", "name": "SDL_WINDOWEVENT_HIT_TEST", "value": 16 }, { "tag": "field", "name": "SDL_WINDOWEVENT_ICCPROF_CHANGED", "value": 17 }, { "tag": "field", "name": "SDL_WINDOWEVENT_DISPLAY_CHANGED", "value": 18 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowEventID", "location": "/usr/include/SDL2/SDL_video.h:180:3", "type": { "tag": ":enum", "name": "", "id": 127 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 128, "location": "/usr/include/SDL2/SDL_video.h:185:9", "fields": [{ "tag": "field", "name": "SDL_DISPLAYEVENT_NONE", "value": 0 }, { "tag": "field", "name": "SDL_DISPLAYEVENT_ORIENTATION", "value": 1 }, { "tag": "field", "name": "SDL_DISPLAYEVENT_CONNECTED", "value": 2 }, { "tag": "field", "name": "SDL_DISPLAYEVENT_DISCONNECTED", "value": 3 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DisplayEventID", "location": "/usr/include/SDL2/SDL_video.h:191:3", "type": { "tag": ":enum", "name": "", "id": 128 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 129, "location": "/usr/include/SDL2/SDL_video.h:196:9", "fields": [{ "tag": "field", "name": "SDL_ORIENTATION_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_ORIENTATION_LANDSCAPE", "value": 1 }, { "tag": "field", "name": "SDL_ORIENTATION_LANDSCAPE_FLIPPED", "value": 2 }, { "tag": "field", "name": "SDL_ORIENTATION_PORTRAIT", "value": 3 }, { "tag": "field", "name": "SDL_ORIENTATION_PORTRAIT_FLIPPED", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DisplayOrientation", "location": "/usr/include/SDL2/SDL_video.h:203:3", "type": { "tag": ":enum", "name": "", "id": 129 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 130, "location": "/usr/include/SDL2/SDL_video.h:208:9", "fields": [{ "tag": "field", "name": "SDL_FLASH_CANCEL", "value": 0 }, { "tag": "field", "name": "SDL_FLASH_BRIEFLY", "value": 1 }, { "tag": "field", "name": "SDL_FLASH_UNTIL_FOCUSED", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_FlashOperation", "location": "/usr/include/SDL2/SDL_video.h:213:3", "type": { "tag": ":enum", "name": "", "id": 130 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLContext", "location": "/usr/include/SDL2/SDL_video.h:218:15", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 131, "location": "/usr/include/SDL2/SDL_video.h:223:9", "fields": [{ "tag": "field", "name": "SDL_GL_RED_SIZE", "value": 0 }, { "tag": "field", "name": "SDL_GL_GREEN_SIZE", "value": 1 }, { "tag": "field", "name": "SDL_GL_BLUE_SIZE", "value": 2 }, { "tag": "field", "name": "SDL_GL_ALPHA_SIZE", "value": 3 }, { "tag": "field", "name": "SDL_GL_BUFFER_SIZE", "value": 4 }, { "tag": "field", "name": "SDL_GL_DOUBLEBUFFER", "value": 5 }, { "tag": "field", "name": "SDL_GL_DEPTH_SIZE", "value": 6 }, { "tag": "field", "name": "SDL_GL_STENCIL_SIZE", "value": 7 }, { "tag": "field", "name": "SDL_GL_ACCUM_RED_SIZE", "value": 8 }, { "tag": "field", "name": "SDL_GL_ACCUM_GREEN_SIZE", "value": 9 }, { "tag": "field", "name": "SDL_GL_ACCUM_BLUE_SIZE", "value": 10 }, { "tag": "field", "name": "SDL_GL_ACCUM_ALPHA_SIZE", "value": 11 }, { "tag": "field", "name": "SDL_GL_STEREO", "value": 12 }, { "tag": "field", "name": "SDL_GL_MULTISAMPLEBUFFERS", "value": 13 }, { "tag": "field", "name": "SDL_GL_MULTISAMPLESAMPLES", "value": 14 }, { "tag": "field", "name": "SDL_GL_ACCELERATED_VISUAL", "value": 15 }, { "tag": "field", "name": "SDL_GL_RETAINED_BACKING", "value": 16 }, { "tag": "field", "name": "SDL_GL_CONTEXT_MAJOR_VERSION", "value": 17 }, { "tag": "field", "name": "SDL_GL_CONTEXT_MINOR_VERSION", "value": 18 }, { "tag": "field", "name": "SDL_GL_CONTEXT_EGL", "value": 19 }, { "tag": "field", "name": "SDL_GL_CONTEXT_FLAGS", "value": 20 }, { "tag": "field", "name": "SDL_GL_CONTEXT_PROFILE_MASK", "value": 21 }, { "tag": "field", "name": "SDL_GL_SHARE_WITH_CURRENT_CONTEXT", "value": 22 }, { "tag": "field", "name": "SDL_GL_FRAMEBUFFER_SRGB_CAPABLE", "value": 23 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RELEASE_BEHAVIOR", "value": 24 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RESET_NOTIFICATION", "value": 25 }, { "tag": "field", "name": "SDL_GL_CONTEXT_NO_ERROR", "value": 26 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLattr", "location": "/usr/include/SDL2/SDL_video.h:252:3", "type": { "tag": ":enum", "name": "", "id": 131 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 132, "location": "/usr/include/SDL2/SDL_video.h:254:9", "fields": [{ "tag": "field", "name": "SDL_GL_CONTEXT_PROFILE_CORE", "value": 1 }, { "tag": "field", "name": "SDL_GL_CONTEXT_PROFILE_COMPATIBILITY", "value": 2 }, { "tag": "field", "name": "SDL_GL_CONTEXT_PROFILE_ES", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLprofile", "location": "/usr/include/SDL2/SDL_video.h:259:3", "type": { "tag": ":enum", "name": "", "id": 132 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 133, "location": "/usr/include/SDL2/SDL_video.h:261:9", "fields": [{ "tag": "field", "name": "SDL_GL_CONTEXT_DEBUG_FLAG", "value": 1 }, { "tag": "field", "name": "SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG", "value": 2 }, { "tag": "field", "name": "SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG", "value": 4 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RESET_ISOLATION_FLAG", "value": 8 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLcontextFlag", "location": "/usr/include/SDL2/SDL_video.h:267:3", "type": { "tag": ":enum", "name": "", "id": 133 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 134, "location": "/usr/include/SDL2/SDL_video.h:269:9", "fields": [{ "tag": "field", "name": "SDL_GL_CONTEXT_RELEASE_BEHAVIOR_NONE", "value": 0 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLcontextReleaseFlag", "location": "/usr/include/SDL2/SDL_video.h:273:3", "type": { "tag": ":enum", "name": "", "id": 134 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 135, "location": "/usr/include/SDL2/SDL_video.h:275:9", "fields": [{ "tag": "field", "name": "SDL_GL_CONTEXT_RESET_NO_NOTIFICATION", "value": 0 }, { "tag": "field", "name": "SDL_GL_CONTEXT_RESET_LOSE_CONTEXT", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GLContextResetNotification", "location": "/usr/include/SDL2/SDL_video.h:279:3", "type": { "tag": ":enum", "name": "", "id": 135 } }, +{ "tag": "function", "name": "SDL_GetNumVideoDrivers", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:293:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetVideoDriver", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:308:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_VideoInit", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:339:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "driver_name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_VideoQuit", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:350:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetCurrentVideoDriver", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:363:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetNumVideoDisplays", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:375:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayName", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:389:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetDisplayBounds", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:405:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayUsableBounds", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:436:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayDPI", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:462:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "ddpi", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "hdpi", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "vdpi", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayOrientation", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:475:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_DisplayOrientation" } }, +{ "tag": "function", "name": "SDL_GetNumDisplayModes", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:492:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:516:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "modeIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetDesktopDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:539:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetCurrentDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:562:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetClosestDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:588:43", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "displayIndex", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }, { "tag": "parameter", "name": "closest", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }, +{ "tag": "function", "name": "SDL_GetWindowDisplayIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:603:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:624:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowDisplayMode", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:641:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_DisplayMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowICCProfile", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:656:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":pointer", "type": { "tag": "size_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_GetWindowPixelFormat", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:668:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_CreateWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:738:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "title", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_CreateWindowFrom", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:759:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GetWindowID", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:775:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetWindowFromID", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:791:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GetWindowFlags", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:809:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_SetWindowTitle", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:823:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "title", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowTitle", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:837:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_SetWindowIcon", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:847:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "icon", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowData", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:864:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_GetWindowData", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:879:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_SetWindowPosition", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:897:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowPosition", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:916:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:941:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:968:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowBordersSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1003:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "top", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "left", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "bottom", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "right", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowMinimumSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1019:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "min_w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "min_h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowMinimumSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1036:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowMaximumSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1051:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "max_w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "max_h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowMaximumSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1068:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowBordered", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1087:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "bordered", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowResizable", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1106:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "resizable", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowAlwaysOnTop", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1123:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "on_top", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_ShowWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1136:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_HideWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1147:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RaiseWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1156:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MaximizeWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1168:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_MinimizeWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1180:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RestoreWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1192:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowFullscreen", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1211:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1237:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, +{ "tag": "function", "name": "SDL_UpdateWindowSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1256:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpdateWindowSurfaceRects", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1278:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "numrects", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1300:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "grabbed", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowKeyboardGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1331:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "grabbed", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetWindowMouseGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1347:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "grabbed", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetWindowGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1360:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetWindowKeyboardGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1373:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetWindowMouseGrab", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1386:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetGrabbedWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1398:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_SetWindowMouseRect", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1417:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowMouseRect", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1430:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, +{ "tag": "function", "name": "SDL_SetWindowBrightness", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1458:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "brightness", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowBrightness", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1477:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowOpacity", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1496:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "opacity", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowOpacity", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1517:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "out_opacity", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowModalFor", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1529:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "modal_window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "parent_window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowInputFocus", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1546:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetWindowGammaRamp", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1578:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "red", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "green", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "blue", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetWindowGammaRamp", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1606:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "red", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "green", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "parameter", "name": "blue", "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 136, "location": "/usr/include/SDL2/SDL_video.h:1616:9", "fields": [{ "tag": "field", "name": "SDL_HITTEST_NORMAL", "value": 0 }, { "tag": "field", "name": "SDL_HITTEST_DRAGGABLE", "value": 1 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_TOPLEFT", "value": 2 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_TOP", "value": 3 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_TOPRIGHT", "value": 4 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_RIGHT", "value": 5 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_BOTTOMRIGHT", "value": 6 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_BOTTOM", "value": 7 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_BOTTOMLEFT", "value": 8 }, { "tag": "field", "name": "SDL_HITTEST_RESIZE_LEFT", "value": 9 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HitTestResult", "location": "/usr/include/SDL2/SDL_video.h:1628:3", "type": { "tag": ":enum", "name": "", "id": 136 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HitTest", "location": "/usr/include/SDL2/SDL_video.h:1640:37", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_SetWindowHitTest", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1684:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "callback", "type": { "tag": "SDL_HitTest" } }, { "tag": "parameter", "name": "callback_data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_FlashWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1698:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "operation", "type": { "tag": "SDL_FlashOperation" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_DestroyWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1713:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_IsScreenSaverEnabled", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1732:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_EnableScreenSaver", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1742:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DisableScreenSaver", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1755:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_LoadLibrary", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1783:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "path", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_GetProcAddress", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1836:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "proc", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_GL_UnloadLibrary", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1845:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_ExtensionSupported", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1866:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "extension", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GL_ResetAttributes", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1877:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_SetAttribute", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1897:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "attr", "type": { "tag": "SDL_GLattr" } }, { "tag": "parameter", "name": "value", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_GetAttribute", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1912:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "attr", "type": { "tag": "SDL_GLattr" } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_CreateContext", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1934:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_GLContext" } }, +{ "tag": "function", "name": "SDL_GL_MakeCurrent", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1951:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "context", "type": { "tag": "SDL_GLContext" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_GetCurrentWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1962:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GL_GetCurrentContext", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1974:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_GLContext" } }, +{ "tag": "function", "name": "SDL_GL_GetDrawableSize", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:1996:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_SetSwapInterval", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2031:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "interval", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_GetSwapInterval", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2048:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_SwapWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2064:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GL_DeleteContext", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:2075:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "context", "type": { "tag": "SDL_GLContext" } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 137, "location": "/usr/include/SDL2/SDL_scancode.h:43:9", "fields": [{ "tag": "field", "name": "SDL_SCANCODE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_SCANCODE_A", "value": 4 }, { "tag": "field", "name": "SDL_SCANCODE_B", "value": 5 }, { "tag": "field", "name": "SDL_SCANCODE_C", "value": 6 }, { "tag": "field", "name": "SDL_SCANCODE_D", "value": 7 }, { "tag": "field", "name": "SDL_SCANCODE_E", "value": 8 }, { "tag": "field", "name": "SDL_SCANCODE_F", "value": 9 }, { "tag": "field", "name": "SDL_SCANCODE_G", "value": 10 }, { "tag": "field", "name": "SDL_SCANCODE_H", "value": 11 }, { "tag": "field", "name": "SDL_SCANCODE_I", "value": 12 }, { "tag": "field", "name": "SDL_SCANCODE_J", "value": 13 }, { "tag": "field", "name": "SDL_SCANCODE_K", "value": 14 }, { "tag": "field", "name": "SDL_SCANCODE_L", "value": 15 }, { "tag": "field", "name": "SDL_SCANCODE_M", "value": 16 }, { "tag": "field", "name": "SDL_SCANCODE_N", "value": 17 }, { "tag": "field", "name": "SDL_SCANCODE_O", "value": 18 }, { "tag": "field", "name": "SDL_SCANCODE_P", "value": 19 }, { "tag": "field", "name": "SDL_SCANCODE_Q", "value": 20 }, { "tag": "field", "name": "SDL_SCANCODE_R", "value": 21 }, { "tag": "field", "name": "SDL_SCANCODE_S", "value": 22 }, { "tag": "field", "name": "SDL_SCANCODE_T", "value": 23 }, { "tag": "field", "name": "SDL_SCANCODE_U", "value": 24 }, { "tag": "field", "name": "SDL_SCANCODE_V", "value": 25 }, { "tag": "field", "name": "SDL_SCANCODE_W", "value": 26 }, { "tag": "field", "name": "SDL_SCANCODE_X", "value": 27 }, { "tag": "field", "name": "SDL_SCANCODE_Y", "value": 28 }, { "tag": "field", "name": "SDL_SCANCODE_Z", "value": 29 }, { "tag": "field", "name": "SDL_SCANCODE_1", "value": 30 }, { "tag": "field", "name": "SDL_SCANCODE_2", "value": 31 }, { "tag": "field", "name": "SDL_SCANCODE_3", "value": 32 }, { "tag": "field", "name": "SDL_SCANCODE_4", "value": 33 }, { "tag": "field", "name": "SDL_SCANCODE_5", "value": 34 }, { "tag": "field", "name": "SDL_SCANCODE_6", "value": 35 }, { "tag": "field", "name": "SDL_SCANCODE_7", "value": 36 }, { "tag": "field", "name": "SDL_SCANCODE_8", "value": 37 }, { "tag": "field", "name": "SDL_SCANCODE_9", "value": 38 }, { "tag": "field", "name": "SDL_SCANCODE_0", "value": 39 }, { "tag": "field", "name": "SDL_SCANCODE_RETURN", "value": 40 }, { "tag": "field", "name": "SDL_SCANCODE_ESCAPE", "value": 41 }, { "tag": "field", "name": "SDL_SCANCODE_BACKSPACE", "value": 42 }, { "tag": "field", "name": "SDL_SCANCODE_TAB", "value": 43 }, { "tag": "field", "name": "SDL_SCANCODE_SPACE", "value": 44 }, { "tag": "field", "name": "SDL_SCANCODE_MINUS", "value": 45 }, { "tag": "field", "name": "SDL_SCANCODE_EQUALS", "value": 46 }, { "tag": "field", "name": "SDL_SCANCODE_LEFTBRACKET", "value": 47 }, { "tag": "field", "name": "SDL_SCANCODE_RIGHTBRACKET", "value": 48 }, { "tag": "field", "name": "SDL_SCANCODE_BACKSLASH", "value": 49 }, { "tag": "field", "name": "SDL_SCANCODE_NONUSHASH", "value": 50 }, { "tag": "field", "name": "SDL_SCANCODE_SEMICOLON", "value": 51 }, { "tag": "field", "name": "SDL_SCANCODE_APOSTROPHE", "value": 52 }, { "tag": "field", "name": "SDL_SCANCODE_GRAVE", "value": 53 }, { "tag": "field", "name": "SDL_SCANCODE_COMMA", "value": 54 }, { "tag": "field", "name": "SDL_SCANCODE_PERIOD", "value": 55 }, { "tag": "field", "name": "SDL_SCANCODE_SLASH", "value": 56 }, { "tag": "field", "name": "SDL_SCANCODE_CAPSLOCK", "value": 57 }, { "tag": "field", "name": "SDL_SCANCODE_F1", "value": 58 }, { "tag": "field", "name": "SDL_SCANCODE_F2", "value": 59 }, { "tag": "field", "name": "SDL_SCANCODE_F3", "value": 60 }, { "tag": "field", "name": "SDL_SCANCODE_F4", "value": 61 }, { "tag": "field", "name": "SDL_SCANCODE_F5", "value": 62 }, { "tag": "field", "name": "SDL_SCANCODE_F6", "value": 63 }, { "tag": "field", "name": "SDL_SCANCODE_F7", "value": 64 }, { "tag": "field", "name": "SDL_SCANCODE_F8", "value": 65 }, { "tag": "field", "name": "SDL_SCANCODE_F9", "value": 66 }, { "tag": "field", "name": "SDL_SCANCODE_F10", "value": 67 }, { "tag": "field", "name": "SDL_SCANCODE_F11", "value": 68 }, { "tag": "field", "name": "SDL_SCANCODE_F12", "value": 69 }, { "tag": "field", "name": "SDL_SCANCODE_PRINTSCREEN", "value": 70 }, { "tag": "field", "name": "SDL_SCANCODE_SCROLLLOCK", "value": 71 }, { "tag": "field", "name": "SDL_SCANCODE_PAUSE", "value": 72 }, { "tag": "field", "name": "SDL_SCANCODE_INSERT", "value": 73 }, { "tag": "field", "name": "SDL_SCANCODE_HOME", "value": 74 }, { "tag": "field", "name": "SDL_SCANCODE_PAGEUP", "value": 75 }, { "tag": "field", "name": "SDL_SCANCODE_DELETE", "value": 76 }, { "tag": "field", "name": "SDL_SCANCODE_END", "value": 77 }, { "tag": "field", "name": "SDL_SCANCODE_PAGEDOWN", "value": 78 }, { "tag": "field", "name": "SDL_SCANCODE_RIGHT", "value": 79 }, { "tag": "field", "name": "SDL_SCANCODE_LEFT", "value": 80 }, { "tag": "field", "name": "SDL_SCANCODE_DOWN", "value": 81 }, { "tag": "field", "name": "SDL_SCANCODE_UP", "value": 82 }, { "tag": "field", "name": "SDL_SCANCODE_NUMLOCKCLEAR", "value": 83 }, { "tag": "field", "name": "SDL_SCANCODE_KP_DIVIDE", "value": 84 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MULTIPLY", "value": 85 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MINUS", "value": 86 }, { "tag": "field", "name": "SDL_SCANCODE_KP_PLUS", "value": 87 }, { "tag": "field", "name": "SDL_SCANCODE_KP_ENTER", "value": 88 }, { "tag": "field", "name": "SDL_SCANCODE_KP_1", "value": 89 }, { "tag": "field", "name": "SDL_SCANCODE_KP_2", "value": 90 }, { "tag": "field", "name": "SDL_SCANCODE_KP_3", "value": 91 }, { "tag": "field", "name": "SDL_SCANCODE_KP_4", "value": 92 }, { "tag": "field", "name": "SDL_SCANCODE_KP_5", "value": 93 }, { "tag": "field", "name": "SDL_SCANCODE_KP_6", "value": 94 }, { "tag": "field", "name": "SDL_SCANCODE_KP_7", "value": 95 }, { "tag": "field", "name": "SDL_SCANCODE_KP_8", "value": 96 }, { "tag": "field", "name": "SDL_SCANCODE_KP_9", "value": 97 }, { "tag": "field", "name": "SDL_SCANCODE_KP_0", "value": 98 }, { "tag": "field", "name": "SDL_SCANCODE_KP_PERIOD", "value": 99 }, { "tag": "field", "name": "SDL_SCANCODE_NONUSBACKSLASH", "value": 100 }, { "tag": "field", "name": "SDL_SCANCODE_APPLICATION", "value": 101 }, { "tag": "field", "name": "SDL_SCANCODE_POWER", "value": 102 }, { "tag": "field", "name": "SDL_SCANCODE_KP_EQUALS", "value": 103 }, { "tag": "field", "name": "SDL_SCANCODE_F13", "value": 104 }, { "tag": "field", "name": "SDL_SCANCODE_F14", "value": 105 }, { "tag": "field", "name": "SDL_SCANCODE_F15", "value": 106 }, { "tag": "field", "name": "SDL_SCANCODE_F16", "value": 107 }, { "tag": "field", "name": "SDL_SCANCODE_F17", "value": 108 }, { "tag": "field", "name": "SDL_SCANCODE_F18", "value": 109 }, { "tag": "field", "name": "SDL_SCANCODE_F19", "value": 110 }, { "tag": "field", "name": "SDL_SCANCODE_F20", "value": 111 }, { "tag": "field", "name": "SDL_SCANCODE_F21", "value": 112 }, { "tag": "field", "name": "SDL_SCANCODE_F22", "value": 113 }, { "tag": "field", "name": "SDL_SCANCODE_F23", "value": 114 }, { "tag": "field", "name": "SDL_SCANCODE_F24", "value": 115 }, { "tag": "field", "name": "SDL_SCANCODE_EXECUTE", "value": 116 }, { "tag": "field", "name": "SDL_SCANCODE_HELP", "value": 117 }, { "tag": "field", "name": "SDL_SCANCODE_MENU", "value": 118 }, { "tag": "field", "name": "SDL_SCANCODE_SELECT", "value": 119 }, { "tag": "field", "name": "SDL_SCANCODE_STOP", "value": 120 }, { "tag": "field", "name": "SDL_SCANCODE_AGAIN", "value": 121 }, { "tag": "field", "name": "SDL_SCANCODE_UNDO", "value": 122 }, { "tag": "field", "name": "SDL_SCANCODE_CUT", "value": 123 }, { "tag": "field", "name": "SDL_SCANCODE_COPY", "value": 124 }, { "tag": "field", "name": "SDL_SCANCODE_PASTE", "value": 125 }, { "tag": "field", "name": "SDL_SCANCODE_FIND", "value": 126 }, { "tag": "field", "name": "SDL_SCANCODE_MUTE", "value": 127 }, { "tag": "field", "name": "SDL_SCANCODE_VOLUMEUP", "value": 128 }, { "tag": "field", "name": "SDL_SCANCODE_VOLUMEDOWN", "value": 129 }, { "tag": "field", "name": "SDL_SCANCODE_KP_COMMA", "value": 133 }, { "tag": "field", "name": "SDL_SCANCODE_KP_EQUALSAS400", "value": 134 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL1", "value": 135 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL2", "value": 136 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL3", "value": 137 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL4", "value": 138 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL5", "value": 139 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL6", "value": 140 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL7", "value": 141 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL8", "value": 142 }, { "tag": "field", "name": "SDL_SCANCODE_INTERNATIONAL9", "value": 143 }, { "tag": "field", "name": "SDL_SCANCODE_LANG1", "value": 144 }, { "tag": "field", "name": "SDL_SCANCODE_LANG2", "value": 145 }, { "tag": "field", "name": "SDL_SCANCODE_LANG3", "value": 146 }, { "tag": "field", "name": "SDL_SCANCODE_LANG4", "value": 147 }, { "tag": "field", "name": "SDL_SCANCODE_LANG5", "value": 148 }, { "tag": "field", "name": "SDL_SCANCODE_LANG6", "value": 149 }, { "tag": "field", "name": "SDL_SCANCODE_LANG7", "value": 150 }, { "tag": "field", "name": "SDL_SCANCODE_LANG8", "value": 151 }, { "tag": "field", "name": "SDL_SCANCODE_LANG9", "value": 152 }, { "tag": "field", "name": "SDL_SCANCODE_ALTERASE", "value": 153 }, { "tag": "field", "name": "SDL_SCANCODE_SYSREQ", "value": 154 }, { "tag": "field", "name": "SDL_SCANCODE_CANCEL", "value": 155 }, { "tag": "field", "name": "SDL_SCANCODE_CLEAR", "value": 156 }, { "tag": "field", "name": "SDL_SCANCODE_PRIOR", "value": 157 }, { "tag": "field", "name": "SDL_SCANCODE_RETURN2", "value": 158 }, { "tag": "field", "name": "SDL_SCANCODE_SEPARATOR", "value": 159 }, { "tag": "field", "name": "SDL_SCANCODE_OUT", "value": 160 }, { "tag": "field", "name": "SDL_SCANCODE_OPER", "value": 161 }, { "tag": "field", "name": "SDL_SCANCODE_CLEARAGAIN", "value": 162 }, { "tag": "field", "name": "SDL_SCANCODE_CRSEL", "value": 163 }, { "tag": "field", "name": "SDL_SCANCODE_EXSEL", "value": 164 }, { "tag": "field", "name": "SDL_SCANCODE_KP_00", "value": 176 }, { "tag": "field", "name": "SDL_SCANCODE_KP_000", "value": 177 }, { "tag": "field", "name": "SDL_SCANCODE_THOUSANDSSEPARATOR", "value": 178 }, { "tag": "field", "name": "SDL_SCANCODE_DECIMALSEPARATOR", "value": 179 }, { "tag": "field", "name": "SDL_SCANCODE_CURRENCYUNIT", "value": 180 }, { "tag": "field", "name": "SDL_SCANCODE_CURRENCYSUBUNIT", "value": 181 }, { "tag": "field", "name": "SDL_SCANCODE_KP_LEFTPAREN", "value": 182 }, { "tag": "field", "name": "SDL_SCANCODE_KP_RIGHTPAREN", "value": 183 }, { "tag": "field", "name": "SDL_SCANCODE_KP_LEFTBRACE", "value": 184 }, { "tag": "field", "name": "SDL_SCANCODE_KP_RIGHTBRACE", "value": 185 }, { "tag": "field", "name": "SDL_SCANCODE_KP_TAB", "value": 186 }, { "tag": "field", "name": "SDL_SCANCODE_KP_BACKSPACE", "value": 187 }, { "tag": "field", "name": "SDL_SCANCODE_KP_A", "value": 188 }, { "tag": "field", "name": "SDL_SCANCODE_KP_B", "value": 189 }, { "tag": "field", "name": "SDL_SCANCODE_KP_C", "value": 190 }, { "tag": "field", "name": "SDL_SCANCODE_KP_D", "value": 191 }, { "tag": "field", "name": "SDL_SCANCODE_KP_E", "value": 192 }, { "tag": "field", "name": "SDL_SCANCODE_KP_F", "value": 193 }, { "tag": "field", "name": "SDL_SCANCODE_KP_XOR", "value": 194 }, { "tag": "field", "name": "SDL_SCANCODE_KP_POWER", "value": 195 }, { "tag": "field", "name": "SDL_SCANCODE_KP_PERCENT", "value": 196 }, { "tag": "field", "name": "SDL_SCANCODE_KP_LESS", "value": 197 }, { "tag": "field", "name": "SDL_SCANCODE_KP_GREATER", "value": 198 }, { "tag": "field", "name": "SDL_SCANCODE_KP_AMPERSAND", "value": 199 }, { "tag": "field", "name": "SDL_SCANCODE_KP_DBLAMPERSAND", "value": 200 }, { "tag": "field", "name": "SDL_SCANCODE_KP_VERTICALBAR", "value": 201 }, { "tag": "field", "name": "SDL_SCANCODE_KP_DBLVERTICALBAR", "value": 202 }, { "tag": "field", "name": "SDL_SCANCODE_KP_COLON", "value": 203 }, { "tag": "field", "name": "SDL_SCANCODE_KP_HASH", "value": 204 }, { "tag": "field", "name": "SDL_SCANCODE_KP_SPACE", "value": 205 }, { "tag": "field", "name": "SDL_SCANCODE_KP_AT", "value": 206 }, { "tag": "field", "name": "SDL_SCANCODE_KP_EXCLAM", "value": 207 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMSTORE", "value": 208 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMRECALL", "value": 209 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMCLEAR", "value": 210 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMADD", "value": 211 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMSUBTRACT", "value": 212 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMMULTIPLY", "value": 213 }, { "tag": "field", "name": "SDL_SCANCODE_KP_MEMDIVIDE", "value": 214 }, { "tag": "field", "name": "SDL_SCANCODE_KP_PLUSMINUS", "value": 215 }, { "tag": "field", "name": "SDL_SCANCODE_KP_CLEAR", "value": 216 }, { "tag": "field", "name": "SDL_SCANCODE_KP_CLEARENTRY", "value": 217 }, { "tag": "field", "name": "SDL_SCANCODE_KP_BINARY", "value": 218 }, { "tag": "field", "name": "SDL_SCANCODE_KP_OCTAL", "value": 219 }, { "tag": "field", "name": "SDL_SCANCODE_KP_DECIMAL", "value": 220 }, { "tag": "field", "name": "SDL_SCANCODE_KP_HEXADECIMAL", "value": 221 }, { "tag": "field", "name": "SDL_SCANCODE_LCTRL", "value": 224 }, { "tag": "field", "name": "SDL_SCANCODE_LSHIFT", "value": 225 }, { "tag": "field", "name": "SDL_SCANCODE_LALT", "value": 226 }, { "tag": "field", "name": "SDL_SCANCODE_LGUI", "value": 227 }, { "tag": "field", "name": "SDL_SCANCODE_RCTRL", "value": 228 }, { "tag": "field", "name": "SDL_SCANCODE_RSHIFT", "value": 229 }, { "tag": "field", "name": "SDL_SCANCODE_RALT", "value": 230 }, { "tag": "field", "name": "SDL_SCANCODE_RGUI", "value": 231 }, { "tag": "field", "name": "SDL_SCANCODE_MODE", "value": 257 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIONEXT", "value": 258 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOPREV", "value": 259 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOSTOP", "value": 260 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOPLAY", "value": 261 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOMUTE", "value": 262 }, { "tag": "field", "name": "SDL_SCANCODE_MEDIASELECT", "value": 263 }, { "tag": "field", "name": "SDL_SCANCODE_WWW", "value": 264 }, { "tag": "field", "name": "SDL_SCANCODE_MAIL", "value": 265 }, { "tag": "field", "name": "SDL_SCANCODE_CALCULATOR", "value": 266 }, { "tag": "field", "name": "SDL_SCANCODE_COMPUTER", "value": 267 }, { "tag": "field", "name": "SDL_SCANCODE_AC_SEARCH", "value": 268 }, { "tag": "field", "name": "SDL_SCANCODE_AC_HOME", "value": 269 }, { "tag": "field", "name": "SDL_SCANCODE_AC_BACK", "value": 270 }, { "tag": "field", "name": "SDL_SCANCODE_AC_FORWARD", "value": 271 }, { "tag": "field", "name": "SDL_SCANCODE_AC_STOP", "value": 272 }, { "tag": "field", "name": "SDL_SCANCODE_AC_REFRESH", "value": 273 }, { "tag": "field", "name": "SDL_SCANCODE_AC_BOOKMARKS", "value": 274 }, { "tag": "field", "name": "SDL_SCANCODE_BRIGHTNESSDOWN", "value": 275 }, { "tag": "field", "name": "SDL_SCANCODE_BRIGHTNESSUP", "value": 276 }, { "tag": "field", "name": "SDL_SCANCODE_DISPLAYSWITCH", "value": 277 }, { "tag": "field", "name": "SDL_SCANCODE_KBDILLUMTOGGLE", "value": 278 }, { "tag": "field", "name": "SDL_SCANCODE_KBDILLUMDOWN", "value": 279 }, { "tag": "field", "name": "SDL_SCANCODE_KBDILLUMUP", "value": 280 }, { "tag": "field", "name": "SDL_SCANCODE_EJECT", "value": 281 }, { "tag": "field", "name": "SDL_SCANCODE_SLEEP", "value": 282 }, { "tag": "field", "name": "SDL_SCANCODE_APP1", "value": 283 }, { "tag": "field", "name": "SDL_SCANCODE_APP2", "value": 284 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOREWIND", "value": 285 }, { "tag": "field", "name": "SDL_SCANCODE_AUDIOFASTFORWARD", "value": 286 }, { "tag": "field", "name": "SDL_NUM_SCANCODES", "value": 512 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Scancode", "location": "/usr/include/SDL2/SDL_scancode.h:409:3", "type": { "tag": ":enum", "name": "", "id": 137 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Keycode", "location": "/usr/include/SDL2/SDL_keycode.h:45:16", "type": { "tag": "Sint32" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 138, "location": "/usr/include/SDL2/SDL_keycode.h:50:9", "fields": [{ "tag": "field", "name": "SDLK_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDLK_RETURN", "value": 13 }, { "tag": "field", "name": "SDLK_ESCAPE", "value": 27 }, { "tag": "field", "name": "SDLK_BACKSPACE", "value": 8 }, { "tag": "field", "name": "SDLK_TAB", "value": 9 }, { "tag": "field", "name": "SDLK_SPACE", "value": 32 }, { "tag": "field", "name": "SDLK_EXCLAIM", "value": 33 }, { "tag": "field", "name": "SDLK_QUOTEDBL", "value": 34 }, { "tag": "field", "name": "SDLK_HASH", "value": 35 }, { "tag": "field", "name": "SDLK_PERCENT", "value": 37 }, { "tag": "field", "name": "SDLK_DOLLAR", "value": 36 }, { "tag": "field", "name": "SDLK_AMPERSAND", "value": 38 }, { "tag": "field", "name": "SDLK_QUOTE", "value": 39 }, { "tag": "field", "name": "SDLK_LEFTPAREN", "value": 40 }, { "tag": "field", "name": "SDLK_RIGHTPAREN", "value": 41 }, { "tag": "field", "name": "SDLK_ASTERISK", "value": 42 }, { "tag": "field", "name": "SDLK_PLUS", "value": 43 }, { "tag": "field", "name": "SDLK_COMMA", "value": 44 }, { "tag": "field", "name": "SDLK_MINUS", "value": 45 }, { "tag": "field", "name": "SDLK_PERIOD", "value": 46 }, { "tag": "field", "name": "SDLK_SLASH", "value": 47 }, { "tag": "field", "name": "SDLK_0", "value": 48 }, { "tag": "field", "name": "SDLK_1", "value": 49 }, { "tag": "field", "name": "SDLK_2", "value": 50 }, { "tag": "field", "name": "SDLK_3", "value": 51 }, { "tag": "field", "name": "SDLK_4", "value": 52 }, { "tag": "field", "name": "SDLK_5", "value": 53 }, { "tag": "field", "name": "SDLK_6", "value": 54 }, { "tag": "field", "name": "SDLK_7", "value": 55 }, { "tag": "field", "name": "SDLK_8", "value": 56 }, { "tag": "field", "name": "SDLK_9", "value": 57 }, { "tag": "field", "name": "SDLK_COLON", "value": 58 }, { "tag": "field", "name": "SDLK_SEMICOLON", "value": 59 }, { "tag": "field", "name": "SDLK_LESS", "value": 60 }, { "tag": "field", "name": "SDLK_EQUALS", "value": 61 }, { "tag": "field", "name": "SDLK_GREATER", "value": 62 }, { "tag": "field", "name": "SDLK_QUESTION", "value": 63 }, { "tag": "field", "name": "SDLK_AT", "value": 64 }, { "tag": "field", "name": "SDLK_LEFTBRACKET", "value": 91 }, { "tag": "field", "name": "SDLK_BACKSLASH", "value": 92 }, { "tag": "field", "name": "SDLK_RIGHTBRACKET", "value": 93 }, { "tag": "field", "name": "SDLK_CARET", "value": 94 }, { "tag": "field", "name": "SDLK_UNDERSCORE", "value": 95 }, { "tag": "field", "name": "SDLK_BACKQUOTE", "value": 96 }, { "tag": "field", "name": "SDLK_a", "value": 97 }, { "tag": "field", "name": "SDLK_b", "value": 98 }, { "tag": "field", "name": "SDLK_c", "value": 99 }, { "tag": "field", "name": "SDLK_d", "value": 100 }, { "tag": "field", "name": "SDLK_e", "value": 101 }, { "tag": "field", "name": "SDLK_f", "value": 102 }, { "tag": "field", "name": "SDLK_g", "value": 103 }, { "tag": "field", "name": "SDLK_h", "value": 104 }, { "tag": "field", "name": "SDLK_i", "value": 105 }, { "tag": "field", "name": "SDLK_j", "value": 106 }, { "tag": "field", "name": "SDLK_k", "value": 107 }, { "tag": "field", "name": "SDLK_l", "value": 108 }, { "tag": "field", "name": "SDLK_m", "value": 109 }, { "tag": "field", "name": "SDLK_n", "value": 110 }, { "tag": "field", "name": "SDLK_o", "value": 111 }, { "tag": "field", "name": "SDLK_p", "value": 112 }, { "tag": "field", "name": "SDLK_q", "value": 113 }, { "tag": "field", "name": "SDLK_r", "value": 114 }, { "tag": "field", "name": "SDLK_s", "value": 115 }, { "tag": "field", "name": "SDLK_t", "value": 116 }, { "tag": "field", "name": "SDLK_u", "value": 117 }, { "tag": "field", "name": "SDLK_v", "value": 118 }, { "tag": "field", "name": "SDLK_w", "value": 119 }, { "tag": "field", "name": "SDLK_x", "value": 120 }, { "tag": "field", "name": "SDLK_y", "value": 121 }, { "tag": "field", "name": "SDLK_z", "value": 122 }, { "tag": "field", "name": "SDLK_CAPSLOCK", "value": 1073741881 }, { "tag": "field", "name": "SDLK_F1", "value": 1073741882 }, { "tag": "field", "name": "SDLK_F2", "value": 1073741883 }, { "tag": "field", "name": "SDLK_F3", "value": 1073741884 }, { "tag": "field", "name": "SDLK_F4", "value": 1073741885 }, { "tag": "field", "name": "SDLK_F5", "value": 1073741886 }, { "tag": "field", "name": "SDLK_F6", "value": 1073741887 }, { "tag": "field", "name": "SDLK_F7", "value": 1073741888 }, { "tag": "field", "name": "SDLK_F8", "value": 1073741889 }, { "tag": "field", "name": "SDLK_F9", "value": 1073741890 }, { "tag": "field", "name": "SDLK_F10", "value": 1073741891 }, { "tag": "field", "name": "SDLK_F11", "value": 1073741892 }, { "tag": "field", "name": "SDLK_F12", "value": 1073741893 }, { "tag": "field", "name": "SDLK_PRINTSCREEN", "value": 1073741894 }, { "tag": "field", "name": "SDLK_SCROLLLOCK", "value": 1073741895 }, { "tag": "field", "name": "SDLK_PAUSE", "value": 1073741896 }, { "tag": "field", "name": "SDLK_INSERT", "value": 1073741897 }, { "tag": "field", "name": "SDLK_HOME", "value": 1073741898 }, { "tag": "field", "name": "SDLK_PAGEUP", "value": 1073741899 }, { "tag": "field", "name": "SDLK_DELETE", "value": 127 }, { "tag": "field", "name": "SDLK_END", "value": 1073741901 }, { "tag": "field", "name": "SDLK_PAGEDOWN", "value": 1073741902 }, { "tag": "field", "name": "SDLK_RIGHT", "value": 1073741903 }, { "tag": "field", "name": "SDLK_LEFT", "value": 1073741904 }, { "tag": "field", "name": "SDLK_DOWN", "value": 1073741905 }, { "tag": "field", "name": "SDLK_UP", "value": 1073741906 }, { "tag": "field", "name": "SDLK_NUMLOCKCLEAR", "value": 1073741907 }, { "tag": "field", "name": "SDLK_KP_DIVIDE", "value": 1073741908 }, { "tag": "field", "name": "SDLK_KP_MULTIPLY", "value": 1073741909 }, { "tag": "field", "name": "SDLK_KP_MINUS", "value": 1073741910 }, { "tag": "field", "name": "SDLK_KP_PLUS", "value": 1073741911 }, { "tag": "field", "name": "SDLK_KP_ENTER", "value": 1073741912 }, { "tag": "field", "name": "SDLK_KP_1", "value": 1073741913 }, { "tag": "field", "name": "SDLK_KP_2", "value": 1073741914 }, { "tag": "field", "name": "SDLK_KP_3", "value": 1073741915 }, { "tag": "field", "name": "SDLK_KP_4", "value": 1073741916 }, { "tag": "field", "name": "SDLK_KP_5", "value": 1073741917 }, { "tag": "field", "name": "SDLK_KP_6", "value": 1073741918 }, { "tag": "field", "name": "SDLK_KP_7", "value": 1073741919 }, { "tag": "field", "name": "SDLK_KP_8", "value": 1073741920 }, { "tag": "field", "name": "SDLK_KP_9", "value": 1073741921 }, { "tag": "field", "name": "SDLK_KP_0", "value": 1073741922 }, { "tag": "field", "name": "SDLK_KP_PERIOD", "value": 1073741923 }, { "tag": "field", "name": "SDLK_APPLICATION", "value": 1073741925 }, { "tag": "field", "name": "SDLK_POWER", "value": 1073741926 }, { "tag": "field", "name": "SDLK_KP_EQUALS", "value": 1073741927 }, { "tag": "field", "name": "SDLK_F13", "value": 1073741928 }, { "tag": "field", "name": "SDLK_F14", "value": 1073741929 }, { "tag": "field", "name": "SDLK_F15", "value": 1073741930 }, { "tag": "field", "name": "SDLK_F16", "value": 1073741931 }, { "tag": "field", "name": "SDLK_F17", "value": 1073741932 }, { "tag": "field", "name": "SDLK_F18", "value": 1073741933 }, { "tag": "field", "name": "SDLK_F19", "value": 1073741934 }, { "tag": "field", "name": "SDLK_F20", "value": 1073741935 }, { "tag": "field", "name": "SDLK_F21", "value": 1073741936 }, { "tag": "field", "name": "SDLK_F22", "value": 1073741937 }, { "tag": "field", "name": "SDLK_F23", "value": 1073741938 }, { "tag": "field", "name": "SDLK_F24", "value": 1073741939 }, { "tag": "field", "name": "SDLK_EXECUTE", "value": 1073741940 }, { "tag": "field", "name": "SDLK_HELP", "value": 1073741941 }, { "tag": "field", "name": "SDLK_MENU", "value": 1073741942 }, { "tag": "field", "name": "SDLK_SELECT", "value": 1073741943 }, { "tag": "field", "name": "SDLK_STOP", "value": 1073741944 }, { "tag": "field", "name": "SDLK_AGAIN", "value": 1073741945 }, { "tag": "field", "name": "SDLK_UNDO", "value": 1073741946 }, { "tag": "field", "name": "SDLK_CUT", "value": 1073741947 }, { "tag": "field", "name": "SDLK_COPY", "value": 1073741948 }, { "tag": "field", "name": "SDLK_PASTE", "value": 1073741949 }, { "tag": "field", "name": "SDLK_FIND", "value": 1073741950 }, { "tag": "field", "name": "SDLK_MUTE", "value": 1073741951 }, { "tag": "field", "name": "SDLK_VOLUMEUP", "value": 1073741952 }, { "tag": "field", "name": "SDLK_VOLUMEDOWN", "value": 1073741953 }, { "tag": "field", "name": "SDLK_KP_COMMA", "value": 1073741957 }, { "tag": "field", "name": "SDLK_KP_EQUALSAS400", "value": 1073741958 }, { "tag": "field", "name": "SDLK_ALTERASE", "value": 1073741977 }, { "tag": "field", "name": "SDLK_SYSREQ", "value": 1073741978 }, { "tag": "field", "name": "SDLK_CANCEL", "value": 1073741979 }, { "tag": "field", "name": "SDLK_CLEAR", "value": 1073741980 }, { "tag": "field", "name": "SDLK_PRIOR", "value": 1073741981 }, { "tag": "field", "name": "SDLK_RETURN2", "value": 1073741982 }, { "tag": "field", "name": "SDLK_SEPARATOR", "value": 1073741983 }, { "tag": "field", "name": "SDLK_OUT", "value": 1073741984 }, { "tag": "field", "name": "SDLK_OPER", "value": 1073741985 }, { "tag": "field", "name": "SDLK_CLEARAGAIN", "value": 1073741986 }, { "tag": "field", "name": "SDLK_CRSEL", "value": 1073741987 }, { "tag": "field", "name": "SDLK_EXSEL", "value": 1073741988 }, { "tag": "field", "name": "SDLK_KP_00", "value": 1073742000 }, { "tag": "field", "name": "SDLK_KP_000", "value": 1073742001 }, { "tag": "field", "name": "SDLK_THOUSANDSSEPARATOR", "value": 1073742002 }, { "tag": "field", "name": "SDLK_DECIMALSEPARATOR", "value": 1073742003 }, { "tag": "field", "name": "SDLK_CURRENCYUNIT", "value": 1073742004 }, { "tag": "field", "name": "SDLK_CURRENCYSUBUNIT", "value": 1073742005 }, { "tag": "field", "name": "SDLK_KP_LEFTPAREN", "value": 1073742006 }, { "tag": "field", "name": "SDLK_KP_RIGHTPAREN", "value": 1073742007 }, { "tag": "field", "name": "SDLK_KP_LEFTBRACE", "value": 1073742008 }, { "tag": "field", "name": "SDLK_KP_RIGHTBRACE", "value": 1073742009 }, { "tag": "field", "name": "SDLK_KP_TAB", "value": 1073742010 }, { "tag": "field", "name": "SDLK_KP_BACKSPACE", "value": 1073742011 }, { "tag": "field", "name": "SDLK_KP_A", "value": 1073742012 }, { "tag": "field", "name": "SDLK_KP_B", "value": 1073742013 }, { "tag": "field", "name": "SDLK_KP_C", "value": 1073742014 }, { "tag": "field", "name": "SDLK_KP_D", "value": 1073742015 }, { "tag": "field", "name": "SDLK_KP_E", "value": 1073742016 }, { "tag": "field", "name": "SDLK_KP_F", "value": 1073742017 }, { "tag": "field", "name": "SDLK_KP_XOR", "value": 1073742018 }, { "tag": "field", "name": "SDLK_KP_POWER", "value": 1073742019 }, { "tag": "field", "name": "SDLK_KP_PERCENT", "value": 1073742020 }, { "tag": "field", "name": "SDLK_KP_LESS", "value": 1073742021 }, { "tag": "field", "name": "SDLK_KP_GREATER", "value": 1073742022 }, { "tag": "field", "name": "SDLK_KP_AMPERSAND", "value": 1073742023 }, { "tag": "field", "name": "SDLK_KP_DBLAMPERSAND", "value": 1073742024 }, { "tag": "field", "name": "SDLK_KP_VERTICALBAR", "value": 1073742025 }, { "tag": "field", "name": "SDLK_KP_DBLVERTICALBAR", "value": 1073742026 }, { "tag": "field", "name": "SDLK_KP_COLON", "value": 1073742027 }, { "tag": "field", "name": "SDLK_KP_HASH", "value": 1073742028 }, { "tag": "field", "name": "SDLK_KP_SPACE", "value": 1073742029 }, { "tag": "field", "name": "SDLK_KP_AT", "value": 1073742030 }, { "tag": "field", "name": "SDLK_KP_EXCLAM", "value": 1073742031 }, { "tag": "field", "name": "SDLK_KP_MEMSTORE", "value": 1073742032 }, { "tag": "field", "name": "SDLK_KP_MEMRECALL", "value": 1073742033 }, { "tag": "field", "name": "SDLK_KP_MEMCLEAR", "value": 1073742034 }, { "tag": "field", "name": "SDLK_KP_MEMADD", "value": 1073742035 }, { "tag": "field", "name": "SDLK_KP_MEMSUBTRACT", "value": 1073742036 }, { "tag": "field", "name": "SDLK_KP_MEMMULTIPLY", "value": 1073742037 }, { "tag": "field", "name": "SDLK_KP_MEMDIVIDE", "value": 1073742038 }, { "tag": "field", "name": "SDLK_KP_PLUSMINUS", "value": 1073742039 }, { "tag": "field", "name": "SDLK_KP_CLEAR", "value": 1073742040 }, { "tag": "field", "name": "SDLK_KP_CLEARENTRY", "value": 1073742041 }, { "tag": "field", "name": "SDLK_KP_BINARY", "value": 1073742042 }, { "tag": "field", "name": "SDLK_KP_OCTAL", "value": 1073742043 }, { "tag": "field", "name": "SDLK_KP_DECIMAL", "value": 1073742044 }, { "tag": "field", "name": "SDLK_KP_HEXADECIMAL", "value": 1073742045 }, { "tag": "field", "name": "SDLK_LCTRL", "value": 1073742048 }, { "tag": "field", "name": "SDLK_LSHIFT", "value": 1073742049 }, { "tag": "field", "name": "SDLK_LALT", "value": 1073742050 }, { "tag": "field", "name": "SDLK_LGUI", "value": 1073742051 }, { "tag": "field", "name": "SDLK_RCTRL", "value": 1073742052 }, { "tag": "field", "name": "SDLK_RSHIFT", "value": 1073742053 }, { "tag": "field", "name": "SDLK_RALT", "value": 1073742054 }, { "tag": "field", "name": "SDLK_RGUI", "value": 1073742055 }, { "tag": "field", "name": "SDLK_MODE", "value": 1073742081 }, { "tag": "field", "name": "SDLK_AUDIONEXT", "value": 1073742082 }, { "tag": "field", "name": "SDLK_AUDIOPREV", "value": 1073742083 }, { "tag": "field", "name": "SDLK_AUDIOSTOP", "value": 1073742084 }, { "tag": "field", "name": "SDLK_AUDIOPLAY", "value": 1073742085 }, { "tag": "field", "name": "SDLK_AUDIOMUTE", "value": 1073742086 }, { "tag": "field", "name": "SDLK_MEDIASELECT", "value": 1073742087 }, { "tag": "field", "name": "SDLK_WWW", "value": 1073742088 }, { "tag": "field", "name": "SDLK_MAIL", "value": 1073742089 }, { "tag": "field", "name": "SDLK_CALCULATOR", "value": 1073742090 }, { "tag": "field", "name": "SDLK_COMPUTER", "value": 1073742091 }, { "tag": "field", "name": "SDLK_AC_SEARCH", "value": 1073742092 }, { "tag": "field", "name": "SDLK_AC_HOME", "value": 1073742093 }, { "tag": "field", "name": "SDLK_AC_BACK", "value": 1073742094 }, { "tag": "field", "name": "SDLK_AC_FORWARD", "value": 1073742095 }, { "tag": "field", "name": "SDLK_AC_STOP", "value": 1073742096 }, { "tag": "field", "name": "SDLK_AC_REFRESH", "value": 1073742097 }, { "tag": "field", "name": "SDLK_AC_BOOKMARKS", "value": 1073742098 }, { "tag": "field", "name": "SDLK_BRIGHTNESSDOWN", "value": 1073742099 }, { "tag": "field", "name": "SDLK_BRIGHTNESSUP", "value": 1073742100 }, { "tag": "field", "name": "SDLK_DISPLAYSWITCH", "value": 1073742101 }, { "tag": "field", "name": "SDLK_KBDILLUMTOGGLE", "value": 1073742102 }, { "tag": "field", "name": "SDLK_KBDILLUMDOWN", "value": 1073742103 }, { "tag": "field", "name": "SDLK_KBDILLUMUP", "value": 1073742104 }, { "tag": "field", "name": "SDLK_EJECT", "value": 1073742105 }, { "tag": "field", "name": "SDLK_SLEEP", "value": 1073742106 }, { "tag": "field", "name": "SDLK_APP1", "value": 1073742107 }, { "tag": "field", "name": "SDLK_APP2", "value": 1073742108 }, { "tag": "field", "name": "SDLK_AUDIOREWIND", "value": 1073742109 }, { "tag": "field", "name": "SDLK_AUDIOFASTFORWARD", "value": 1073742110 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_KeyCode", "location": "/usr/include/SDL2/SDL_keycode.h:322:3", "type": { "tag": ":enum", "name": "", "id": 138 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 139, "location": "/usr/include/SDL2/SDL_keycode.h:327:9", "fields": [{ "tag": "field", "name": "KMOD_NONE", "value": 0 }, { "tag": "field", "name": "KMOD_LSHIFT", "value": 1 }, { "tag": "field", "name": "KMOD_RSHIFT", "value": 2 }, { "tag": "field", "name": "KMOD_LCTRL", "value": 64 }, { "tag": "field", "name": "KMOD_RCTRL", "value": 128 }, { "tag": "field", "name": "KMOD_LALT", "value": 256 }, { "tag": "field", "name": "KMOD_RALT", "value": 512 }, { "tag": "field", "name": "KMOD_LGUI", "value": 1024 }, { "tag": "field", "name": "KMOD_RGUI", "value": 2048 }, { "tag": "field", "name": "KMOD_NUM", "value": 4096 }, { "tag": "field", "name": "KMOD_CAPS", "value": 8192 }, { "tag": "field", "name": "KMOD_MODE", "value": 16384 }, { "tag": "field", "name": "KMOD_SCROLL", "value": 32768 }, { "tag": "field", "name": "KMOD_CTRL", "value": 192 }, { "tag": "field", "name": "KMOD_SHIFT", "value": 3 }, { "tag": "field", "name": "KMOD_ALT", "value": 768 }, { "tag": "field", "name": "KMOD_GUI", "value": 3072 }, { "tag": "field", "name": "KMOD_RESERVED", "value": 32768 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Keymod", "location": "/usr/include/SDL2/SDL_keycode.h:349:3", "type": { "tag": ":enum", "name": "", "id": 139 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Keysym", "id": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:47:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "scancode", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_Scancode" } }, { "tag": "field", "name": "sym", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_Keycode" } }, { "tag": "field", "name": "mod", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "unused", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Keysym", "location": "/usr/include/SDL2/SDL_keyboard.h:53:3", "type": { "tag": ":struct", "name": "SDL_Keysym", "id": 140 } }, +{ "tag": "function", "name": "SDL_GetKeyboardFocus", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:64:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GetKeyboardState", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:94:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "numkeys", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, +{ "tag": "function", "name": "SDL_GetModState", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:107:36", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_Keymod" } }, +{ "tag": "function", "name": "SDL_SetModState", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:126:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "modstate", "type": { "tag": "SDL_Keymod" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetKeyFromScancode", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:142:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "scancode", "type": { "tag": "SDL_Scancode" } }], "return-type": { "tag": "SDL_Keycode" } }, +{ "tag": "function", "name": "SDL_GetScancodeFromKey", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:158:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "key", "type": { "tag": "SDL_Keycode" } }], "return-type": { "tag": "SDL_Scancode" } }, +{ "tag": "function", "name": "SDL_GetScancodeName", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:183:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "scancode", "type": { "tag": "SDL_Scancode" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetScancodeFromName", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:198:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_Scancode" } }, +{ "tag": "function", "name": "SDL_GetKeyName", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:217:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "key", "type": { "tag": "SDL_Keycode" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetKeyFromName", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:232:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_Keycode" } }, +{ "tag": "function", "name": "SDL_StartTextInput", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:249:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_IsTextInputActive", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:260:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_StopTextInput", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:269:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetTextInputRect", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:281:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_HasScreenKeyboardSupport", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:294:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_IsScreenKeyboardShown", "ns": 0, "location": "/usr/include/SDL2/SDL_keyboard.h:306:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Cursor", "id": 0, "location": "/usr/include/SDL2/SDL_mouse.h:41:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Cursor", "location": "/usr/include/SDL2/SDL_mouse.h:41:27", "type": { "tag": "struct", "ns": 0, "name": "SDL_Cursor", "id": 0, "location": "/usr/include/SDL2/SDL_mouse.h:41:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 142, "location": "/usr/include/SDL2/SDL_mouse.h:46:9", "fields": [{ "tag": "field", "name": "SDL_SYSTEM_CURSOR_ARROW", "value": 0 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_IBEAM", "value": 1 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_WAIT", "value": 2 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_CROSSHAIR", "value": 3 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_WAITARROW", "value": 4 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZENWSE", "value": 5 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZENESW", "value": 6 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZEWE", "value": 7 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZENS", "value": 8 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_SIZEALL", "value": 9 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_NO", "value": 10 }, { "tag": "field", "name": "SDL_SYSTEM_CURSOR_HAND", "value": 11 }, { "tag": "field", "name": "SDL_NUM_SYSTEM_CURSORS", "value": 12 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SystemCursor", "location": "/usr/include/SDL2/SDL_mouse.h:61:3", "type": { "tag": ":enum", "name": "", "id": 142 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 143, "location": "/usr/include/SDL2/SDL_mouse.h:66:9", "fields": [{ "tag": "field", "name": "SDL_MOUSEWHEEL_NORMAL", "value": 0 }, { "tag": "field", "name": "SDL_MOUSEWHEEL_FLIPPED", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MouseWheelDirection", "location": "/usr/include/SDL2/SDL_mouse.h:70:3", "type": { "tag": ":enum", "name": "", "id": 143 } }, +{ "tag": "function", "name": "SDL_GetMouseFocus", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:81:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_GetMouseState", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:104:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetGlobalMouseState", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:133:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetRelativeMouseState", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:152:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_WarpMouseInWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:171:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_WarpMouseGlobal", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:194:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetRelativeMouseMode", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:219:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "enabled", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CaptureMouse", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:256:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "enabled", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRelativeMouseMode", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:267:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_CreateCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:310:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "mask", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "hot_x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "hot_y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_CreateColorCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:329:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "hot_x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "hot_y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_CreateSystemCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:344:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "SDL_SystemCursor" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_SetCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:362:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cursor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:376:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_GetDefaultCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:387:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }, +{ "tag": "function", "name": "SDL_FreeCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:403:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "cursor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Cursor" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_ShowCursor", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:425:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "toggle", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_Joystick", "id": 0, "location": "/usr/include/SDL2/SDL_joystick.h:68:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Joystick", "location": "/usr/include/SDL2/SDL_joystick.h:69:30", "type": { "tag": "struct", "ns": 0, "name": "_SDL_Joystick", "id": 0, "location": "/usr/include/SDL2/SDL_joystick.h:68:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoystickGUID", "location": "/usr/include/SDL2/SDL_joystick.h:74:3", "type": { "tag": "struct", "ns": 2613, "name": "", "id": 145, "location": "/usr/include/SDL2/SDL_joystick.h:72:9", "bit-size": 128, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "data", "bit-offset": 0, "bit-size": 128, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "Uint8" }, "size": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoystickID", "location": "/usr/include/SDL2/SDL_joystick.h:83:16", "type": { "tag": "Sint32" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 146, "location": "/usr/include/SDL2/SDL_joystick.h:85:9", "fields": [{ "tag": "field", "name": "SDL_JOYSTICK_TYPE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_GAMECONTROLLER", "value": 1 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_WHEEL", "value": 2 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_ARCADE_STICK", "value": 3 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_FLIGHT_STICK", "value": 4 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_DANCE_PAD", "value": 5 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_GUITAR", "value": 6 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_DRUM_KIT", "value": 7 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_ARCADE_PAD", "value": 8 }, { "tag": "field", "name": "SDL_JOYSTICK_TYPE_THROTTLE", "value": 9 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoystickType", "location": "/usr/include/SDL2/SDL_joystick.h:97:3", "type": { "tag": ":enum", "name": "", "id": 146 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 147, "location": "/usr/include/SDL2/SDL_joystick.h:99:9", "fields": [{ "tag": "field", "name": "SDL_JOYSTICK_POWER_UNKNOWN", "value": 4294967295 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_EMPTY", "value": 0 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_LOW", "value": 1 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_MEDIUM", "value": 2 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_FULL", "value": 3 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_WIRED", "value": 4 }, { "tag": "field", "name": "SDL_JOYSTICK_POWER_MAX", "value": 5 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoystickPowerLevel", "location": "/usr/include/SDL2/SDL_joystick.h:108:3", "type": { "tag": ":enum", "name": "", "id": 147 } }, +{ "tag": "function", "name": "SDL_LockJoysticks", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:130:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_UnlockJoysticks", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:145:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_NumJoysticks", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:158:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickNameForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:175:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_JoystickGetDevicePlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:183:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceGUID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:201:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_JoystickGUID" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceVendor", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:216:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceProduct", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:231:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceProductVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:246:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceType", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:260:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_JoystickType" } }, +{ "tag": "function", "name": "SDL_JoystickGetDeviceInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:275:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_JoystickID" } }, +{ "tag": "function", "name": "SDL_JoystickOpen", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:297:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, +{ "tag": "function", "name": "SDL_JoystickFromInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:308:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "instance_id", "type": { "tag": "SDL_JoystickID" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, +{ "tag": "function", "name": "SDL_JoystickFromPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:319:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "player_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, +{ "tag": "function", "name": "SDL_JoystickAttachVirtual", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:328:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "type", "type": { "tag": "SDL_JoystickType" } }, { "tag": "parameter", "name": "naxes", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "nbuttons", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "nhats", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickDetachVirtual", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:342:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickIsVirtual", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:352:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickSetVirtualAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:370:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "value", "type": { "tag": "Sint16" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickSetVirtualButton", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:388:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "button", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickSetVirtualHat", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:406:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "hat", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "value", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickName", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:420:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_JoystickGetPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:433:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickSetPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:443:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "player_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_JoystickGetGUID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:460:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_JoystickGUID" } }, +{ "tag": "function", "name": "SDL_JoystickGetVendor", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:472:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetProduct", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:484:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetProductVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:496:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetSerial", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:509:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_JoystickGetType", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:519:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_JoystickType" } }, +{ "tag": "function", "name": "SDL_JoystickGetGUIDString", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:536:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "guid", "type": { "tag": "SDL_JoystickGUID" } }, { "tag": "parameter", "name": "pszGUID", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "cbGUID", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_JoystickGetGUIDFromString", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:552:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "pchGUID", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_JoystickGUID" } }, +{ "tag": "function", "name": "SDL_JoystickGetAttached", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:566:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:579:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_JoystickID" } }, +{ "tag": "function", "name": "SDL_JoystickNumAxes", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:598:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickNumBalls", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:616:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickNumHats", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:630:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickNumButtons", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:644:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickUpdate", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:656:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_JoystickEventState", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:681:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "state", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickGetAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:708:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Sint16" } }, +{ "tag": "function", "name": "SDL_JoystickGetAxisInitialState", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:725:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "state", "type": { "tag": ":pointer", "type": { "tag": "Sint16" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickGetHat", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:766:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "hat", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_JoystickGetBall", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:788:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "ball", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "dx", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "dy", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickGetButton", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:803:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "button", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_JoystickRumble", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:824:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "low_frequency_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "high_frequency_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "duration_ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickRumbleTriggers", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:849:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "left_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "right_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "duration_ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickHasLED", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:862:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickHasRumble", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:874:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickHasRumbleTriggers", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:886:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_JoystickSetLED", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:902:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "red", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "green", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "blue", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickSendEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:914:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_JoystickClose", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:925:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_JoystickCurrentPowerLevel", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:936:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": "SDL_JoystickPowerLevel" } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_Sensor", "id": 0, "location": "/usr/include/SDL2/SDL_sensor.h:51:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Sensor", "location": "/usr/include/SDL2/SDL_sensor.h:52:28", "type": { "tag": "struct", "ns": 0, "name": "_SDL_Sensor", "id": 0, "location": "/usr/include/SDL2/SDL_sensor.h:51:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SensorID", "location": "/usr/include/SDL2/SDL_sensor.h:60:16", "type": { "tag": "Sint32" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 149, "location": "/usr/include/SDL2/SDL_sensor.h:69:9", "fields": [{ "tag": "field", "name": "SDL_SENSOR_INVALID", "value": 4294967295 }, { "tag": "field", "name": "SDL_SENSOR_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_SENSOR_ACCEL", "value": 1 }, { "tag": "field", "name": "SDL_SENSOR_GYRO", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SensorType", "location": "/usr/include/SDL2/SDL_sensor.h:75:3", "type": { "tag": ":enum", "name": "", "id": 149 } }, +{ "tag": "function", "name": "SDL_LockSensors", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:139:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_UnlockSensors", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:140:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_NumSensors", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:149:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SensorGetDeviceName", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:159:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_SensorGetDeviceType", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:170:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_SensorType" } }, +{ "tag": "function", "name": "SDL_SensorGetDeviceNonPortableType", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:181:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SensorGetDeviceInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:191:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_SensorID" } }, +{ "tag": "function", "name": "SDL_SensorOpen", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:201:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }, +{ "tag": "function", "name": "SDL_SensorFromInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:211:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "instance_id", "type": { "tag": "SDL_SensorID" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }, +{ "tag": "function", "name": "SDL_SensorGetName", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:221:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_SensorGetType", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:232:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": "SDL_SensorType" } }, +{ "tag": "function", "name": "SDL_SensorGetNonPortableType", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:242:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SensorGetInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:252:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": "SDL_SensorID" } }, +{ "tag": "function", "name": "SDL_SensorGetData", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:266:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "num_values", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SensorClose", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:275:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sensor", "type": { "tag": ":pointer", "type": { "tag": "SDL_Sensor" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SensorUpdate", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:288:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_GameController", "id": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:58:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameController", "location": "/usr/include/SDL2/SDL_gamecontroller.h:59:36", "type": { "tag": "struct", "ns": 0, "name": "_SDL_GameController", "id": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:58:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 151, "location": "/usr/include/SDL2/SDL_gamecontroller.h:61:9", "fields": [{ "tag": "field", "name": "SDL_CONTROLLER_TYPE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_XBOX360", "value": 1 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_XBOXONE", "value": 2 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_PS3", "value": 3 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_PS4", "value": 4 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_NINTENDO_SWITCH_PRO", "value": 5 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_VIRTUAL", "value": 6 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_PS5", "value": 7 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_AMAZON_LUNA", "value": 8 }, { "tag": "field", "name": "SDL_CONTROLLER_TYPE_GOOGLE_STADIA", "value": 9 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerType", "location": "/usr/include/SDL2/SDL_gamecontroller.h:73:3", "type": { "tag": ":enum", "name": "", "id": 151 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 152, "location": "/usr/include/SDL2/SDL_gamecontroller.h:75:9", "fields": [{ "tag": "field", "name": "SDL_CONTROLLER_BINDTYPE_NONE", "value": 0 }, { "tag": "field", "name": "SDL_CONTROLLER_BINDTYPE_BUTTON", "value": 1 }, { "tag": "field", "name": "SDL_CONTROLLER_BINDTYPE_AXIS", "value": 2 }, { "tag": "field", "name": "SDL_CONTROLLER_BINDTYPE_HAT", "value": 3 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerBindType", "location": "/usr/include/SDL2/SDL_gamecontroller.h:81:3", "type": { "tag": ":enum", "name": "", "id": 152 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_GameControllerButtonBind", "id": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:86:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "bindType", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_GameControllerBindType" } }, { "tag": "field", "name": "value", "bit-offset": 32, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "union", "ns": 8364, "name": "", "id": 153, "location": "/usr/include/SDL2/SDL_gamecontroller.h:89:5", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "button", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "axis", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "hat", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "struct", "ns": 11622, "name": "", "id": 154, "location": "/usr/include/SDL2/SDL_gamecontroller.h:93:9", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "hat", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "hat_mask", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerButtonBind", "location": "/usr/include/SDL2/SDL_gamecontroller.h:99:3", "type": { "tag": ":struct", "name": "SDL_GameControllerButtonBind", "id": 155 } }, +{ "tag": "function", "name": "SDL_GameControllerAddMappingsFromRW", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:161:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "rw", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }, { "tag": "parameter", "name": "freerw", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerAddMapping", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:197:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mappingString", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerNumMappings", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:206:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerMappingForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:216:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "mapping_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerMappingForGUID", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:232:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "guid", "type": { "tag": "SDL_JoystickGUID" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerMapping", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:251:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_IsGameController", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:269:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerNameForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:290:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerTypeForIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:303:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_GameControllerType" } }, +{ "tag": "function", "name": "SDL_GameControllerMappingForDeviceIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:317:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerOpen", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:341:45", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, +{ "tag": "function", "name": "SDL_GameControllerFromInstanceID", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:352:45", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joyid", "type": { "tag": "SDL_JoystickID" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, +{ "tag": "function", "name": "SDL_GameControllerFromPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:369:45", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "player_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, +{ "tag": "function", "name": "SDL_GameControllerName", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:387:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetType", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:400:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_GameControllerType" } }, +{ "tag": "function", "name": "SDL_GameControllerGetPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:412:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerSetPlayerIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:422:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "player_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GameControllerGetVendor", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:434:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_GameControllerGetProduct", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:446:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_GameControllerGetProductVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:458:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "Uint16" } }, +{ "tag": "function", "name": "SDL_GameControllerGetSerial", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:471:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetAttached", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:486:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerGetJoystick", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:507:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }, +{ "tag": "function", "name": "SDL_GameControllerEventState", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:527:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "state", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerUpdate", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:538:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 156, "location": "/usr/include/SDL2/SDL_gamecontroller.h:550:9", "fields": [{ "tag": "field", "name": "SDL_CONTROLLER_AXIS_INVALID", "value": 4294967295 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_LEFTX", "value": 0 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_LEFTY", "value": 1 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_RIGHTX", "value": 2 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_RIGHTY", "value": 3 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_TRIGGERLEFT", "value": 4 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_TRIGGERRIGHT", "value": 5 }, { "tag": "field", "name": "SDL_CONTROLLER_AXIS_MAX", "value": 6 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerAxis", "location": "/usr/include/SDL2/SDL_gamecontroller.h:560:3", "type": { "tag": ":enum", "name": "", "id": 156 } }, +{ "tag": "function", "name": "SDL_GameControllerGetAxisFromString", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:582:48", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_GameControllerAxis" } }, +{ "tag": "function", "name": "SDL_GameControllerGetStringForAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:598:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetBindForAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:614:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": "SDL_GameControllerButtonBind" } }, +{ "tag": "function", "name": "SDL_GameControllerHasAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:630:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerGetAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:650:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": "Sint16" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 157, "location": "/usr/include/SDL2/SDL_gamecontroller.h:655:9", "fields": [{ "tag": "field", "name": "SDL_CONTROLLER_BUTTON_INVALID", "value": 4294967295 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_A", "value": 0 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_B", "value": 1 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_X", "value": 2 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_Y", "value": 3 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_BACK", "value": 4 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_GUIDE", "value": 5 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_START", "value": 6 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_LEFTSTICK", "value": 7 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_RIGHTSTICK", "value": 8 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_LEFTSHOULDER", "value": 9 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_RIGHTSHOULDER", "value": 10 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_DPAD_UP", "value": 11 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_DPAD_DOWN", "value": 12 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_DPAD_LEFT", "value": 13 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_DPAD_RIGHT", "value": 14 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_MISC1", "value": 15 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_PADDLE1", "value": 16 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_PADDLE2", "value": 17 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_PADDLE3", "value": 18 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_PADDLE4", "value": 19 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_TOUCHPAD", "value": 20 }, { "tag": "field", "name": "SDL_CONTROLLER_BUTTON_MAX", "value": 21 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GameControllerButton", "location": "/usr/include/SDL2/SDL_gamecontroller.h:680:3", "type": { "tag": ":enum", "name": "", "id": 157 } }, +{ "tag": "function", "name": "SDL_GameControllerGetButtonFromString", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:696:50", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_GameControllerButton" } }, +{ "tag": "function", "name": "SDL_GameControllerGetStringForButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:712:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetBindForButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:728:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": "SDL_GameControllerButtonBind" } }, +{ "tag": "function", "name": "SDL_GameControllerHasButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:743:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerGetButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:758:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_GameControllerGetNumTouchpads", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:766:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerGetNumTouchpadFingers", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:774:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "touchpad", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerGetTouchpadFinger", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:781:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "touchpad", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "finger", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "state", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "y", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "pressure", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerHasSensor", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:792:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerSetSensorEnabled", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:804:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }, { "tag": "parameter", "name": "enabled", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerIsSensorEnabled", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:815:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerGetSensorDataRate", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:827:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }], "return-type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerGetSensorData", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:843:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "type", "type": { "tag": "SDL_SensorType" } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "num_values", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerRumble", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:863:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "low_frequency_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "high_frequency_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "duration_ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerRumbleTriggers", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:887:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "left_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "right_rumble", "type": { "tag": "Uint16" } }, { "tag": "parameter", "name": "duration_ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerHasLED", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:898:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerHasRumble", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:911:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerHasRumbleTriggers", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:924:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GameControllerSetLED", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:937:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "red", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "green", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "blue", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerSendEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:950:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "size", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GameControllerClose", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:962:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GameControllerGetAppleSFSymbolsNameForButton", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:976:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "button", "type": { "tag": "SDL_GameControllerButton" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GameControllerGetAppleSFSymbolsNameForAxis", "ns": 0, "location": "/usr/include/SDL2/SDL_gamecontroller.h:990:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gamecontroller", "type": { "tag": ":pointer", "type": { "tag": "SDL_GameController" } } }, { "tag": "parameter", "name": "axis", "type": { "tag": "SDL_GameControllerAxis" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TouchID", "location": "/usr/include/SDL2/SDL_touch.h:41:16", "type": { "tag": "Sint64" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_FingerID", "location": "/usr/include/SDL2/SDL_touch.h:42:16", "type": { "tag": "Sint64" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 158, "location": "/usr/include/SDL2/SDL_touch.h:44:9", "fields": [{ "tag": "field", "name": "SDL_TOUCH_DEVICE_INVALID", "value": 4294967295 }, { "tag": "field", "name": "SDL_TOUCH_DEVICE_DIRECT", "value": 0 }, { "tag": "field", "name": "SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE", "value": 1 }, { "tag": "field", "name": "SDL_TOUCH_DEVICE_INDIRECT_RELATIVE", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TouchDeviceType", "location": "/usr/include/SDL2/SDL_touch.h:50:3", "type": { "tag": ":enum", "name": "", "id": 158 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Finger", "id": 0, "location": "/usr/include/SDL2/SDL_touch.h:52:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "id", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_FingerID" } }, { "tag": "field", "name": "x", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pressure", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Finger", "location": "/usr/include/SDL2/SDL_touch.h:58:3", "type": { "tag": ":struct", "name": "SDL_Finger", "id": 159 } }, +{ "tag": "function", "name": "SDL_GetNumTouchDevices", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:83:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTouchDevice", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:96:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_TouchID" } }, +{ "tag": "function", "name": "SDL_GetTouchDeviceType", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:103:45", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchID", "type": { "tag": "SDL_TouchID" } }], "return-type": { "tag": "SDL_TouchDeviceType" } }, +{ "tag": "function", "name": "SDL_GetNumTouchFingers", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:116:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchID", "type": { "tag": "SDL_TouchID" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTouchFinger", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:132:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchID", "type": { "tag": "SDL_TouchID" } }, { "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Finger" } } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_GestureID", "location": "/usr/include/SDL2/SDL_gesture.h:44:16", "type": { "tag": "Sint64" } }, +{ "tag": "function", "name": "SDL_RecordGesture", "ns": 0, "location": "/usr/include/SDL2/SDL_gesture.h:61:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchId", "type": { "tag": "SDL_TouchID" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SaveAllDollarTemplates", "ns": 0, "location": "/usr/include/SDL2/SDL_gesture.h:76:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SaveDollarTemplate", "ns": 0, "location": "/usr/include/SDL2/SDL_gesture.h:91:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "gestureId", "type": { "tag": "SDL_GestureID" } }, { "tag": "parameter", "name": "dst", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LoadDollarTemplates", "ns": 0, "location": "/usr/include/SDL2/SDL_gesture.h:107:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "touchId", "type": { "tag": "SDL_TouchID" } }, { "tag": "parameter", "name": "src", "type": { "tag": ":pointer", "type": { "tag": "SDL_RWops" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 160, "location": "/usr/include/SDL2/SDL_events.h:55:9", "fields": [{ "tag": "field", "name": "SDL_FIRSTEVENT", "value": 0 }, { "tag": "field", "name": "SDL_QUIT", "value": 256 }, { "tag": "field", "name": "SDL_APP_TERMINATING", "value": 257 }, { "tag": "field", "name": "SDL_APP_LOWMEMORY", "value": 258 }, { "tag": "field", "name": "SDL_APP_WILLENTERBACKGROUND", "value": 259 }, { "tag": "field", "name": "SDL_APP_DIDENTERBACKGROUND", "value": 260 }, { "tag": "field", "name": "SDL_APP_WILLENTERFOREGROUND", "value": 261 }, { "tag": "field", "name": "SDL_APP_DIDENTERFOREGROUND", "value": 262 }, { "tag": "field", "name": "SDL_LOCALECHANGED", "value": 263 }, { "tag": "field", "name": "SDL_DISPLAYEVENT", "value": 336 }, { "tag": "field", "name": "SDL_WINDOWEVENT", "value": 512 }, { "tag": "field", "name": "SDL_SYSWMEVENT", "value": 513 }, { "tag": "field", "name": "SDL_KEYDOWN", "value": 768 }, { "tag": "field", "name": "SDL_KEYUP", "value": 769 }, { "tag": "field", "name": "SDL_TEXTEDITING", "value": 770 }, { "tag": "field", "name": "SDL_TEXTINPUT", "value": 771 }, { "tag": "field", "name": "SDL_KEYMAPCHANGED", "value": 772 }, { "tag": "field", "name": "SDL_MOUSEMOTION", "value": 1024 }, { "tag": "field", "name": "SDL_MOUSEBUTTONDOWN", "value": 1025 }, { "tag": "field", "name": "SDL_MOUSEBUTTONUP", "value": 1026 }, { "tag": "field", "name": "SDL_MOUSEWHEEL", "value": 1027 }, { "tag": "field", "name": "SDL_JOYAXISMOTION", "value": 1536 }, { "tag": "field", "name": "SDL_JOYBALLMOTION", "value": 1537 }, { "tag": "field", "name": "SDL_JOYHATMOTION", "value": 1538 }, { "tag": "field", "name": "SDL_JOYBUTTONDOWN", "value": 1539 }, { "tag": "field", "name": "SDL_JOYBUTTONUP", "value": 1540 }, { "tag": "field", "name": "SDL_JOYDEVICEADDED", "value": 1541 }, { "tag": "field", "name": "SDL_JOYDEVICEREMOVED", "value": 1542 }, { "tag": "field", "name": "SDL_CONTROLLERAXISMOTION", "value": 1616 }, { "tag": "field", "name": "SDL_CONTROLLERBUTTONDOWN", "value": 1617 }, { "tag": "field", "name": "SDL_CONTROLLERBUTTONUP", "value": 1618 }, { "tag": "field", "name": "SDL_CONTROLLERDEVICEADDED", "value": 1619 }, { "tag": "field", "name": "SDL_CONTROLLERDEVICEREMOVED", "value": 1620 }, { "tag": "field", "name": "SDL_CONTROLLERDEVICEREMAPPED", "value": 1621 }, { "tag": "field", "name": "SDL_CONTROLLERTOUCHPADDOWN", "value": 1622 }, { "tag": "field", "name": "SDL_CONTROLLERTOUCHPADMOTION", "value": 1623 }, { "tag": "field", "name": "SDL_CONTROLLERTOUCHPADUP", "value": 1624 }, { "tag": "field", "name": "SDL_CONTROLLERSENSORUPDATE", "value": 1625 }, { "tag": "field", "name": "SDL_FINGERDOWN", "value": 1792 }, { "tag": "field", "name": "SDL_FINGERUP", "value": 1793 }, { "tag": "field", "name": "SDL_FINGERMOTION", "value": 1794 }, { "tag": "field", "name": "SDL_DOLLARGESTURE", "value": 2048 }, { "tag": "field", "name": "SDL_DOLLARRECORD", "value": 2049 }, { "tag": "field", "name": "SDL_MULTIGESTURE", "value": 2050 }, { "tag": "field", "name": "SDL_CLIPBOARDUPDATE", "value": 2304 }, { "tag": "field", "name": "SDL_DROPFILE", "value": 4096 }, { "tag": "field", "name": "SDL_DROPTEXT", "value": 4097 }, { "tag": "field", "name": "SDL_DROPBEGIN", "value": 4098 }, { "tag": "field", "name": "SDL_DROPCOMPLETE", "value": 4099 }, { "tag": "field", "name": "SDL_AUDIODEVICEADDED", "value": 4352 }, { "tag": "field", "name": "SDL_AUDIODEVICEREMOVED", "value": 4353 }, { "tag": "field", "name": "SDL_SENSORUPDATE", "value": 4608 }, { "tag": "field", "name": "SDL_RENDER_TARGETS_RESET", "value": 8192 }, { "tag": "field", "name": "SDL_RENDER_DEVICE_RESET", "value": 8193 }, { "tag": "field", "name": "SDL_POLLSENTINEL", "value": 32512 }, { "tag": "field", "name": "SDL_USEREVENT", "value": 32768 }, { "tag": "field", "name": "SDL_LASTEVENT", "value": 65535 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_EventType", "location": "/usr/include/SDL2/SDL_events.h:175:3", "type": { "tag": ":enum", "name": "", "id": 160 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_CommonEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:180:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_CommonEvent", "location": "/usr/include/SDL2/SDL_events.h:184:3", "type": { "tag": ":struct", "name": "SDL_CommonEvent", "id": 161 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_DisplayEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:189:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "display", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "event", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "data1", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DisplayEvent", "location": "/usr/include/SDL2/SDL_events.h:199:3", "type": { "tag": ":struct", "name": "SDL_DisplayEvent", "id": 162 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_WindowEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:204:16", "bit-size": 192, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "event", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "data1", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "data2", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowEvent", "location": "/usr/include/SDL2/SDL_events.h:215:3", "type": { "tag": ":struct", "name": "SDL_WindowEvent", "id": 163 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_KeyboardEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:220:16", "bit-size": 256, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "state", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "repeat", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "keysym", "bit-offset": 128, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_Keysym" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_KeyboardEvent", "location": "/usr/include/SDL2/SDL_events.h:230:3", "type": { "tag": ":struct", "name": "SDL_KeyboardEvent", "id": 164 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_TextEditingEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:236:16", "bit-size": 416, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "text", "bit-offset": 96, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }, { "tag": "field", "name": "start", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "length", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TextEditingEvent", "location": "/usr/include/SDL2/SDL_events.h:244:3", "type": { "tag": ":struct", "name": "SDL_TextEditingEvent", "id": 165 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_TextInputEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:251:16", "bit-size": 352, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "text", "bit-offset": 96, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TextInputEvent", "location": "/usr/include/SDL2/SDL_events.h:257:3", "type": { "tag": ":struct", "name": "SDL_TextInputEvent", "id": 166 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_MouseMotionEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:262:16", "bit-size": 288, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "state", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "x", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "y", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "xrel", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "yrel", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MouseMotionEvent", "location": "/usr/include/SDL2/SDL_events.h:273:3", "type": { "tag": ":struct", "name": "SDL_MouseMotionEvent", "id": 167 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_MouseButtonEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:278:16", "bit-size": 224, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "button", "bit-offset": 128, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "state", "bit-offset": 136, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "clicks", "bit-offset": 144, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 152, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "x", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "y", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MouseButtonEvent", "location": "/usr/include/SDL2/SDL_events.h:290:3", "type": { "tag": ":struct", "name": "SDL_MouseButtonEvent", "id": 168 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_MouseWheelEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:295:16", "bit-size": 288, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "x", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "y", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "direction", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "preciseX", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "preciseY", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MouseWheelEvent", "location": "/usr/include/SDL2/SDL_events.h:306:3", "type": { "tag": ":struct", "name": "SDL_MouseWheelEvent", "id": 169 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyAxisEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:311:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "axis", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "value", "bit-offset": 128, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "padding4", "bit-offset": 144, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyAxisEvent", "location": "/usr/include/SDL2/SDL_events.h:322:3", "type": { "tag": ":struct", "name": "SDL_JoyAxisEvent", "id": 170 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyBallEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:327:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "ball", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "xrel", "bit-offset": 128, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "yrel", "bit-offset": 144, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyBallEvent", "location": "/usr/include/SDL2/SDL_events.h:338:3", "type": { "tag": ":struct", "name": "SDL_JoyBallEvent", "id": 171 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyHatEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:343:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "hat", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "value", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyHatEvent", "location": "/usr/include/SDL2/SDL_events.h:358:3", "type": { "tag": ":struct", "name": "SDL_JoyHatEvent", "id": 172 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyButtonEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:363:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "button", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "state", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyButtonEvent", "location": "/usr/include/SDL2/SDL_events.h:372:3", "type": { "tag": ":struct", "name": "SDL_JoyButtonEvent", "id": 173 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_JoyDeviceEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:377:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_JoyDeviceEvent", "location": "/usr/include/SDL2/SDL_events.h:382:3", "type": { "tag": ":struct", "name": "SDL_JoyDeviceEvent", "id": 174 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerAxisEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:388:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "axis", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "value", "bit-offset": 128, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "padding4", "bit-offset": 144, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerAxisEvent", "location": "/usr/include/SDL2/SDL_events.h:399:3", "type": { "tag": ":struct", "name": "SDL_ControllerAxisEvent", "id": 175 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerButtonEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:405:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "button", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "state", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerButtonEvent", "location": "/usr/include/SDL2/SDL_events.h:414:3", "type": { "tag": ":struct", "name": "SDL_ControllerButtonEvent", "id": 176 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerDeviceEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:420:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerDeviceEvent", "location": "/usr/include/SDL2/SDL_events.h:425:3", "type": { "tag": ":struct", "name": "SDL_ControllerDeviceEvent", "id": 177 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerTouchpadEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:430:16", "bit-size": 256, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "touchpad", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "finger", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "x", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pressure", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerTouchpadEvent", "location": "/usr/include/SDL2/SDL_events.h:440:3", "type": { "tag": ":struct", "name": "SDL_ControllerTouchpadEvent", "id": 178 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_ControllerSensorEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:445:16", "bit-size": 224, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_JoystickID" } }, { "tag": "field", "name": "sensor", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "data", "bit-offset": 128, "bit-size": 96, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 }, "size": 3 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ControllerSensorEvent", "location": "/usr/include/SDL2/SDL_events.h:452:3", "type": { "tag": ":struct", "name": "SDL_ControllerSensorEvent", "id": 179 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_AudioDeviceEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:457:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "iscapture", "bit-offset": 96, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding1", "bit-offset": 104, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding2", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "padding3", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_AudioDeviceEvent", "location": "/usr/include/SDL2/SDL_events.h:466:3", "type": { "tag": ":struct", "name": "SDL_AudioDeviceEvent", "id": 180 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_TouchFingerEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:472:16", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "touchId", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_TouchID" } }, { "tag": "field", "name": "fingerId", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_FingerID" } }, { "tag": "field", "name": "x", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "dx", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "dy", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pressure", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "windowID", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TouchFingerEvent", "location": "/usr/include/SDL2/SDL_events.h:484:3", "type": { "tag": ":struct", "name": "SDL_TouchFingerEvent", "id": 181 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_MultiGestureEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:490:16", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "touchId", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_TouchID" } }, { "tag": "field", "name": "dTheta", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "dDist", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "numFingers", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "padding", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MultiGestureEvent", "location": "/usr/include/SDL2/SDL_events.h:501:3", "type": { "tag": ":struct", "name": "SDL_MultiGestureEvent", "id": 182 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_DollarGestureEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:507:16", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "touchId", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_TouchID" } }, { "tag": "field", "name": "gestureId", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "SDL_GestureID" } }, { "tag": "field", "name": "numFingers", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "error", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DollarGestureEvent", "location": "/usr/include/SDL2/SDL_events.h:517:3", "type": { "tag": ":struct", "name": "SDL_DollarGestureEvent", "id": 183 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_DropEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:525:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "file", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "windowID", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_DropEvent", "location": "/usr/include/SDL2/SDL_events.h:531:3", "type": { "tag": ":struct", "name": "SDL_DropEvent", "id": 184 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SensorEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:537:16", "bit-size": 288, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "which", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "data", "bit-offset": 96, "bit-size": 192, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 }, "size": 6 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SensorEvent", "location": "/usr/include/SDL2/SDL_events.h:543:3", "type": { "tag": ":struct", "name": "SDL_SensorEvent", "id": 185 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_QuitEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:548:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_QuitEvent", "location": "/usr/include/SDL2/SDL_events.h:552:3", "type": { "tag": ":struct", "name": "SDL_QuitEvent", "id": 186 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_OSEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:557:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_OSEvent", "location": "/usr/include/SDL2/SDL_events.h:561:3", "type": { "tag": ":struct", "name": "SDL_OSEvent", "id": 187 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_UserEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:566:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "windowID", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "code", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Sint32" } }, { "tag": "field", "name": "data1", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "data2", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_UserEvent", "location": "/usr/include/SDL2/SDL_events.h:574:3", "type": { "tag": ":struct", "name": "SDL_UserEvent", "id": 188 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMmsg", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:577:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SysWMmsg", "location": "/usr/include/SDL2/SDL_events.h:578:29", "type": { "tag": "struct", "ns": 0, "name": "SDL_SysWMmsg", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:577:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMEvent", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:586:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "timestamp", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "msg", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_SysWMmsg" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SysWMEvent", "location": "/usr/include/SDL2/SDL_events.h:591:3", "type": { "tag": ":struct", "name": "SDL_SysWMEvent", "id": 190 } }, +{ "tag": "union", "ns": 0, "name": "SDL_Event", "id": 0, "location": "/usr/include/SDL2/SDL_events.h:596:15", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "common", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "SDL_CommonEvent" } }, { "tag": "field", "name": "display", "bit-offset": 0, "bit-size": 160, "bit-alignment": 32, "type": { "tag": "SDL_DisplayEvent" } }, { "tag": "field", "name": "window", "bit-offset": 0, "bit-size": 192, "bit-alignment": 32, "type": { "tag": "SDL_WindowEvent" } }, { "tag": "field", "name": "key", "bit-offset": 0, "bit-size": 256, "bit-alignment": 32, "type": { "tag": "SDL_KeyboardEvent" } }, { "tag": "field", "name": "edit", "bit-offset": 0, "bit-size": 416, "bit-alignment": 32, "type": { "tag": "SDL_TextEditingEvent" } }, { "tag": "field", "name": "text", "bit-offset": 0, "bit-size": 352, "bit-alignment": 32, "type": { "tag": "SDL_TextInputEvent" } }, { "tag": "field", "name": "motion", "bit-offset": 0, "bit-size": 288, "bit-alignment": 32, "type": { "tag": "SDL_MouseMotionEvent" } }, { "tag": "field", "name": "button", "bit-offset": 0, "bit-size": 224, "bit-alignment": 32, "type": { "tag": "SDL_MouseButtonEvent" } }, { "tag": "field", "name": "wheel", "bit-offset": 0, "bit-size": 288, "bit-alignment": 32, "type": { "tag": "SDL_MouseWheelEvent" } }, { "tag": "field", "name": "jaxis", "bit-offset": 0, "bit-size": 160, "bit-alignment": 32, "type": { "tag": "SDL_JoyAxisEvent" } }, { "tag": "field", "name": "jball", "bit-offset": 0, "bit-size": 160, "bit-alignment": 32, "type": { "tag": "SDL_JoyBallEvent" } }, { "tag": "field", "name": "jhat", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_JoyHatEvent" } }, { "tag": "field", "name": "jbutton", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_JoyButtonEvent" } }, { "tag": "field", "name": "jdevice", "bit-offset": 0, "bit-size": 96, "bit-alignment": 32, "type": { "tag": "SDL_JoyDeviceEvent" } }, { "tag": "field", "name": "caxis", "bit-offset": 0, "bit-size": 160, "bit-alignment": 32, "type": { "tag": "SDL_ControllerAxisEvent" } }, { "tag": "field", "name": "cbutton", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_ControllerButtonEvent" } }, { "tag": "field", "name": "cdevice", "bit-offset": 0, "bit-size": 96, "bit-alignment": 32, "type": { "tag": "SDL_ControllerDeviceEvent" } }, { "tag": "field", "name": "ctouchpad", "bit-offset": 0, "bit-size": 256, "bit-alignment": 32, "type": { "tag": "SDL_ControllerTouchpadEvent" } }, { "tag": "field", "name": "csensor", "bit-offset": 0, "bit-size": 224, "bit-alignment": 32, "type": { "tag": "SDL_ControllerSensorEvent" } }, { "tag": "field", "name": "adevice", "bit-offset": 0, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_AudioDeviceEvent" } }, { "tag": "field", "name": "sensor", "bit-offset": 0, "bit-size": 288, "bit-alignment": 32, "type": { "tag": "SDL_SensorEvent" } }, { "tag": "field", "name": "quit", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "SDL_QuitEvent" } }, { "tag": "field", "name": "user", "bit-offset": 0, "bit-size": 256, "bit-alignment": 64, "type": { "tag": "SDL_UserEvent" } }, { "tag": "field", "name": "syswm", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "SDL_SysWMEvent" } }, { "tag": "field", "name": "tfinger", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "SDL_TouchFingerEvent" } }, { "tag": "field", "name": "mgesture", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "SDL_MultiGestureEvent" } }, { "tag": "field", "name": "dgesture", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "SDL_DollarGestureEvent" } }, { "tag": "field", "name": "drop", "bit-offset": 0, "bit-size": 192, "bit-alignment": 64, "type": { "tag": "SDL_DropEvent" } }, { "tag": "field", "name": "padding", "bit-offset": 0, "bit-size": 448, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "Uint8" }, "size": 56 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Event", "location": "/usr/include/SDL2/SDL_events.h:642:3", "type": { "tag": ":union", "name": "SDL_Event", "id": 191 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_compile_time_assert_SDL_Event", "location": "/usr/include/SDL2/SDL_events.h:645:1 :369:1>", "type": { "tag": ":array", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 }, "size": 1 } }, +{ "tag": "function", "name": "SDL_PumpEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:672:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 192, "location": "/usr/include/SDL2/SDL_events.h:675:9", "fields": [{ "tag": "field", "name": "SDL_ADDEVENT", "value": 0 }, { "tag": "field", "name": "SDL_PEEKEVENT", "value": 1 }, { "tag": "field", "name": "SDL_GETEVENT", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_eventaction", "location": "/usr/include/SDL2/SDL_events.h:680:3", "type": { "tag": ":enum", "name": "", "id": 192 } }, +{ "tag": "function", "name": "SDL_PeepEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:720:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "events", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }, { "tag": "parameter", "name": "numevents", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "action", "type": { "tag": "SDL_eventaction" } }, { "tag": "parameter", "name": "minType", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "maxType", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HasEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:739:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "type", "type": { "tag": "Uint32" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_HasEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:758:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "minType", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "maxType", "type": { "tag": "Uint32" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_FlushEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:780:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "type", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_FlushEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:805:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "minType", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "maxType", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_PollEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:852:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "event", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_WaitEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:874:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "event", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_WaitEventTimeout", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:900:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "event", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }, { "tag": "parameter", "name": "timeout", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_PushEvent", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:935:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "event", "type": { "tag": ":pointer", "type": { "tag": "SDL_Event" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_EventFilter", "location": "/usr/include/SDL2/SDL_events.h:949:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_SetEventFilter", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:993:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": "SDL_EventFilter" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetEventFilter", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1011:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": ":pointer", "type": { "tag": "SDL_EventFilter" } } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_AddEventWatch", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1040:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": "SDL_EventFilter" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DelEventWatch", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1056:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": "SDL_EventFilter" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_FilterEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1075:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "filter", "type": { "tag": "SDL_EventFilter" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_EventState", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1103:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "type", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "state", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint8" } }, +{ "tag": "function", "name": "SDL_RegisterEvents", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1125:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "numevents", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetBasePath", "ns": 0, "location": "/usr/include/SDL2/SDL_filesystem.h:78:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetPrefPath", "ns": 0, "location": "/usr/include/SDL2/SDL_filesystem.h:135:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "org", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "app", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "struct", "ns": 0, "name": "_SDL_Haptic", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:140:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Haptic", "location": "/usr/include/SDL2/SDL_haptic.h:141:28", "type": { "tag": "struct", "ns": 0, "name": "_SDL_Haptic", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:140:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticDirection", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:459:16", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "dir", "bit-offset": 32, "bit-size": 96, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": "Sint32" }, "size": 3 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticDirection", "location": "/usr/include/SDL2/SDL_haptic.h:463:3", "type": { "tag": ":struct", "name": "SDL_HapticDirection", "id": 194 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticConstant", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:477:16", "bit-size": 320, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "level", "bit-offset": 240, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "attack_length", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_level", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_length", "bit-offset": 288, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_level", "bit-offset": 304, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticConstant", "location": "/usr/include/SDL2/SDL_haptic.h:499:3", "type": { "tag": ":struct", "name": "SDL_HapticConstant", "id": 195 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticPeriodic", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:558:16", "bit-size": 384, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "period", "bit-offset": 240, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "magnitude", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "offset", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "phase", "bit-offset": 288, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_length", "bit-offset": 304, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_level", "bit-offset": 320, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_length", "bit-offset": 336, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_level", "bit-offset": 352, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticPeriodic", "location": "/usr/include/SDL2/SDL_haptic.h:585:3", "type": { "tag": ":struct", "name": "SDL_HapticPeriodic", "id": 196 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticCondition", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:611:16", "bit-size": 544, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "right_sat", "bit-offset": 240, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Uint16" }, "size": 3 } }, { "tag": "field", "name": "left_sat", "bit-offset": 288, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Uint16" }, "size": 3 } }, { "tag": "field", "name": "right_coeff", "bit-offset": 336, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Sint16" }, "size": 3 } }, { "tag": "field", "name": "left_coeff", "bit-offset": 384, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Sint16" }, "size": 3 } }, { "tag": "field", "name": "deadband", "bit-offset": 432, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Uint16" }, "size": 3 } }, { "tag": "field", "name": "center", "bit-offset": 480, "bit-size": 48, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": "Sint16" }, "size": 3 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticCondition", "location": "/usr/include/SDL2/SDL_haptic.h:633:3", "type": { "tag": ":struct", "name": "SDL_HapticCondition", "id": 197 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticRamp", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:648:16", "bit-size": 352, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "start", "bit-offset": 240, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "end", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Sint16" } }, { "tag": "field", "name": "attack_length", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_level", "bit-offset": 288, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_length", "bit-offset": 304, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_level", "bit-offset": 320, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticRamp", "location": "/usr/include/SDL2/SDL_haptic.h:671:3", "type": { "tag": ":struct", "name": "SDL_HapticRamp", "id": 198 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticLeftRight", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:685:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "length", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "large_magnitude", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "small_magnitude", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticLeftRight", "location": "/usr/include/SDL2/SDL_haptic.h:696:3", "type": { "tag": ":struct", "name": "SDL_HapticLeftRight", "id": 199 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_HapticCustom", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:713:16", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 128, "bit-alignment": 32, "type": { "tag": "SDL_HapticDirection" } }, { "tag": "field", "name": "length", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "delay", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "button", "bit-offset": 208, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "interval", "bit-offset": 224, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "channels", "bit-offset": 240, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "period", "bit-offset": 256, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "samples", "bit-offset": 272, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "data", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Uint16" } } }, { "tag": "field", "name": "attack_length", "bit-offset": 384, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "attack_level", "bit-offset": 400, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_length", "bit-offset": 416, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "fade_level", "bit-offset": 432, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticCustom", "location": "/usr/include/SDL2/SDL_haptic.h:738:3", "type": { "tag": ":struct", "name": "SDL_HapticCustom", "id": 200 } }, +{ "tag": "union", "ns": 0, "name": "SDL_HapticEffect", "id": 0, "location": "/usr/include/SDL2/SDL_haptic.h:809:15", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "Uint16" } }, { "tag": "field", "name": "constant", "bit-offset": 0, "bit-size": 320, "bit-alignment": 32, "type": { "tag": "SDL_HapticConstant" } }, { "tag": "field", "name": "periodic", "bit-offset": 0, "bit-size": 384, "bit-alignment": 32, "type": { "tag": "SDL_HapticPeriodic" } }, { "tag": "field", "name": "condition", "bit-offset": 0, "bit-size": 544, "bit-alignment": 32, "type": { "tag": "SDL_HapticCondition" } }, { "tag": "field", "name": "ramp", "bit-offset": 0, "bit-size": 352, "bit-alignment": 32, "type": { "tag": "SDL_HapticRamp" } }, { "tag": "field", "name": "leftright", "bit-offset": 0, "bit-size": 96, "bit-alignment": 32, "type": { "tag": "SDL_HapticLeftRight" } }, { "tag": "field", "name": "custom", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "SDL_HapticCustom" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HapticEffect", "location": "/usr/include/SDL2/SDL_haptic.h:819:3", "type": { "tag": ":union", "name": "SDL_HapticEffect", "id": 201 } }, +{ "tag": "function", "name": "SDL_NumHaptics", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:834:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticName", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:850:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_HapticOpen", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:877:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, +{ "tag": "function", "name": "SDL_HapticOpened", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:891:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "device_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticIndex", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:905:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_MouseIsHaptic", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:916:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticOpenFromMouse", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:929:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, +{ "tag": "function", "name": "SDL_JoystickIsHaptic", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:943:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticOpenFromJoystick", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:966:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "joystick", "type": { "tag": ":pointer", "type": { "tag": "SDL_Joystick" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, +{ "tag": "function", "name": "SDL_HapticClose", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:978:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_HapticNumEffects", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:996:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticNumEffectsPlaying", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1013:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticQuery", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1027:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticNumAxes", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1042:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticEffectSupported", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1058:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":pointer", "type": { "tag": "SDL_HapticEffect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticNewEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1077:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":pointer", "type": { "tag": "SDL_HapticEffect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticUpdateEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1101:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": "SDL_HapticEffect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRunEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1127:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "iterations", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticStopEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1146:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticDestroyEffect", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1162:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_HapticGetEffectStatus", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1180:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "effect", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticSetGain", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1202:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "gain", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticSetAutocenter", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1221:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "autocenter", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticPause", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1241:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticUnpause", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1256:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticStopAll", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1267:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRumbleSupported", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1283:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRumbleInit", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1299:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRumblePlay", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1316:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }, { "tag": "parameter", "name": "strength", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "length", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_HapticRumbleStop", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:1331:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "haptic", "type": { "tag": ":pointer", "type": { "tag": "SDL_Haptic" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_hid_device_", "id": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:76:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_hid_device", "location": "/usr/include/SDL2/SDL_hidapi.h:77:32", "type": { "tag": "struct", "ns": 0, "name": "SDL_hid_device_", "id": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:76:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_hid_device_info", "id": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:83:16", "bit-size": 640, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "path", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "vendor_id", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "product_id", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "serial_number", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "field", "name": "release_number", "bit-offset": 192, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "manufacturer_string", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "field", "name": "product_string", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "field", "name": "usage_page", "bit-offset": 384, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "usage", "bit-offset": 400, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "interface_number", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "interface_class", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "interface_subclass", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "interface_protocol", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "next", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "SDL_hid_device_info", "id": 203 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_hid_device_info", "location": "/usr/include/SDL2/SDL_hidapi.h:122:3", "type": { "tag": ":struct", "name": "SDL_hid_device_info", "id": 203 } }, +{ "tag": "function", "name": "SDL_hid_init", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:142:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_exit", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:156:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_device_change_count", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:177:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_hid_enumerate", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:199:47", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "vendor_id", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "parameter", "name": "product_id", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device_info" } } }, +{ "tag": "function", "name": "SDL_hid_free_enumeration", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:211:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "devs", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device_info" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_hid_open", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:229:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "vendor_id", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "parameter", "name": "product_id", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "parameter", "name": "serial_number", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, +{ "tag": "function", "name": "SDL_hid_open_path", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:243:42", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "path", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "bExclusive", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, +{ "tag": "function", "name": "SDL_hid_write", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:269:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_read_timeout", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:290:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }, { "tag": "parameter", "name": "milliseconds", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_read", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:310:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_set_nonblocking", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:328:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "nonblock", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_send_feature_report", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:352:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_get_feature_report", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:374:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "data", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "length", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_close", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:383:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_hid_get_manufacturer_string", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:395:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "string", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_get_product_string", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:407:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "string", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_get_serial_number_string", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:419:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "string", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_get_indexed_string", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:432:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "dev", "type": { "tag": ":pointer", "type": { "tag": "SDL_hid_device" } } }, { "tag": "parameter", "name": "string_index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "string", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "maxlen", "type": { "tag": "size_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_hid_ble_scan", "ns": 0, "location": "/usr/include/SDL2/SDL_hidapi.h:441:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "active", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 204, "location": "/usr/include/SDL2/SDL_hints.h:1818:9", "fields": [{ "tag": "field", "name": "SDL_HINT_DEFAULT", "value": 0 }, { "tag": "field", "name": "SDL_HINT_NORMAL", "value": 1 }, { "tag": "field", "name": "SDL_HINT_OVERRIDE", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HintPriority", "location": "/usr/include/SDL2/SDL_hints.h:1823:3", "type": { "tag": ":enum", "name": "", "id": 204 } }, +{ "tag": "function", "name": "SDL_SetHintWithPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1843:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "priority", "type": { "tag": "SDL_HintPriority" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_SetHint", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1863:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "value", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_GetHint", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1877:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetHintBoolean", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1892:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "default_value", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_HintCallback", "location": "/usr/include/SDL2/SDL_hints.h:1902:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_AddHintCallback", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1916:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "callback", "type": { "tag": "SDL_HintCallback" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DelHintCallback", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1932:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "callback", "type": { "tag": "SDL_HintCallback" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_ClearHints", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1943:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LoadObject", "ns": 0, "location": "/usr/include/SDL2/SDL_loadso.h:65:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "sofile", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_LoadFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_loadso.h:92:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "handle", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "name", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_UnloadObject", "ns": 0, "location": "/usr/include/SDL2/SDL_loadso.h:105:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "handle", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 205, "location": "/usr/include/SDL2/SDL_log.h:64:9", "fields": [{ "tag": "field", "name": "SDL_LOG_CATEGORY_APPLICATION", "value": 0 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_ERROR", "value": 1 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_ASSERT", "value": 2 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_SYSTEM", "value": 3 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_AUDIO", "value": 4 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_VIDEO", "value": 5 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RENDER", "value": 6 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_INPUT", "value": 7 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_TEST", "value": 8 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED1", "value": 9 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED2", "value": 10 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED3", "value": 11 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED4", "value": 12 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED5", "value": 13 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED6", "value": 14 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED7", "value": 15 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED8", "value": 16 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED9", "value": 17 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_RESERVED10", "value": 18 }, { "tag": "field", "name": "SDL_LOG_CATEGORY_CUSTOM", "value": 19 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_LogCategory", "location": "/usr/include/SDL2/SDL_log.h:97:3", "type": { "tag": ":enum", "name": "", "id": 205 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 206, "location": "/usr/include/SDL2/SDL_log.h:102:9", "fields": [{ "tag": "field", "name": "SDL_LOG_PRIORITY_VERBOSE", "value": 1 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_DEBUG", "value": 2 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_INFO", "value": 3 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_WARN", "value": 4 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_ERROR", "value": 5 }, { "tag": "field", "name": "SDL_LOG_PRIORITY_CRITICAL", "value": 6 }, { "tag": "field", "name": "SDL_NUM_LOG_PRIORITIES", "value": 7 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_LogPriority", "location": "/usr/include/SDL2/SDL_log.h:111:3", "type": { "tag": ":enum", "name": "", "id": 206 } }, +{ "tag": "function", "name": "SDL_LogSetAllPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:123:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "priority", "type": { "tag": "SDL_LogPriority" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogSetPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:136:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "priority", "type": { "tag": "SDL_LogPriority" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogGetPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:149:41", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "SDL_LogPriority" } }, +{ "tag": "function", "name": "SDL_LogResetPriorities", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:161:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_Log", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:182:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogVerbose", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:203:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogDebug", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:224:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:245:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogWarn", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:266:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogError", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:287:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogCritical", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:308:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogMessage", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:330:30", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "priority", "type": { "tag": "SDL_LogPriority" } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogMessageV", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:353:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "category", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "priority", "type": { "tag": "SDL_LogPriority" } }, { "tag": "parameter", "name": "fmt", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "ap", "type": { "tag": "va_list" } }], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_LogOutputFunction", "location": "/usr/include/SDL2/SDL_log.h:367:24", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "SDL_LogGetOutputFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:381:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "callback", "type": { "tag": ":pointer", "type": { "tag": "SDL_LogOutputFunction" } } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_LogSetOutputFunction", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:393:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "callback", "type": { "tag": "SDL_LogOutputFunction" } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 207, "location": "/usr/include/SDL2/SDL_messagebox.h:37:9", "fields": [{ "tag": "field", "name": "SDL_MESSAGEBOX_ERROR", "value": 16 }, { "tag": "field", "name": "SDL_MESSAGEBOX_WARNING", "value": 32 }, { "tag": "field", "name": "SDL_MESSAGEBOX_INFORMATION", "value": 64 }, { "tag": "field", "name": "SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT", "value": 128 }, { "tag": "field", "name": "SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT", "value": 256 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxFlags", "location": "/usr/include/SDL2/SDL_messagebox.h:44:3", "type": { "tag": ":enum", "name": "", "id": 207 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 208, "location": "/usr/include/SDL2/SDL_messagebox.h:49:9", "fields": [{ "tag": "field", "name": "SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT", "value": 1 }, { "tag": "field", "name": "SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxButtonFlags", "location": "/usr/include/SDL2/SDL_messagebox.h:53:3", "type": { "tag": ":enum", "name": "", "id": 208 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxButtonData", "location": "/usr/include/SDL2/SDL_messagebox.h:63:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 209, "location": "/usr/include/SDL2/SDL_messagebox.h:58:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "flags", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "buttonid", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "text", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxColor", "location": "/usr/include/SDL2/SDL_messagebox.h:71:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 210, "location": "/usr/include/SDL2/SDL_messagebox.h:68:9", "bit-size": 24, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "r", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "g", "bit-offset": 8, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "b", "bit-offset": 16, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 211, "location": "/usr/include/SDL2/SDL_messagebox.h:73:9", "fields": [{ "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_BACKGROUND", "value": 0 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_TEXT", "value": 1 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_BUTTON_BORDER", "value": 2 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND", "value": 3 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED", "value": 4 }, { "tag": "field", "name": "SDL_MESSAGEBOX_COLOR_MAX", "value": 5 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxColorType", "location": "/usr/include/SDL2/SDL_messagebox.h:81:3", "type": { "tag": ":enum", "name": "", "id": 211 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxColorScheme", "location": "/usr/include/SDL2/SDL_messagebox.h:89:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 212, "location": "/usr/include/SDL2/SDL_messagebox.h:86:9", "bit-size": 120, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "colors", "bit-offset": 0, "bit-size": 120, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "SDL_MessageBoxColor" }, "size": 5 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MessageBoxData", "location": "/usr/include/SDL2/SDL_messagebox.h:105:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 213, "location": "/usr/include/SDL2/SDL_messagebox.h:94:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "flags", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "window", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "field", "name": "title", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "message", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "numbuttons", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "buttons", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_MessageBoxButtonData" } } }, { "tag": "field", "name": "colorScheme", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "SDL_MessageBoxColorScheme" } } }] } }, +{ "tag": "function", "name": "SDL_ShowMessageBox", "ns": 0, "location": "/usr/include/SDL2/SDL_messagebox.h:140:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "messageboxdata", "type": { "tag": ":pointer", "type": { "tag": "SDL_MessageBoxData" } } }, { "tag": "parameter", "name": "buttonid", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_ShowSimpleMessageBox", "ns": 0, "location": "/usr/include/SDL2/SDL_messagebox.h:182:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "title", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "message", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_MetalView", "location": "/usr/include/SDL2/SDL_metal.h:44:15", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_Metal_CreateView", "ns": 0, "location": "/usr/include/SDL2/SDL_metal.h:66:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_MetalView" } }, +{ "tag": "function", "name": "SDL_Metal_DestroyView", "ns": 0, "location": "/usr/include/SDL2/SDL_metal.h:78:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "view", "type": { "tag": "SDL_MetalView" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_Metal_GetLayer", "ns": 0, "location": "/usr/include/SDL2/SDL_metal.h:87:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "view", "type": { "tag": "SDL_MetalView" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_Metal_GetDrawableSize", "ns": 0, "location": "/usr/include/SDL2/SDL_metal.h:101:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 214, "location": "/usr/include/SDL2/SDL_power.h:42:9", "fields": [{ "tag": "field", "name": "SDL_POWERSTATE_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_POWERSTATE_ON_BATTERY", "value": 1 }, { "tag": "field", "name": "SDL_POWERSTATE_NO_BATTERY", "value": 2 }, { "tag": "field", "name": "SDL_POWERSTATE_CHARGING", "value": 3 }, { "tag": "field", "name": "SDL_POWERSTATE_CHARGED", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_PowerState", "location": "/usr/include/SDL2/SDL_power.h:49:3", "type": { "tag": ":enum", "name": "", "id": 214 } }, +{ "tag": "function", "name": "SDL_GetPowerInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_power.h:78:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "secs", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "pct", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": "SDL_PowerState" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 215, "location": "/usr/include/SDL2/SDL_render.h:64:9", "fields": [{ "tag": "field", "name": "SDL_RENDERER_SOFTWARE", "value": 1 }, { "tag": "field", "name": "SDL_RENDERER_ACCELERATED", "value": 2 }, { "tag": "field", "name": "SDL_RENDERER_PRESENTVSYNC", "value": 4 }, { "tag": "field", "name": "SDL_RENDERER_TARGETTEXTURE", "value": 8 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_RendererFlags", "location": "/usr/include/SDL2/SDL_render.h:73:3", "type": { "tag": ":enum", "name": "", "id": 215 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_RendererInfo", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:78:16", "bit-size": 704, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "name", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "flags", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "num_texture_formats", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "Uint32" } }, { "tag": "field", "name": "texture_formats", "bit-offset": 128, "bit-size": 512, "bit-alignment": 32, "type": { "tag": ":array", "type": { "tag": "Uint32" }, "size": 16 } }, { "tag": "field", "name": "max_texture_width", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "max_texture_height", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_RendererInfo", "location": "/usr/include/SDL2/SDL_render.h:86:3", "type": { "tag": ":struct", "name": "SDL_RendererInfo", "id": 216 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Vertex", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:91:16", "bit-size": 160, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "position", "bit-offset": 0, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "SDL_FPoint" } }, { "tag": "field", "name": "color", "bit-offset": 64, "bit-size": 32, "bit-alignment": 8, "type": { "tag": "SDL_Color" } }, { "tag": "field", "name": "tex_coord", "bit-offset": 96, "bit-size": 64, "bit-alignment": 32, "type": { "tag": "SDL_FPoint" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Vertex", "location": "/usr/include/SDL2/SDL_render.h:96:3", "type": { "tag": ":struct", "name": "SDL_Vertex", "id": 217 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 218, "location": "/usr/include/SDL2/SDL_render.h:101:9", "fields": [{ "tag": "field", "name": "SDL_ScaleModeNearest", "value": 0 }, { "tag": "field", "name": "SDL_ScaleModeLinear", "value": 1 }, { "tag": "field", "name": "SDL_ScaleModeBest", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_ScaleMode", "location": "/usr/include/SDL2/SDL_render.h:106:3", "type": { "tag": ":enum", "name": "", "id": 218 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 219, "location": "/usr/include/SDL2/SDL_render.h:111:9", "fields": [{ "tag": "field", "name": "SDL_TEXTUREACCESS_STATIC", "value": 0 }, { "tag": "field", "name": "SDL_TEXTUREACCESS_STREAMING", "value": 1 }, { "tag": "field", "name": "SDL_TEXTUREACCESS_TARGET", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TextureAccess", "location": "/usr/include/SDL2/SDL_render.h:116:3", "type": { "tag": ":enum", "name": "", "id": 219 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 220, "location": "/usr/include/SDL2/SDL_render.h:121:9", "fields": [{ "tag": "field", "name": "SDL_TEXTUREMODULATE_NONE", "value": 0 }, { "tag": "field", "name": "SDL_TEXTUREMODULATE_COLOR", "value": 1 }, { "tag": "field", "name": "SDL_TEXTUREMODULATE_ALPHA", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TextureModulate", "location": "/usr/include/SDL2/SDL_render.h:126:3", "type": { "tag": ":enum", "name": "", "id": 220 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 221, "location": "/usr/include/SDL2/SDL_render.h:131:9", "fields": [{ "tag": "field", "name": "SDL_FLIP_NONE", "value": 0 }, { "tag": "field", "name": "SDL_FLIP_HORIZONTAL", "value": 1 }, { "tag": "field", "name": "SDL_FLIP_VERTICAL", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_RendererFlip", "location": "/usr/include/SDL2/SDL_render.h:136:3", "type": { "tag": ":enum", "name": "", "id": 221 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Renderer", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:141:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Renderer", "location": "/usr/include/SDL2/SDL_render.h:142:29", "type": { "tag": "struct", "ns": 0, "name": "SDL_Renderer", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:141:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Texture", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:147:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Texture", "location": "/usr/include/SDL2/SDL_render.h:148:28", "type": { "tag": "struct", "ns": 0, "name": "SDL_Texture", "id": 0, "location": "/usr/include/SDL2/SDL_render.h:147:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "function", "name": "SDL_GetNumRenderDrivers", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:169:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRenderDriverInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:185:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "info", "type": { "tag": ":pointer", "type": { "tag": "SDL_RendererInfo" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CreateWindowAndRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:205:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "width", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "height", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "window_flags", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } } }, { "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CreateRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:227:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "index", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, +{ "tag": "function", "name": "SDL_CreateSoftwareRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:249:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, +{ "tag": "function", "name": "SDL_GetRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:262:40", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, +{ "tag": "function", "name": "SDL_GetRendererInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:277:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "info", "type": { "tag": ":pointer", "type": { "tag": "SDL_RendererInfo" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRendererOutputSize", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:297:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CreateTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:322:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "access", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, +{ "tag": "function", "name": "SDL_CreateTextureFromSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:351:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, +{ "tag": "function", "name": "SDL_QueryTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:371:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "format", "type": { "tag": ":pointer", "type": { "tag": "Uint32" } } }, { "tag": "parameter", "name": "access", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureColorMod", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:399:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureColorMod", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:418:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureAlphaMod", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:443:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "alpha", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureAlphaMod", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:459:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "alpha", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:478:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": "SDL_BlendMode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:493:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": ":pointer", "type": { "tag": "SDL_BlendMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureScaleMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:509:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "scaleMode", "type": { "tag": "SDL_ScaleMode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureScaleMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:523:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "scaleMode", "type": { "tag": ":pointer", "type": { "tag": "SDL_ScaleMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetTextureUserData", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:537:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "userdata", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetTextureUserData", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:551:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_UpdateTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:582:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpdateYUVTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:613:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "Yplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "Ypitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Uplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "Upitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "Vplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "Vpitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UpdateNVTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:639:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "Yplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "Ypitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "UVplane", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "UVpitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LockTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:671:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":void" } } } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LockTextureToSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:707:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "surface", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_UnlockTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:728:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderTargetSupported", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:740:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_SetRenderTarget", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:764:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRenderTarget", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:780:39", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, +{ "tag": "function", "name": "SDL_RenderSetLogicalSize", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:808:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetLogicalSize", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:825:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "w", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "h", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderSetIntegerScale", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:844:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "enable", "type": { "tag": "SDL_bool" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetIntegerScale", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:858:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_RenderSetViewport", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:876:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetViewport", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:889:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderSetClipRect", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:907:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetClipRect", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:923:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderIsClipEnabled", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:938:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_RenderSetScale", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:963:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "scaleX", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "scaleY", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetScale", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:977:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "scaleX", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "scaleY", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderWindowToLogical", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1001:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "windowX", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "windowY", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "logicalX", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "logicalY", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderLogicalToWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1023:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "logicalX", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "logicalY", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "windowX", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "windowY", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_SetRenderDrawColor", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1056:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "r", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "g", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "b", "type": { "tag": "Uint8" } }, { "tag": "parameter", "name": "a", "type": { "tag": "Uint8" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRenderDrawColor", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1079:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "r", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "g", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "b", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }, { "tag": "parameter", "name": "a", "type": { "tag": ":pointer", "type": { "tag": "Uint8" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_SetRenderDrawBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1105:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": "SDL_BlendMode" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetRenderDrawBlendMode", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1120:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "blendMode", "type": { "tag": ":pointer", "type": { "tag": "SDL_BlendMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderClear", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1137:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawPoint", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1164:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawPoints", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1190:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawLine", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1221:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "x1", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y1", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "x2", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y2", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawLines", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1247:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawRect", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1273:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawRects", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1299:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderFillRect", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1329:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderFillRects", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1354:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderCopy", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1386:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderCopyEx", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1430:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "angle", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "center", "type": { "tag": ":pointer", "type": { "tag": "SDL_Point" } } }, { "tag": "parameter", "name": "flip", "type": { "tag": "SDL_RendererFlip" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawPointF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1449:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawPointsF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1462:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_FPoint" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawLineF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1478:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "x1", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y1", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "x2", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y2", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawLinesF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1492:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "points", "type": { "tag": ":pointer", "type": { "tag": "SDL_FPoint" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawRectF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1506:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderDrawRectsF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1520:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderFillRectF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1535:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderFillRectsF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1549:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rects", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "count", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderCopyF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1567:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderCopyExF", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1593:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "srcrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "dstrect", "type": { "tag": ":pointer", "type": { "tag": "SDL_FRect" } } }, { "tag": "parameter", "name": "angle", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "center", "type": { "tag": ":pointer", "type": { "tag": "SDL_FPoint" } } }, { "tag": "parameter", "name": "flip", "type": { "tag": "SDL_RendererFlip" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGeometry", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1619:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "vertices", "type": { "tag": ":pointer", "type": { "tag": "SDL_Vertex" } } }, { "tag": "parameter", "name": "num_vertices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "indices", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "num_indices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGeometryRaw", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1645:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "xy", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "xy_stride", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "color", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "color_stride", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "uv", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "uv_stride", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "num_vertices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "indices", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "num_indices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "size_indices", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderReadPixels", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1678:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "rect", "type": { "tag": ":pointer", "type": { "tag": "SDL_Rect" } } }, { "tag": "parameter", "name": "format", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "pixels", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "parameter", "name": "pitch", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderPresent", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1718:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DestroyTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1733:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_DestroyRenderer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1744:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_RenderFlush", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1775:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_BindTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1813:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }, { "tag": "parameter", "name": "texw", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "texh", "type": { "tag": ":pointer", "type": { "tag": ":float", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GL_UnbindTexture", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1828:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "texture", "type": { "tag": ":pointer", "type": { "tag": "SDL_Texture" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_RenderGetMetalLayer", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1844:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_RenderGetMetalCommandEncoder", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1865:31", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "function", "name": "SDL_RenderSetVSync", "ns": 0, "location": "/usr/include/SDL2/SDL_render.h:1876:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "renderer", "type": { "tag": ":pointer", "type": { "tag": "SDL_Renderer" } } }, { "tag": "parameter", "name": "vsync", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_CreateShapedWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:69:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "title", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "x", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "y", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "w", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "h", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, +{ "tag": "function", "name": "SDL_IsShapedWindow", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:82:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 224, "location": "/usr/include/SDL2/SDL_shape.h:85:9", "fields": [{ "tag": "field", "name": "ShapeModeDefault", "value": 0 }, { "tag": "field", "name": "ShapeModeBinarizeAlpha", "value": 1 }, { "tag": "field", "name": "ShapeModeReverseBinarizeAlpha", "value": 2 }, { "tag": "field", "name": "ShapeModeColorKey", "value": 3 }] }, +{ "tag": "typedef", "ns": 0, "name": "WindowShapeMode", "location": "/usr/include/SDL2/SDL_shape.h:94:3", "type": { "tag": ":enum", "name": "", "id": 224 } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowShapeParams", "location": "/usr/include/SDL2/SDL_shape.h:103:3", "type": { "tag": "union", "ns": 0, "name": "", "id": 225, "location": "/usr/include/SDL2/SDL_shape.h:99:9", "bit-size": 32, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "binarizationCutoff", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "colorKey", "bit-offset": 0, "bit-size": 32, "bit-alignment": 8, "type": { "tag": "SDL_Color" } }] } }, +{ "tag": "struct", "ns": 0, "name": "SDL_WindowShapeMode", "id": 0, "location": "/usr/include/SDL2/SDL_shape.h:106:16", "bit-size": 64, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "mode", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "WindowShapeMode" } }, { "tag": "field", "name": "parameters", "bit-offset": 32, "bit-size": 32, "bit-alignment": 8, "type": { "tag": "SDL_WindowShapeParams" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_WindowShapeMode", "location": "/usr/include/SDL2/SDL_shape.h:111:3", "type": { "tag": ":struct", "name": "SDL_WindowShapeMode", "id": 226 } }, +{ "tag": "function", "name": "SDL_SetWindowShape", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:128:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "shape", "type": { "tag": ":pointer", "type": { "tag": "SDL_Surface" } } }, { "tag": "parameter", "name": "shape_mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_WindowShapeMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_GetShapedWindowMode", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:147:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "shape_mode", "type": { "tag": ":pointer", "type": { "tag": "SDL_WindowShapeMode" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LinuxSetThreadPriority", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:142:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "threadID", "type": { "tag": "Sint64" } }, { "tag": "parameter", "name": "priority", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_LinuxSetThreadPriorityAndPolicy", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:157:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "threadID", "type": { "tag": "Sint64" } }, { "tag": "parameter", "name": "sdlPriority", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "schedPolicy", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_IsTablet", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:542:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "function", "name": "SDL_OnApplicationWillTerminate", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:545:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationDidReceiveMemoryWarning", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:546:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationWillResignActive", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:547:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationDidEnterBackground", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:548:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationWillEnterForeground", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:549:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_OnApplicationDidBecomeActive", "ns": 0, "location": "/usr/include/SDL2/SDL_system.h:550:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetTicks", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:58:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_GetTicks64", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:82:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_GetPerformanceCounter", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:123:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_GetPerformanceFrequency", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:134:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": "Uint64" } }, +{ "tag": "function", "name": "SDL_Delay", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:147:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "ms", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":void" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TimerCallback", "location": "/usr/include/SDL2/SDL_timer.h:157:27", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "SDL_TimerID", "location": "/usr/include/SDL2/SDL_timer.h:162:13", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_AddTimer", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:196:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "interval", "type": { "tag": "Uint32" } }, { "tag": "parameter", "name": "callback", "type": { "tag": "SDL_TimerCallback" } }, { "tag": "parameter", "name": "param", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": "SDL_TimerID" } }, +{ "tag": "function", "name": "SDL_RemoveTimer", "ns": 0, "location": "/usr/include/SDL2/SDL_timer.h:211:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "id", "type": { "tag": "SDL_TimerID" } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_version", "id": 0, "location": "/usr/include/SDL2/SDL_version.h:51:16", "bit-size": 24, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "major", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "minor", "bit-offset": 8, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }, { "tag": "field", "name": "patch", "bit-offset": 16, "bit-size": 8, "bit-alignment": 8, "type": { "tag": "Uint8" } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_version", "location": "/usr/include/SDL2/SDL_version.h:56:3", "type": { "tag": ":struct", "name": "SDL_version", "id": 227 } }, +{ "tag": "function", "name": "SDL_GetVersion", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:125:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "ver", "type": { "tag": ":pointer", "type": { "tag": "SDL_version" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_GetRevision", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:154:37", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "SDL_GetRevisionNumber", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:177:44", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_Locale", "id": 0, "location": "/usr/include/SDL2/SDL_locale.h:43:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "language", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "country", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_Locale", "location": "/usr/include/SDL2/SDL_locale.h:47:3", "type": { "tag": ":struct", "name": "SDL_Locale", "id": 228 } }, +{ "tag": "function", "name": "SDL_GetPreferredLocales", "ns": 0, "location": "/usr/include/SDL2/SDL_locale.h:91:38", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":pointer", "type": { "tag": "SDL_Locale" } } }, +{ "tag": "function", "name": "SDL_OpenURL", "ns": 0, "location": "/usr/include/SDL2/SDL_misc.h:69:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "url", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_Init", "ns": 0, "location": "/usr/include/SDL2/SDL.h:143:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_InitSubSystem", "ns": 0, "location": "/usr/include/SDL2/SDL.h:160:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "SDL_QuitSubSystem", "ns": 0, "location": "/usr/include/SDL2/SDL.h:182:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "SDL_WasInit", "ns": 0, "location": "/usr/include/SDL2/SDL.h:198:32", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "flags", "type": { "tag": "Uint32" } }], "return-type": { "tag": "Uint32" } }, +{ "tag": "function", "name": "SDL_Quit", "ns": 0, "location": "/usr/include/SDL2/SDL.h:222:30", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMinfo", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:44:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XID", "location": "/usr/include/X11/X.h:66:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "Mask", "location": "/usr/include/X11/X.h:70:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "Atom", "location": "/usr/include/X11/X.h:74:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "VisualID", "location": "/usr/include/X11/X.h:76:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "Time", "location": "/usr/include/X11/X.h:77:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "Window", "location": "/usr/include/X11/X.h:96:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Drawable", "location": "/usr/include/X11/X.h:97:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Font", "location": "/usr/include/X11/X.h:100:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Pixmap", "location": "/usr/include/X11/X.h:102:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Cursor", "location": "/usr/include/X11/X.h:103:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "Colormap", "location": "/usr/include/X11/X.h:104:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "GContext", "location": "/usr/include/X11/X.h:105:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "KeySym", "location": "/usr/include/X11/X.h:106:13", "type": { "tag": "XID" } }, +{ "tag": "typedef", "ns": 0, "name": "KeyCode", "location": "/usr/include/X11/X.h:108:23", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, +{ "tag": "function", "name": "_Xmblen", "ns": 0, "location": "/usr/include/X11/Xlib.h:63:1", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "str", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "len", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "XPointer", "location": "/usr/include/X11/Xlib.h:80:15", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "struct", "ns": 0, "name": "_XExtData", "id": 0, "location": "/usr/include/X11/Xlib.h:148:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "number", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "next", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "_XExtData", "id": 229 } } }, { "tag": "field", "name": "free_private", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "private_data", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }] }, +{ "tag": "typedef", "ns": 0, "name": "XExtData", "location": "/usr/include/X11/Xlib.h:155:3", "type": { "tag": ":struct", "name": "_XExtData", "id": 229 } }, +{ "tag": "typedef", "ns": 0, "name": "XExtCodes", "location": "/usr/include/X11/Xlib.h:165:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 230, "location": "/usr/include/X11/Xlib.h:160:9", "bit-size": 128, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "extension", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "major_opcode", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "first_event", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "first_error", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XPixmapFormatValues", "location": "/usr/include/X11/Xlib.h:175:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 231, "location": "/usr/include/X11/Xlib.h:171:9", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "depth", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bits_per_pixel", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "scanline_pad", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGCValues", "location": "/usr/include/X11/Xlib.h:207:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 232, "location": "/usr/include/X11/Xlib.h:181:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "function", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "plane_mask", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "foreground", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "background", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "line_width", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "line_style", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "cap_style", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "join_style", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "fill_style", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "fill_rule", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "arc_mode", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "tile", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "stipple", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "ts_x_origin", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "ts_y_origin", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font", "bit-offset": 704, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Font" } }, { "tag": "field", "name": "subwindow_mode", "bit-offset": 768, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "graphics_exposures", "bit-offset": 800, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "clip_x_origin", "bit-offset": 832, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "clip_y_origin", "bit-offset": 864, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "clip_mask", "bit-offset": 896, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "dash_offset", "bit-offset": 960, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "dashes", "bit-offset": 992, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XGC", "id": 0, "location": "/usr/include/X11/Xlib.h:214:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "GC", "location": "/usr/include/X11/Xlib.h:222:2", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XGC", "id": 0, "location": "/usr/include/X11/Xlib.h:214:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "typedef", "ns": 0, "name": "Visual", "location": "/usr/include/X11/Xlib.h:238:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 234, "location": "/usr/include/X11/Xlib.h:227:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "visualid", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "VisualID" } }, { "tag": "field", "name": "class", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "red_mask", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "green_mask", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "blue_mask", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "bits_per_rgb", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "map_entries", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "Depth", "location": "/usr/include/X11/Xlib.h:247:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 235, "location": "/usr/include/X11/Xlib.h:243:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "depth", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "nvisuals", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "visuals", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XDisplay", "id": 0, "location": "/usr/include/X11/Xlib.h:255:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "Screen", "location": "/usr/include/X11/Xlib.h:275:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 236, "location": "/usr/include/X11/Xlib.h:257:9", "bit-size": 1024, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "display", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XDisplay", "id": 0, "location": "/usr/include/X11/Xlib.h:255:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "root", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "width", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "mwidth", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "mheight", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "ndepths", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "depths", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Depth" } } }, { "tag": "field", "name": "root_depth", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "root_visual", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "field", "name": "default_gc", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "GC" } }, { "tag": "field", "name": "cmap", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Colormap" } }, { "tag": "field", "name": "white_pixel", "bit-offset": 704, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "black_pixel", "bit-offset": 768, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "max_maps", "bit-offset": 832, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "min_maps", "bit-offset": 864, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_store", "bit-offset": 896, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "save_unders", "bit-offset": 928, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "root_input_mask", "bit-offset": 960, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "ScreenFormat", "location": "/usr/include/X11/Xlib.h:285:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 238, "location": "/usr/include/X11/Xlib.h:280:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "depth", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bits_per_pixel", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "scanline_pad", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSetWindowAttributes", "location": "/usr/include/X11/Xlib.h:306:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 239, "location": "/usr/include/X11/Xlib.h:290:9", "bit-size": 896, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "background_pixmap", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "background_pixel", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "border_pixmap", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }, { "tag": "field", "name": "border_pixel", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "bit_gravity", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "win_gravity", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_store", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_planes", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "backing_pixel", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "save_under", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "event_mask", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "do_not_propagate_mask", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "override_redirect", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "colormap", "bit-offset": 768, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Colormap" } }, { "tag": "field", "name": "cursor", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Cursor" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XWindowAttributes", "location": "/usr/include/X11/Xlib.h:334:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 240, "location": "/usr/include/X11/Xlib.h:308:9", "bit-size": 1088, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "depth", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "visual", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "field", "name": "root", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "class", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bit_gravity", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "win_gravity", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_store", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "backing_planes", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "backing_pixel", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "save_under", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "colormap", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Colormap" } }, { "tag": "field", "name": "map_installed", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "map_state", "bit-offset": 736, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "all_event_masks", "bit-offset": 768, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "your_event_mask", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "do_not_propagate_mask", "bit-offset": 896, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "override_redirect", "bit-offset": 960, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "screen", "bit-offset": 1024, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XHostAddress", "location": "/usr/include/X11/Xlib.h:345:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 241, "location": "/usr/include/X11/Xlib.h:341:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "family", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "length", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "address", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XServerInterpretedAddress", "location": "/usr/include/X11/Xlib.h:355:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 242, "location": "/usr/include/X11/Xlib.h:350:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "typelength", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "valuelength", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "type", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "value", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XImage", "id": 0, "location": "/usr/include/X11/Xlib.h:360:16", "bit-size": 1088, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "width", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "xoffset", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "format", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "data", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "byte_order", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_unit", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_bit_order", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_pad", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "depth", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bytes_per_line", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bits_per_pixel", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "red_mask", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "green_mask", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "blue_mask", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "obdata", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "f", "bit-offset": 704, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "funcs", "id": 0, "location": "/usr/include/X11/Xlib.h:376:12", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "create_image", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "destroy_image", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "get_pixel", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "put_pixel", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "sub_image", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "add_pixel", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }] } }] }, +{ "tag": "struct", "ns": 244, "name": "funcs", "id": 0, "location": "/usr/include/X11/Xlib.h:376:12", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "create_image", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "destroy_image", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "get_pixel", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "put_pixel", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "sub_image", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "add_pixel", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }] }, +{ "tag": "typedef", "ns": 0, "name": "XImage", "location": "/usr/include/X11/Xlib.h:394:3", "type": { "tag": ":struct", "name": "_XImage", "id": 244 } }, +{ "tag": "typedef", "ns": 0, "name": "XWindowChanges", "location": "/usr/include/X11/Xlib.h:405:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 245, "location": "/usr/include/X11/Xlib.h:399:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "sibling", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "stack_mode", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XColor", "location": "/usr/include/X11/Xlib.h:415:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 246, "location": "/usr/include/X11/Xlib.h:410:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "pixel", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "red", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "green", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "blue", "bit-offset": 96, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "flags", "bit-offset": 112, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "pad", "bit-offset": 120, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSegment", "location": "/usr/include/X11/Xlib.h:424:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 247, "location": "/usr/include/X11/Xlib.h:422:9", "bit-size": 64, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "x1", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y1", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "x2", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y2", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XPoint", "location": "/usr/include/X11/Xlib.h:428:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 248, "location": "/usr/include/X11/Xlib.h:426:9", "bit-size": 32, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XRectangle", "location": "/usr/include/X11/Xlib.h:433:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 249, "location": "/usr/include/X11/Xlib.h:430:9", "bit-size": 64, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "width", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "height", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XArc", "location": "/usr/include/X11/Xlib.h:439:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 250, "location": "/usr/include/X11/Xlib.h:435:9", "bit-size": 96, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "x", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "width", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "height", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "angle1", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "angle2", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyboardControl", "location": "/usr/include/X11/Xlib.h:453:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 251, "location": "/usr/include/X11/Xlib.h:444:9", "bit-size": 256, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "key_click_percent", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_percent", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_pitch", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_duration", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "led", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "led_mode", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "key", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "auto_repeat_mode", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyboardState", "location": "/usr/include/X11/Xlib.h:464:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 252, "location": "/usr/include/X11/Xlib.h:457:9", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "key_click_percent", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_percent", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_pitch", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bell_duration", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "led_mask", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "global_auto_repeat", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "auto_repeats", "bit-offset": 224, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XTimeCoord", "location": "/usr/include/X11/Xlib.h:471:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 253, "location": "/usr/include/X11/Xlib.h:468:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "time", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "y", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XModifierKeymap", "location": "/usr/include/X11/Xlib.h:478:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 254, "location": "/usr/include/X11/Xlib.h:475:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "max_keypermod", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "modifiermap", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "KeyCode" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "Display", "location": "/usr/include/X11/Xlib.h:487:26", "type": { "tag": "struct", "ns": 0, "name": "_XDisplay", "id": 0, "location": "/usr/include/X11/Xlib.h:255:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } }, +{ "tag": "struct", "ns": 0, "name": "_XPrivate", "id": 0, "location": "/usr/include/X11/Xlib.h:490:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 0, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "_XPrivDisplay", "location": "/usr/include/X11/Xlib.h:550:2", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "", "id": 255, "location": "/usr/include/X11/Xlib.h:493:9", "bit-size": 2368, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "private1", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XPrivate", "id": 0, "location": "/usr/include/X11/Xlib.h:490:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "fd", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "private2", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "proto_major_version", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "proto_minor_version", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "vendor", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "private3", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XID" } }, { "tag": "field", "name": "private4", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XID" } }, { "tag": "field", "name": "private5", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XID" } }, { "tag": "field", "name": "private6", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "resource_alloc", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "byte_order", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_unit", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_pad", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "bitmap_bit_order", "bit-offset": 736, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "nformats", "bit-offset": 768, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "pixmap_format", "bit-offset": 832, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "ScreenFormat" } } }, { "tag": "field", "name": "private8", "bit-offset": 896, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "release", "bit-offset": 928, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "private9", "bit-offset": 960, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XPrivate", "id": 0, "location": "/usr/include/X11/Xlib.h:490:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "private10", "bit-offset": 1024, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XPrivate", "id": 0, "location": "/usr/include/X11/Xlib.h:490:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "qlen", "bit-offset": 1088, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "last_request_read", "bit-offset": 1152, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "request", "bit-offset": 1216, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "private11", "bit-offset": 1280, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private12", "bit-offset": 1344, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private13", "bit-offset": 1408, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private14", "bit-offset": 1472, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "max_request_size", "bit-offset": 1536, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "db", "bit-offset": 1600, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "private15", "bit-offset": 1664, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":function-pointer" } }, { "tag": "field", "name": "display_name", "bit-offset": 1728, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "default_screen", "bit-offset": 1792, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "nscreens", "bit-offset": 1824, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "screens", "bit-offset": 1856, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }, { "tag": "field", "name": "motion_buffer", "bit-offset": 1920, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "private16", "bit-offset": 1984, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "min_keycode", "bit-offset": 2048, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "max_keycode", "bit-offset": 2080, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "private17", "bit-offset": 2112, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private18", "bit-offset": 2176, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "private19", "bit-offset": 2240, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "xdefaults", "bit-offset": 2304, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }] } } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyEvent", "location": "/usr/include/X11/Xlib.h:571:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 258, "location": "/usr/include/X11/Xlib.h:557:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "root", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "subwindow", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "time", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x_root", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y_root", "bit-offset": 608, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "keycode", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "same_screen", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyPressedEvent", "location": "/usr/include/X11/Xlib.h:572:19", "type": { "tag": "XKeyEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XKeyReleasedEvent", "location": "/usr/include/X11/Xlib.h:573:19", "type": { "tag": "XKeyEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XButtonEvent", "location": "/usr/include/X11/Xlib.h:589:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 259, "location": "/usr/include/X11/Xlib.h:575:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "root", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "subwindow", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "time", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x_root", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y_root", "bit-offset": 608, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "button", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "same_screen", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XButtonPressedEvent", "location": "/usr/include/X11/Xlib.h:590:22", "type": { "tag": "XButtonEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XButtonReleasedEvent", "location": "/usr/include/X11/Xlib.h:591:22", "type": { "tag": "XButtonEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XMotionEvent", "location": "/usr/include/X11/Xlib.h:607:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 260, "location": "/usr/include/X11/Xlib.h:593:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "root", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "subwindow", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "time", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x_root", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y_root", "bit-offset": 608, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "is_hint", "bit-offset": 672, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "same_screen", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XPointerMovedEvent", "location": "/usr/include/X11/Xlib.h:608:22", "type": { "tag": "XMotionEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XCrossingEvent", "location": "/usr/include/X11/Xlib.h:630:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 261, "location": "/usr/include/X11/Xlib.h:610:9", "bit-size": 832, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "root", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "subwindow", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "time", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "x", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "x_root", "bit-offset": 576, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y_root", "bit-offset": 608, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "mode", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "detail", "bit-offset": 672, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "same_screen", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "focus", "bit-offset": 736, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 768, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XEnterWindowEvent", "location": "/usr/include/X11/Xlib.h:631:24", "type": { "tag": "XCrossingEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XLeaveWindowEvent", "location": "/usr/include/X11/Xlib.h:632:24", "type": { "tag": "XCrossingEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XFocusChangeEvent", "location": "/usr/include/X11/Xlib.h:648:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 262, "location": "/usr/include/X11/Xlib.h:634:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "mode", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "detail", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XFocusInEvent", "location": "/usr/include/X11/Xlib.h:649:27", "type": { "tag": "XFocusChangeEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XFocusOutEvent", "location": "/usr/include/X11/Xlib.h:650:27", "type": { "tag": "XFocusChangeEvent" } }, +{ "tag": "typedef", "ns": 0, "name": "XKeymapEvent", "location": "/usr/include/X11/Xlib.h:660:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 263, "location": "/usr/include/X11/Xlib.h:653:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "key_vector", "bit-offset": 320, "bit-size": 256, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XExposeEvent", "location": "/usr/include/X11/Xlib.h:671:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 264, "location": "/usr/include/X11/Xlib.h:662:9", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "count", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGraphicsExposeEvent", "location": "/usr/include/X11/Xlib.h:684:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 265, "location": "/usr/include/X11/Xlib.h:673:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "drawable", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Drawable" } }, { "tag": "field", "name": "x", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "count", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "major_code", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "minor_code", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XNoExposeEvent", "location": "/usr/include/X11/Xlib.h:694:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 266, "location": "/usr/include/X11/Xlib.h:686:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "drawable", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Drawable" } }, { "tag": "field", "name": "major_code", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "minor_code", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XVisibilityEvent", "location": "/usr/include/X11/Xlib.h:703:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 267, "location": "/usr/include/X11/Xlib.h:696:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "state", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XCreateWindowEvent", "location": "/usr/include/X11/Xlib.h:716:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 268, "location": "/usr/include/X11/Xlib.h:705:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "parent", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "override_redirect", "bit-offset": 544, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XDestroyWindowEvent", "location": "/usr/include/X11/Xlib.h:725:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 269, "location": "/usr/include/X11/Xlib.h:718:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XUnmapEvent", "location": "/usr/include/X11/Xlib.h:735:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 270, "location": "/usr/include/X11/Xlib.h:727:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "from_configure", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XMapEvent", "location": "/usr/include/X11/Xlib.h:745:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 271, "location": "/usr/include/X11/Xlib.h:737:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "override_redirect", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XMapRequestEvent", "location": "/usr/include/X11/Xlib.h:754:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 272, "location": "/usr/include/X11/Xlib.h:747:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "parent", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XReparentEvent", "location": "/usr/include/X11/Xlib.h:766:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 273, "location": "/usr/include/X11/Xlib.h:756:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "parent", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "override_redirect", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XConfigureEvent", "location": "/usr/include/X11/Xlib.h:780:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 274, "location": "/usr/include/X11/Xlib.h:768:9", "bit-size": 704, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "above", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "override_redirect", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGravityEvent", "location": "/usr/include/X11/Xlib.h:790:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 275, "location": "/usr/include/X11/Xlib.h:782:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XResizeRequestEvent", "location": "/usr/include/X11/Xlib.h:799:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 276, "location": "/usr/include/X11/Xlib.h:792:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "width", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XConfigureRequestEvent", "location": "/usr/include/X11/Xlib.h:814:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 277, "location": "/usr/include/X11/Xlib.h:801:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "parent", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "x", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "y", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "width", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "height", "bit-offset": 480, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "border_width", "bit-offset": 512, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "above", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "detail", "bit-offset": 640, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "value_mask", "bit-offset": 704, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XCirculateEvent", "location": "/usr/include/X11/Xlib.h:824:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 278, "location": "/usr/include/X11/Xlib.h:816:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "event", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "place", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XCirculateRequestEvent", "location": "/usr/include/X11/Xlib.h:834:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 279, "location": "/usr/include/X11/Xlib.h:826:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "parent", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "window", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "place", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XPropertyEvent", "location": "/usr/include/X11/Xlib.h:845:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 280, "location": "/usr/include/X11/Xlib.h:836:9", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "atom", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "time", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }, { "tag": "field", "name": "state", "bit-offset": 448, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSelectionClearEvent", "location": "/usr/include/X11/Xlib.h:855:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 281, "location": "/usr/include/X11/Xlib.h:847:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "selection", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "time", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSelectionRequestEvent", "location": "/usr/include/X11/Xlib.h:868:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 282, "location": "/usr/include/X11/Xlib.h:857:9", "bit-size": 640, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "owner", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "requestor", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "selection", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "target", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "property", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "time", "bit-offset": 576, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XSelectionEvent", "location": "/usr/include/X11/Xlib.h:880:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 283, "location": "/usr/include/X11/Xlib.h:870:9", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "requestor", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "selection", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "target", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "property", "bit-offset": 448, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "time", "bit-offset": 512, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Time" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XColormapEvent", "location": "/usr/include/X11/Xlib.h:895:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 284, "location": "/usr/include/X11/Xlib.h:882:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "colormap", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Colormap" } }, { "tag": "field", "name": "new", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "state", "bit-offset": 416, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XClientMessageEvent", "location": "/usr/include/X11/Xlib.h:910:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 285, "location": "/usr/include/X11/Xlib.h:897:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "message_type", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "format", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "data", "bit-offset": 448, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 286, "location": "/usr/include/X11/Xlib.h:905:2", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "b", "bit-offset": 0, "bit-size": 160, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 20 } }, { "tag": "field", "name": "s", "bit-offset": 0, "bit-size": 160, "bit-alignment": 16, "type": { "tag": ":array", "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 }, "size": 10 } }, { "tag": "field", "name": "l", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "size": 5 } }] } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XMappingEvent", "location": "/usr/include/X11/Xlib.h:922:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 287, "location": "/usr/include/X11/Xlib.h:912:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }, { "tag": "field", "name": "request", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "first_keycode", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "count", "bit-offset": 384, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XErrorEvent", "location": "/usr/include/X11/Xlib.h:932:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 288, "location": "/usr/include/X11/Xlib.h:924:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "resourceid", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XID" } }, { "tag": "field", "name": "serial", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "error_code", "bit-offset": 256, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "request_code", "bit-offset": 264, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "minor_code", "bit-offset": 272, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XAnyEvent", "location": "/usr/include/X11/Xlib.h:940:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 289, "location": "/usr/include/X11/Xlib.h:934:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGenericEvent", "location": "/usr/include/X11/Xlib.h:956:7", "type": { "tag": "struct", "ns": 0, "name": "", "id": 290, "location": "/usr/include/X11/Xlib.h:948:9", "bit-size": 320, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "extension", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "evtype", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XGenericEventCookie", "location": "/usr/include/X11/Xlib.h:967:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 291, "location": "/usr/include/X11/Xlib.h:958:9", "bit-size": 448, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "serial", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "field", "name": "send_event", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "display", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "extension", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "evtype", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "cookie", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "data", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }] } }, +{ "tag": "union", "ns": 0, "name": "_XEvent", "id": 0, "location": "/usr/include/X11/Xlib.h:973:15", "bit-size": 1536, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "xany", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "XAnyEvent" } }, { "tag": "field", "name": "xkey", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XKeyEvent" } }, { "tag": "field", "name": "xbutton", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XButtonEvent" } }, { "tag": "field", "name": "xmotion", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XMotionEvent" } }, { "tag": "field", "name": "xcrossing", "bit-offset": 0, "bit-size": 832, "bit-alignment": 64, "type": { "tag": "XCrossingEvent" } }, { "tag": "field", "name": "xfocus", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XFocusChangeEvent" } }, { "tag": "field", "name": "xexpose", "bit-offset": 0, "bit-size": 512, "bit-alignment": 64, "type": { "tag": "XExposeEvent" } }, { "tag": "field", "name": "xgraphicsexpose", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XGraphicsExposeEvent" } }, { "tag": "field", "name": "xnoexpose", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XNoExposeEvent" } }, { "tag": "field", "name": "xvisibility", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XVisibilityEvent" } }, { "tag": "field", "name": "xcreatewindow", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XCreateWindowEvent" } }, { "tag": "field", "name": "xdestroywindow", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XDestroyWindowEvent" } }, { "tag": "field", "name": "xunmap", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XUnmapEvent" } }, { "tag": "field", "name": "xmap", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XMapEvent" } }, { "tag": "field", "name": "xmaprequest", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XMapRequestEvent" } }, { "tag": "field", "name": "xreparent", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XReparentEvent" } }, { "tag": "field", "name": "xconfigure", "bit-offset": 0, "bit-size": 704, "bit-alignment": 64, "type": { "tag": "XConfigureEvent" } }, { "tag": "field", "name": "xgravity", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XGravityEvent" } }, { "tag": "field", "name": "xresizerequest", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "XResizeRequestEvent" } }, { "tag": "field", "name": "xconfigurerequest", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XConfigureRequestEvent" } }, { "tag": "field", "name": "xcirculate", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XCirculateEvent" } }, { "tag": "field", "name": "xcirculaterequest", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XCirculateRequestEvent" } }, { "tag": "field", "name": "xproperty", "bit-offset": 0, "bit-size": 512, "bit-alignment": 64, "type": { "tag": "XPropertyEvent" } }, { "tag": "field", "name": "xselectionclear", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XSelectionClearEvent" } }, { "tag": "field", "name": "xselectionrequest", "bit-offset": 0, "bit-size": 640, "bit-alignment": 64, "type": { "tag": "XSelectionRequestEvent" } }, { "tag": "field", "name": "xselection", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XSelectionEvent" } }, { "tag": "field", "name": "xcolormap", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XColormapEvent" } }, { "tag": "field", "name": "xclient", "bit-offset": 0, "bit-size": 768, "bit-alignment": 64, "type": { "tag": "XClientMessageEvent" } }, { "tag": "field", "name": "xmapping", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XMappingEvent" } }, { "tag": "field", "name": "xerror", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "XErrorEvent" } }, { "tag": "field", "name": "xkeymap", "bit-offset": 0, "bit-size": 576, "bit-alignment": 64, "type": { "tag": "XKeymapEvent" } }, { "tag": "field", "name": "xgeneric", "bit-offset": 0, "bit-size": 320, "bit-alignment": 64, "type": { "tag": "XGenericEvent" } }, { "tag": "field", "name": "xcookie", "bit-offset": 0, "bit-size": 448, "bit-alignment": 64, "type": { "tag": "XGenericEventCookie" } }, { "tag": "field", "name": "pad", "bit-offset": 0, "bit-size": 1536, "bit-alignment": 64, "type": { "tag": ":array", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "size": 24 } }] }, +{ "tag": "typedef", "ns": 0, "name": "XEvent", "location": "/usr/include/X11/Xlib.h:1009:3", "type": { "tag": ":union", "name": "_XEvent", "id": 292 } }, +{ "tag": "typedef", "ns": 0, "name": "XCharStruct", "location": "/usr/include/X11/Xlib.h:1024:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 293, "location": "/usr/include/X11/Xlib.h:1017:9", "bit-size": 96, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "lbearing", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "rbearing", "bit-offset": 16, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "width", "bit-offset": 32, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "ascent", "bit-offset": 48, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "descent", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "attributes", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XFontProp", "location": "/usr/include/X11/Xlib.h:1033:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 294, "location": "/usr/include/X11/Xlib.h:1030:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "name", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Atom" } }, { "tag": "field", "name": "card32", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XFontStruct", "location": "/usr/include/X11/Xlib.h:1052:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 295, "location": "/usr/include/X11/Xlib.h:1035:9", "bit-size": 768, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "ext_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, { "tag": "field", "name": "fid", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Font" } }, { "tag": "field", "name": "direction", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "min_char_or_byte2", "bit-offset": 160, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "max_char_or_byte2", "bit-offset": 192, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "min_byte1", "bit-offset": 224, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "max_byte1", "bit-offset": 256, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "all_chars_exist", "bit-offset": 288, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "default_char", "bit-offset": 320, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "n_properties", "bit-offset": 352, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "properties", "bit-offset": 384, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XFontProp" } } }, { "tag": "field", "name": "min_bounds", "bit-offset": 448, "bit-size": 96, "bit-alignment": 16, "type": { "tag": "XCharStruct" } }, { "tag": "field", "name": "max_bounds", "bit-offset": 544, "bit-size": 96, "bit-alignment": 16, "type": { "tag": "XCharStruct" } }, { "tag": "field", "name": "per_char", "bit-offset": 640, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }, { "tag": "field", "name": "ascent", "bit-offset": 704, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "descent", "bit-offset": 736, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XTextItem", "location": "/usr/include/X11/Xlib.h:1062:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 296, "location": "/usr/include/X11/Xlib.h:1057:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "chars", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "nchars", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "delta", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Font" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XChar2b", "location": "/usr/include/X11/Xlib.h:1067:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 297, "location": "/usr/include/X11/Xlib.h:1064:9", "bit-size": 16, "bit-alignment": 8, "fields": [{ "tag": "field", "name": "byte1", "bit-offset": 0, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }, { "tag": "field", "name": "byte2", "bit-offset": 8, "bit-size": 8, "bit-alignment": 8, "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XTextItem16", "location": "/usr/include/X11/Xlib.h:1074:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 298, "location": "/usr/include/X11/Xlib.h:1069:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "chars", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "field", "name": "nchars", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "delta", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Font" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XEDataObject", "location": "/usr/include/X11/Xlib.h:1082:24", "type": { "tag": "union", "ns": 0, "name": "", "id": 299, "location": "/usr/include/X11/Xlib.h:1077:9", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "display", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "gc", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "GC" } }, { "tag": "field", "name": "visual", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "field", "name": "screen", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }, { "tag": "field", "name": "pixmap_format", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "ScreenFormat" } } }, { "tag": "field", "name": "font", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XFontSetExtents", "location": "/usr/include/X11/Xlib.h:1087:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 300, "location": "/usr/include/X11/Xlib.h:1084:9", "bit-size": 128, "bit-alignment": 16, "fields": [{ "tag": "field", "name": "max_ink_extent", "bit-offset": 0, "bit-size": 64, "bit-alignment": 16, "type": { "tag": "XRectangle" } }, { "tag": "field", "name": "max_logical_extent", "bit-offset": 64, "bit-size": 64, "bit-alignment": 16, "type": { "tag": "XRectangle" } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XOM", "id": 0, "location": "/usr/include/X11/Xlib.h:1093:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XOM", "location": "/usr/include/X11/Xlib.h:1093:22", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XOM", "id": 0, "location": "/usr/include/X11/Xlib.h:1093:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "struct", "ns": 0, "name": "_XOC", "id": 0, "location": "/usr/include/X11/Xlib.h:1094:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XOC", "location": "/usr/include/X11/Xlib.h:1094:22", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XOC", "id": 0, "location": "/usr/include/X11/Xlib.h:1094:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "typedef", "ns": 0, "name": "XFontSet", "location": "/usr/include/X11/Xlib.h:1094:28", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XOC", "id": 0, "location": "/usr/include/X11/Xlib.h:1094:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "typedef", "ns": 0, "name": "XmbTextItem", "location": "/usr/include/X11/Xlib.h:1101:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 303, "location": "/usr/include/X11/Xlib.h:1096:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "chars", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "nchars", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "delta", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font_set", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XFontSet" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XwcTextItem", "location": "/usr/include/X11/Xlib.h:1108:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 304, "location": "/usr/include/X11/Xlib.h:1103:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "chars", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "field", "name": "nchars", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "delta", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font_set", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XFontSet" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XOMCharSetList", "location": "/usr/include/X11/Xlib.h:1124:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 305, "location": "/usr/include/X11/Xlib.h:1121:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "charset_count", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "charset_list", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }] } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 306, "location": "/usr/include/X11/Xlib.h:1126:9", "fields": [{ "tag": "field", "name": "XOMOrientation_LTR_TTB", "value": 0 }, { "tag": "field", "name": "XOMOrientation_RTL_TTB", "value": 1 }, { "tag": "field", "name": "XOMOrientation_TTB_LTR", "value": 2 }, { "tag": "field", "name": "XOMOrientation_TTB_RTL", "value": 3 }, { "tag": "field", "name": "XOMOrientation_Context", "value": 4 }] }, +{ "tag": "typedef", "ns": 0, "name": "XOrientation", "location": "/usr/include/X11/Xlib.h:1132:3", "type": { "tag": ":enum", "name": "", "id": 306 } }, +{ "tag": "typedef", "ns": 0, "name": "XOMOrientation", "location": "/usr/include/X11/Xlib.h:1137:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 307, "location": "/usr/include/X11/Xlib.h:1134:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "num_orientation", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "orientation", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XOrientation" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XOMFontInfo", "location": "/usr/include/X11/Xlib.h:1143:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 308, "location": "/usr/include/X11/Xlib.h:1139:9", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "num_font", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "font_struct_list", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } } }, { "tag": "field", "name": "font_name_list", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }] } }, +{ "tag": "struct", "ns": 0, "name": "_XIM", "id": 0, "location": "/usr/include/X11/Xlib.h:1145:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XIM", "location": "/usr/include/X11/Xlib.h:1145:22", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XIM", "id": 0, "location": "/usr/include/X11/Xlib.h:1145:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "struct", "ns": 0, "name": "_XIC", "id": 0, "location": "/usr/include/X11/Xlib.h:1146:16", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "XIC", "location": "/usr/include/X11/Xlib.h:1146:22", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XIC", "id": 0, "location": "/usr/include/X11/Xlib.h:1146:16", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, +{ "tag": "typedef", "ns": 0, "name": "XIMProc", "location": "/usr/include/X11/Xlib.h:1148:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "XICProc", "location": "/usr/include/X11/Xlib.h:1154:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "XIDProc", "location": "/usr/include/X11/Xlib.h:1160:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStyle", "location": "/usr/include/X11/Xlib.h:1166:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStyles", "location": "/usr/include/X11/Xlib.h:1171:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 311, "location": "/usr/include/X11/Xlib.h:1168:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "count_styles", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "supported_styles", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMStyle" } } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XVaNestedList", "location": "/usr/include/X11/Xlib.h:1233:15", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, +{ "tag": "typedef", "ns": 0, "name": "XIMCallback", "location": "/usr/include/X11/Xlib.h:1238:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 312, "location": "/usr/include/X11/Xlib.h:1235:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "client_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "callback", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XIMProc" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XICCallback", "location": "/usr/include/X11/Xlib.h:1243:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 313, "location": "/usr/include/X11/Xlib.h:1240:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "client_data", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XPointer" } }, { "tag": "field", "name": "callback", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XICProc" } }] } }, +{ "tag": "typedef", "ns": 0, "name": "XIMFeedback", "location": "/usr/include/X11/Xlib.h:1245:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMText", "id": 0, "location": "/usr/include/X11/Xlib.h:1257:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "length", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "feedback", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMFeedback" } } }, { "tag": "field", "name": "encoding_is_wchar", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "string", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 314, "location": "/usr/include/X11/Xlib.h:1261:5", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "multi_byte", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "wide_char", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMText", "location": "/usr/include/X11/Xlib.h:1265:3", "type": { "tag": ":struct", "name": "_XIMText", "id": 315 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMPreeditState", "location": "/usr/include/X11/Xlib.h:1267:24", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMPreeditStateNotifyCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1273:16", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "state", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "XIMPreeditState" } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMPreeditStateNotifyCallbackStruct", "location": "/usr/include/X11/Xlib.h:1275:3", "type": { "tag": ":struct", "name": "_XIMPreeditStateNotifyCallbackStruct", "id": 316 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMResetState", "location": "/usr/include/X11/Xlib.h:1277:24", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionFeedback", "location": "/usr/include/X11/Xlib.h:1282:23", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMStringConversionText", "id": 0, "location": "/usr/include/X11/Xlib.h:1291:16", "bit-size": 256, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "length", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "feedback", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMStringConversionFeedback" } } }, { "tag": "field", "name": "encoding_is_wchar", "bit-offset": 128, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "string", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 317, "location": "/usr/include/X11/Xlib.h:1295:5", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "mbs", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "field", "name": "wcs", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionText", "location": "/usr/include/X11/Xlib.h:1299:3", "type": { "tag": ":struct", "name": "_XIMStringConversionText", "id": 318 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionPosition", "location": "/usr/include/X11/Xlib.h:1301:24", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionType", "location": "/usr/include/X11/Xlib.h:1303:24", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionOperation", "location": "/usr/include/X11/Xlib.h:1310:24", "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 319, "location": "/usr/include/X11/Xlib.h:1315:9", "fields": [{ "tag": "field", "name": "XIMForwardChar", "value": 0 }, { "tag": "field", "name": "XIMBackwardChar", "value": 1 }, { "tag": "field", "name": "XIMForwardWord", "value": 2 }, { "tag": "field", "name": "XIMBackwardWord", "value": 3 }, { "tag": "field", "name": "XIMCaretUp", "value": 4 }, { "tag": "field", "name": "XIMCaretDown", "value": 5 }, { "tag": "field", "name": "XIMNextLine", "value": 6 }, { "tag": "field", "name": "XIMPreviousLine", "value": 7 }, { "tag": "field", "name": "XIMLineStart", "value": 8 }, { "tag": "field", "name": "XIMLineEnd", "value": 9 }, { "tag": "field", "name": "XIMAbsolutePosition", "value": 10 }, { "tag": "field", "name": "XIMDontChange", "value": 11 }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMCaretDirection", "location": "/usr/include/X11/Xlib.h:1323:3", "type": { "tag": ":enum", "name": "", "id": 319 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMStringConversionCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1325:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "position", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "XIMStringConversionPosition" } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "XIMCaretDirection" } }, { "tag": "field", "name": "operation", "bit-offset": 64, "bit-size": 16, "bit-alignment": 16, "type": { "tag": "XIMStringConversionOperation" } }, { "tag": "field", "name": "factor", "bit-offset": 80, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "text", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMStringConversionText" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMStringConversionCallbackStruct", "location": "/usr/include/X11/Xlib.h:1331:3", "type": { "tag": ":struct", "name": "_XIMStringConversionCallbackStruct", "id": 320 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMPreeditDrawCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1333:16", "bit-size": 192, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "caret", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "chg_first", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "chg_length", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "text", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMText" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMPreeditDrawCallbackStruct", "location": "/usr/include/X11/Xlib.h:1338:3", "type": { "tag": ":struct", "name": "_XIMPreeditDrawCallbackStruct", "id": 321 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 322, "location": "/usr/include/X11/Xlib.h:1340:9", "fields": [{ "tag": "field", "name": "XIMIsInvisible", "value": 0 }, { "tag": "field", "name": "XIMIsPrimary", "value": 1 }, { "tag": "field", "name": "XIMIsSecondary", "value": 2 }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMCaretStyle", "location": "/usr/include/X11/Xlib.h:1344:3", "type": { "tag": ":enum", "name": "", "id": 322 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMPreeditCaretCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1346:16", "bit-size": 96, "bit-alignment": 32, "fields": [{ "tag": "field", "name": "position", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "direction", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "XIMCaretDirection" } }, { "tag": "field", "name": "style", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "XIMCaretStyle" } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMPreeditCaretCallbackStruct", "location": "/usr/include/X11/Xlib.h:1350:3", "type": { "tag": ":struct", "name": "_XIMPreeditCaretCallbackStruct", "id": 323 } }, +{ "tag": "enum", "ns": 0, "name": "", "id": 324, "location": "/usr/include/X11/Xlib.h:1352:9", "fields": [{ "tag": "field", "name": "XIMTextType", "value": 0 }, { "tag": "field", "name": "XIMBitmapType", "value": 1 }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMStatusDataType", "location": "/usr/include/X11/Xlib.h:1355:3", "type": { "tag": ":enum", "name": "", "id": 324 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMStatusDrawCallbackStruct", "id": 0, "location": "/usr/include/X11/Xlib.h:1357:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "type", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "XIMStatusDataType" } }, { "tag": "field", "name": "data", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 325, "location": "/usr/include/X11/Xlib.h:1359:5", "bit-size": 64, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "text", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMText" } } }, { "tag": "field", "name": "bitmap", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Pixmap" } }] } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMStatusDrawCallbackStruct", "location": "/usr/include/X11/Xlib.h:1363:3", "type": { "tag": ":struct", "name": "_XIMStatusDrawCallbackStruct", "id": 326 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMHotKeyTrigger", "id": 0, "location": "/usr/include/X11/Xlib.h:1365:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "keysym", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "KeySym" } }, { "tag": "field", "name": "modifier", "bit-offset": 64, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "modifier_mask", "bit-offset": 96, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMHotKeyTrigger", "location": "/usr/include/X11/Xlib.h:1369:3", "type": { "tag": ":struct", "name": "_XIMHotKeyTrigger", "id": 327 } }, +{ "tag": "struct", "ns": 0, "name": "_XIMHotKeyTriggers", "id": 0, "location": "/usr/include/X11/Xlib.h:1371:16", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "num_hot_key", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "key", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "XIMHotKeyTrigger" } } }] }, +{ "tag": "typedef", "ns": 0, "name": "XIMHotKeyTriggers", "location": "/usr/include/X11/Xlib.h:1374:3", "type": { "tag": ":struct", "name": "_XIMHotKeyTriggers", "id": 328 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMHotKeyState", "location": "/usr/include/X11/Xlib.h:1376:24", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "typedef", "ns": 0, "name": "XIMValuesList", "location": "/usr/include/X11/Xlib.h:1384:3", "type": { "tag": "struct", "ns": 0, "name": "", "id": 329, "location": "/usr/include/X11/Xlib.h:1381:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "count_values", "bit-offset": 0, "bit-size": 16, "bit-alignment": 16, "type": { "tag": ":unsigned-short", "bit-size": 16, "bit-alignment": 16 } }, { "tag": "field", "name": "supported_values", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }] } }, +{ "tag": "extern", "name": "_Xdebug", "ns": 0, "location": "/usr/include/X11/Xlib.h:1392:12", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XLoadQueryFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:1394:21", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, +{ "tag": "function", "name": "XQueryFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:1399:21", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XID" } }], "return-type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, +{ "tag": "function", "name": "XGetMotionEvents", "ns": 0, "location": "/usr/include/X11/Xlib.h:1405:20", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XTimeCoord" } } }, +{ "tag": "function", "name": "XDeleteModifiermapEntry", "ns": 0, "location": "/usr/include/X11/Xlib.h:1413:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeyCode" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, +{ "tag": "function", "name": "XGetModifierMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:1423:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, +{ "tag": "function", "name": "XInsertModifiermapEntry", "ns": 0, "location": "/usr/include/X11/Xlib.h:1427:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeyCode" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, +{ "tag": "function", "name": "XNewModifiermap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1437:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }, +{ "tag": "function", "name": "XCreateImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:1441:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, +{ "tag": "function", "name": "XInitImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:1453:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XImage" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:1456:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, +{ "tag": "function", "name": "XGetSubImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:1466:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, +{ "tag": "function", "name": "XOpenDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1483:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Display" } } }, +{ "tag": "function", "name": "XrmInitialize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1487:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XFetchBytes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1491:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XFetchBuffer", "ns": 0, "location": "/usr/include/X11/Xlib.h:1495:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetAtomName", "ns": 0, "location": "/usr/include/X11/Xlib.h:1500:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetAtomNames", "ns": 0, "location": "/usr/include/X11/Xlib.h:1504:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetDefault", "ns": 0, "location": "/usr/include/X11/Xlib.h:1510:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayName", "ns": 0, "location": "/usr/include/X11/Xlib.h:1515:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XKeysymToString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1518:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "KeySym" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XSynchronize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1522:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XSetAfterFunction", "ns": 0, "location": "/usr/include/X11/Xlib.h:1528:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":function-pointer" } }], "return-type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XInternAtom", "ns": 0, "location": "/usr/include/X11/Xlib.h:1536:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Atom" } }, +{ "tag": "function", "name": "XInternAtoms", "ns": 0, "location": "/usr/include/X11/Xlib.h:1541:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCopyColormapAndFree", "ns": 0, "location": "/usr/include/X11/Xlib.h:1548:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": "Colormap" } }, +{ "tag": "function", "name": "XCreateColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1552:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Colormap" } }, +{ "tag": "function", "name": "XCreatePixmapCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1558:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Cursor" } }, +{ "tag": "function", "name": "XCreateGlyphCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1567:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Font" } }, { "tag": "parameter", "name": "", "type": { "tag": "Font" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": "Cursor" } }, +{ "tag": "function", "name": "XCreateFontCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1576:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Cursor" } }, +{ "tag": "function", "name": "XLoadFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:1580:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "Font" } }, +{ "tag": "function", "name": "XCreateGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:1584:11", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGCValues" } } }], "return-type": { "tag": "GC" } }, +{ "tag": "function", "name": "XGContextFromGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:1590:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "GC" } }], "return-type": { "tag": "GContext" } }, +{ "tag": "function", "name": "XFlushGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:1593:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XCreatePixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1597:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Pixmap" } }, +{ "tag": "function", "name": "XCreateBitmapFromData", "ns": 0, "location": "/usr/include/X11/Xlib.h:1604:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Pixmap" } }, +{ "tag": "function", "name": "XCreatePixmapFromBitmapData", "ns": 0, "location": "/usr/include/X11/Xlib.h:1611:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Pixmap" } }, +{ "tag": "function", "name": "XCreateSimpleWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1621:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XGetSelectionOwner", "ns": 0, "location": "/usr/include/X11/Xlib.h:1632:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XCreateWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1636:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XSetWindowAttributes" } } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XListInstalledColormaps", "ns": 0, "location": "/usr/include/X11/Xlib.h:1650:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Colormap" } } }, +{ "tag": "function", "name": "XListFonts", "ns": 0, "location": "/usr/include/X11/Xlib.h:1655:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, +{ "tag": "function", "name": "XListFontsWithInfo", "ns": 0, "location": "/usr/include/X11/Xlib.h:1661:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, +{ "tag": "function", "name": "XGetFontPath", "ns": 0, "location": "/usr/include/X11/Xlib.h:1668:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, +{ "tag": "function", "name": "XListExtensions", "ns": 0, "location": "/usr/include/X11/Xlib.h:1672:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, +{ "tag": "function", "name": "XListProperties", "ns": 0, "location": "/usr/include/X11/Xlib.h:1676:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, +{ "tag": "function", "name": "XListHosts", "ns": 0, "location": "/usr/include/X11/Xlib.h:1681:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }, +{ "tag": "function", "name": "XKeycodeToKeysym", "ns": 0, "location": "/usr/include/X11/Xlib.h:1687:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeyCode" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "KeySym" } }, +{ "tag": "function", "name": "XLookupKeysym", "ns": 0, "location": "/usr/include/X11/Xlib.h:1696:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "KeySym" } }, +{ "tag": "function", "name": "XGetKeyboardMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:1700:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeyCode" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, +{ "tag": "function", "name": "XStringToKeysym", "ns": 0, "location": "/usr/include/X11/Xlib.h:1710:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "KeySym" } }, +{ "tag": "function", "name": "XMaxRequestSize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1713:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XExtendedMaxRequestSize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1716:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XResourceManagerString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1719:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XScreenResourceString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1722:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayMotionBufferSize", "ns": 0, "location": "/usr/include/X11/Xlib.h:1725:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XVisualIDFromVisual", "ns": 0, "location": "/usr/include/X11/Xlib.h:1728:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Visual" } } }], "return-type": { "tag": "VisualID" } }, +{ "tag": "function", "name": "XInitThreads", "ns": 0, "location": "/usr/include/X11/Xlib.h:1734:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XLockDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1738:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XUnlockDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1742:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XInitExtension", "ns": 0, "location": "/usr/include/X11/Xlib.h:1748:19", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XExtCodes" } } }, +{ "tag": "function", "name": "XAddExtension", "ns": 0, "location": "/usr/include/X11/Xlib.h:1753:19", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XExtCodes" } } }, +{ "tag": "function", "name": "XFindOnExtensionList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1756:18", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }, +{ "tag": "function", "name": "XEHeadOfExtensionList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1760:19", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XEDataObject" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } } }, +{ "tag": "function", "name": "XRootWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1765:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XDefaultRootWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1769:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XRootWindowOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1772:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": "Window" } }, +{ "tag": "function", "name": "XDefaultVisual", "ns": 0, "location": "/usr/include/X11/Xlib.h:1775:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, +{ "tag": "function", "name": "XDefaultVisualOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1779:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Visual" } } }, +{ "tag": "function", "name": "XDefaultGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:1782:11", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "GC" } }, +{ "tag": "function", "name": "XDefaultGCOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1786:11", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": "GC" } }, +{ "tag": "function", "name": "XBlackPixel", "ns": 0, "location": "/usr/include/X11/Xlib.h:1789:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XWhitePixel", "ns": 0, "location": "/usr/include/X11/Xlib.h:1793:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XAllPlanes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1797:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XBlackPixelOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1800:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XWhitePixelOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1803:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XNextRequest", "ns": 0, "location": "/usr/include/X11/Xlib.h:1806:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XLastKnownRequestProcessed", "ns": 0, "location": "/usr/include/X11/Xlib.h:1809:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XServerVendor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1812:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1815:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDefaultColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1818:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "Colormap" } }, +{ "tag": "function", "name": "XDefaultColormapOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1822:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": "Colormap" } }, +{ "tag": "function", "name": "XDisplayOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1825:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Display" } } }, +{ "tag": "function", "name": "XScreenOfDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1828:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":pointer", "type": { "tag": "Screen" } } }, +{ "tag": "function", "name": "XDefaultScreenOfDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:1832:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":pointer", "type": { "tag": "Screen" } } }, +{ "tag": "function", "name": "XEventMaskOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1835:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "function", "name": "XScreenNumberOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:1839:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "XErrorHandler", "location": "/usr/include/X11/Xlib.h:1843:15", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XSetErrorHandler", "ns": 0, "location": "/usr/include/X11/Xlib.h:1848:22", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XErrorHandler" } }], "return-type": { "tag": "XErrorHandler" } }, +{ "tag": "typedef", "ns": 0, "name": "XIOErrorHandler", "location": "/usr/include/X11/Xlib.h:1853:15", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XSetIOErrorHandler", "ns": 0, "location": "/usr/include/X11/Xlib.h:1857:24", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIOErrorHandler" } }], "return-type": { "tag": "XIOErrorHandler" } }, +{ "tag": "typedef", "ns": 0, "name": "XIOErrorExitHandler", "location": "/usr/include/X11/Xlib.h:1861:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XSetIOErrorExitHandler", "ns": 0, "location": "/usr/include/X11/Xlib.h:1866:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XIOErrorExitHandler" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XListPixmapFormats", "ns": 0, "location": "/usr/include/X11/Xlib.h:1872:29", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": "XPixmapFormatValues" } } }, +{ "tag": "function", "name": "XListDepths", "ns": 0, "location": "/usr/include/X11/Xlib.h:1876:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, +{ "tag": "function", "name": "XReconfigureWMWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1884:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XWindowChanges" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetWMProtocols", "ns": 0, "location": "/usr/include/X11/Xlib.h:1892:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWMProtocols", "ns": 0, "location": "/usr/include/X11/Xlib.h:1898:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XIconifyWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1904:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWithdrawWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1909:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetCommand", "ns": 0, "location": "/usr/include/X11/Xlib.h:1914:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetWMColormapWindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:1920:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "Window" } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWMColormapWindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:1926:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeStringList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1932:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XSetTransientForHint", "ns": 0, "location": "/usr/include/X11/Xlib.h:1935:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XActivateScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:1943:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAddHost", "ns": 0, "location": "/usr/include/X11/Xlib.h:1947:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAddHosts", "ns": 0, "location": "/usr/include/X11/Xlib.h:1952:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAddToExtensionList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1958:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":struct", "name": "_XExtData", "id": 229 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XExtData" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAddToSaveSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:1963:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllocColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1968:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllocColorCells", "ns": 0, "location": "/usr/include/X11/Xlib.h:1974:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllocColorPlanes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1984:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllocNamedColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1998:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAllowEvents", "ns": 0, "location": "/usr/include/X11/Xlib.h:2006:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAutoRepeatOff", "ns": 0, "location": "/usr/include/X11/Xlib.h:2012:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XAutoRepeatOn", "ns": 0, "location": "/usr/include/X11/Xlib.h:2016:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBell", "ns": 0, "location": "/usr/include/X11/Xlib.h:2020:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBitmapBitOrder", "ns": 0, "location": "/usr/include/X11/Xlib.h:2025:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBitmapPad", "ns": 0, "location": "/usr/include/X11/Xlib.h:2029:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBitmapUnit", "ns": 0, "location": "/usr/include/X11/Xlib.h:2033:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCellsOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2037:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeActivePointerGrab", "ns": 0, "location": "/usr/include/X11/Xlib.h:2041:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:2048:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGCValues" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeKeyboardControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2055:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyboardControl" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeKeyboardMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:2061:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangePointerControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2069:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeProperty", "ns": 0, "location": "/usr/include/X11/Xlib.h:2078:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeSaveSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:2089:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XChangeWindowAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:2095:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XSetWindowAttributes" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckIfEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2102:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":function-pointer" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckMaskEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2113:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckTypedEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2119:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckTypedWindowEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2125:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCheckWindowEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2132:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCirculateSubwindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:2139:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCirculateSubwindowsDown", "ns": 0, "location": "/usr/include/X11/Xlib.h:2145:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCirculateSubwindowsUp", "ns": 0, "location": "/usr/include/X11/Xlib.h:2150:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XClearArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:2155:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XClearWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2165:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCloseDisplay", "ns": 0, "location": "/usr/include/X11/Xlib.h:2170:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XConfigureWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2174:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XWindowChanges" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XConnectionNumber", "ns": 0, "location": "/usr/include/X11/Xlib.h:2181:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XConvertSelection", "ns": 0, "location": "/usr/include/X11/Xlib.h:2185:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCopyArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:2194:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCopyGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:2207:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XCopyPlane", "ns": 0, "location": "/usr/include/X11/Xlib.h:2214:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDefaultDepth", "ns": 0, "location": "/usr/include/X11/Xlib.h:2228:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDefaultDepthOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2233:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDefaultScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2237:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDefineCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2241:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDeleteProperty", "ns": 0, "location": "/usr/include/X11/Xlib.h:2247:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDestroyWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2253:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDestroySubwindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:2258:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDoesBackingStore", "ns": 0, "location": "/usr/include/X11/Xlib.h:2263:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDoesSaveUnders", "ns": 0, "location": "/usr/include/X11/Xlib.h:2267:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisableAccessControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2271:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayCells", "ns": 0, "location": "/usr/include/X11/Xlib.h:2276:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayHeight", "ns": 0, "location": "/usr/include/X11/Xlib.h:2281:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayHeightMM", "ns": 0, "location": "/usr/include/X11/Xlib.h:2286:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayKeycodes", "ns": 0, "location": "/usr/include/X11/Xlib.h:2291:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayPlanes", "ns": 0, "location": "/usr/include/X11/Xlib.h:2297:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayWidth", "ns": 0, "location": "/usr/include/X11/Xlib.h:2302:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDisplayWidthMM", "ns": 0, "location": "/usr/include/X11/Xlib.h:2307:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawArc", "ns": 0, "location": "/usr/include/X11/Xlib.h:2312:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawArcs", "ns": 0, "location": "/usr/include/X11/Xlib.h:2324:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XArc" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawImageString", "ns": 0, "location": "/usr/include/X11/Xlib.h:2332:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawImageString16", "ns": 0, "location": "/usr/include/X11/Xlib.h:2342:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawLine", "ns": 0, "location": "/usr/include/X11/Xlib.h:2352:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawLines", "ns": 0, "location": "/usr/include/X11/Xlib.h:2362:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XPoint" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawPoint", "ns": 0, "location": "/usr/include/X11/Xlib.h:2371:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawPoints", "ns": 0, "location": "/usr/include/X11/Xlib.h:2379:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XPoint" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawRectangle", "ns": 0, "location": "/usr/include/X11/Xlib.h:2388:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawRectangles", "ns": 0, "location": "/usr/include/X11/Xlib.h:2398:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawSegments", "ns": 0, "location": "/usr/include/X11/Xlib.h:2406:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XSegment" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawString", "ns": 0, "location": "/usr/include/X11/Xlib.h:2414:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawString16", "ns": 0, "location": "/usr/include/X11/Xlib.h:2424:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawText", "ns": 0, "location": "/usr/include/X11/Xlib.h:2434:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XTextItem" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDrawText16", "ns": 0, "location": "/usr/include/X11/Xlib.h:2444:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XTextItem16" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XEnableAccessControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2454:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XEventsQueued", "ns": 0, "location": "/usr/include/X11/Xlib.h:2458:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFetchName", "ns": 0, "location": "/usr/include/X11/Xlib.h:2463:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillArc", "ns": 0, "location": "/usr/include/X11/Xlib.h:2469:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillArcs", "ns": 0, "location": "/usr/include/X11/Xlib.h:2481:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XArc" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillPolygon", "ns": 0, "location": "/usr/include/X11/Xlib.h:2489:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XPoint" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillRectangle", "ns": 0, "location": "/usr/include/X11/Xlib.h:2499:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFillRectangles", "ns": 0, "location": "/usr/include/X11/Xlib.h:2509:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFlush", "ns": 0, "location": "/usr/include/X11/Xlib.h:2517:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XForceScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:2521:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFree", "ns": 0, "location": "/usr/include/X11/Xlib.h:2526:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":void" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2530:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeColors", "ns": 0, "location": "/usr/include/X11/Xlib.h:2535:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2543:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeExtensionList", "ns": 0, "location": "/usr/include/X11/Xlib.h:2548:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:2552:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeFontInfo", "ns": 0, "location": "/usr/include/X11/Xlib.h:2557:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeFontNames", "ns": 0, "location": "/usr/include/X11/Xlib.h:2563:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeFontPath", "ns": 0, "location": "/usr/include/X11/Xlib.h:2567:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeGC", "ns": 0, "location": "/usr/include/X11/Xlib.h:2571:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeModifiermap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2576:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreePixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2580:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGeometry", "ns": 0, "location": "/usr/include/X11/Xlib.h:2585:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetErrorDatabaseText", "ns": 0, "location": "/usr/include/X11/Xlib.h:2601:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetErrorText", "ns": 0, "location": "/usr/include/X11/Xlib.h:2610:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetFontProperty", "ns": 0, "location": "/usr/include/X11/Xlib.h:2617:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetGCValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:2623:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGCValues" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetGeometry", "ns": 0, "location": "/usr/include/X11/Xlib.h:2630:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetIconName", "ns": 0, "location": "/usr/include/X11/Xlib.h:2642:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetInputFocus", "ns": 0, "location": "/usr/include/X11/Xlib.h:2648:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetKeyboardControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2654:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyboardState" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetPointerControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:2659:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetPointerMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:2666:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:2672:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetTransientForHint", "ns": 0, "location": "/usr/include/X11/Xlib.h:2680:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetWindowProperty", "ns": 0, "location": "/usr/include/X11/Xlib.h:2686:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetWindowAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:2701:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XWindowAttributes" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabButton", "ns": 0, "location": "/usr/include/X11/Xlib.h:2707:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabKey", "ns": 0, "location": "/usr/include/X11/Xlib.h:2720:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabKeyboard", "ns": 0, "location": "/usr/include/X11/Xlib.h:2730:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabPointer", "ns": 0, "location": "/usr/include/X11/Xlib.h:2739:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGrabServer", "ns": 0, "location": "/usr/include/X11/Xlib.h:2751:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XHeightMMOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2755:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XHeightOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2759:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XIfEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2763:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":function-pointer" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XImageByteOrder", "ns": 0, "location": "/usr/include/X11/Xlib.h:2774:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XInstallColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2778:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XKeysymToKeycode", "ns": 0, "location": "/usr/include/X11/Xlib.h:2783:16", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeySym" } }], "return-type": { "tag": "KeyCode" } }, +{ "tag": "function", "name": "XKillClient", "ns": 0, "location": "/usr/include/X11/Xlib.h:2788:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XID" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XLookupColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2793:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XLowerWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2801:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMapRaised", "ns": 0, "location": "/usr/include/X11/Xlib.h:2806:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMapSubwindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:2811:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMapWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2816:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMaskEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2821:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMaxCmapsOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2827:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMinCmapsOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2831:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMoveResizeWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2835:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XMoveWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:2844:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XNextEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2851:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XNoOp", "ns": 0, "location": "/usr/include/X11/Xlib.h:2856:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XParseColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2860:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XParseGeometry", "ns": 0, "location": "/usr/include/X11/Xlib.h:2867:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPeekEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2875:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPeekIfEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2880:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":function-pointer" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPending", "ns": 0, "location": "/usr/include/X11/Xlib.h:2891:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPlanesOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:2895:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XProtocolRevision", "ns": 0, "location": "/usr/include/X11/Xlib.h:2899:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XProtocolVersion", "ns": 0, "location": "/usr/include/X11/Xlib.h:2903:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPutBackEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:2908:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XPutImage", "ns": 0, "location": "/usr/include/X11/Xlib.h:2913:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XImage" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQLength", "ns": 0, "location": "/usr/include/X11/Xlib.h:2926:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryBestCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2930:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryBestSize", "ns": 0, "location": "/usr/include/X11/Xlib.h:2939:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryBestStipple", "ns": 0, "location": "/usr/include/X11/Xlib.h:2949:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryBestTile", "ns": 0, "location": "/usr/include/X11/Xlib.h:2958:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:2967:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryColors", "ns": 0, "location": "/usr/include/X11/Xlib.h:2973:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryExtension", "ns": 0, "location": "/usr/include/X11/Xlib.h:2980:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryKeymap", "ns": 0, "location": "/usr/include/X11/Xlib.h:2988:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":array", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 }, "size": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryPointer", "ns": 0, "location": "/usr/include/X11/Xlib.h:2993:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryTextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3005:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XID" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryTextExtents16", "ns": 0, "location": "/usr/include/X11/Xlib.h:3016:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XID" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XQueryTree", "ns": 0, "location": "/usr/include/X11/Xlib.h:3027:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "Window" } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRaiseWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:3036:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XReadBitmapFile", "ns": 0, "location": "/usr/include/X11/Xlib.h:3041:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Pixmap" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XReadBitmapFileData", "ns": 0, "location": "/usr/include/X11/Xlib.h:3052:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRebindKeysym", "ns": 0, "location": "/usr/include/X11/Xlib.h:3061:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "KeySym" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRecolorCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:3070:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Cursor" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRefreshKeyboardMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:3077:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XMappingEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRemoveFromSaveSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3081:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRemoveHost", "ns": 0, "location": "/usr/include/X11/Xlib.h:3086:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRemoveHosts", "ns": 0, "location": "/usr/include/X11/Xlib.h:3091:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XHostAddress" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XReparentWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:3097:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XResetScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:3105:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XResizeWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:3109:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRestackWindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:3116:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRotateBuffers", "ns": 0, "location": "/usr/include/X11/Xlib.h:3122:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRotateWindowProperties", "ns": 0, "location": "/usr/include/X11/Xlib.h:3127:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Atom" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XScreenCount", "ns": 0, "location": "/usr/include/X11/Xlib.h:3135:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSelectInput", "ns": 0, "location": "/usr/include/X11/Xlib.h:3139:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSendEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:3145:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetAccessControl", "ns": 0, "location": "/usr/include/X11/Xlib.h:3153:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetArcMode", "ns": 0, "location": "/usr/include/X11/Xlib.h:3158:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetBackground", "ns": 0, "location": "/usr/include/X11/Xlib.h:3164:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetClipMask", "ns": 0, "location": "/usr/include/X11/Xlib.h:3170:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetClipOrigin", "ns": 0, "location": "/usr/include/X11/Xlib.h:3176:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetClipRectangles", "ns": 0, "location": "/usr/include/X11/Xlib.h:3183:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetCloseDownMode", "ns": 0, "location": "/usr/include/X11/Xlib.h:3193:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetCommand", "ns": 0, "location": "/usr/include/X11/Xlib.h:3198:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetDashes", "ns": 0, "location": "/usr/include/X11/Xlib.h:3205:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFillRule", "ns": 0, "location": "/usr/include/X11/Xlib.h:3213:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFillStyle", "ns": 0, "location": "/usr/include/X11/Xlib.h:3219:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:3225:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": "Font" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFontPath", "ns": 0, "location": "/usr/include/X11/Xlib.h:3231:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetForeground", "ns": 0, "location": "/usr/include/X11/Xlib.h:3237:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetFunction", "ns": 0, "location": "/usr/include/X11/Xlib.h:3243:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetGraphicsExposures", "ns": 0, "location": "/usr/include/X11/Xlib.h:3249:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetIconName", "ns": 0, "location": "/usr/include/X11/Xlib.h:3255:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetInputFocus", "ns": 0, "location": "/usr/include/X11/Xlib.h:3261:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetLineAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:3268:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetModifierMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:3277:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XModifierKeymap" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetPlaneMask", "ns": 0, "location": "/usr/include/X11/Xlib.h:3282:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetPointerMapping", "ns": 0, "location": "/usr/include/X11/Xlib.h:3288:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":unsigned-char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetScreenSaver", "ns": 0, "location": "/usr/include/X11/Xlib.h:3294:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetSelectionOwner", "ns": 0, "location": "/usr/include/X11/Xlib.h:3302:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Atom" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetState", "ns": 0, "location": "/usr/include/X11/Xlib.h:3309:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetStipple", "ns": 0, "location": "/usr/include/X11/Xlib.h:3318:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetSubwindowMode", "ns": 0, "location": "/usr/include/X11/Xlib.h:3324:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetTSOrigin", "ns": 0, "location": "/usr/include/X11/Xlib.h:3330:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetTile", "ns": 0, "location": "/usr/include/X11/Xlib.h:3337:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBackground", "ns": 0, "location": "/usr/include/X11/Xlib.h:3343:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBackgroundPixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:3349:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBorder", "ns": 0, "location": "/usr/include/X11/Xlib.h:3355:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBorderPixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:3361:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowBorderWidth", "ns": 0, "location": "/usr/include/X11/Xlib.h:3367:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetWindowColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:3373:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreBuffer", "ns": 0, "location": "/usr/include/X11/Xlib.h:3379:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreBytes", "ns": 0, "location": "/usr/include/X11/Xlib.h:3386:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:3392:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreColors", "ns": 0, "location": "/usr/include/X11/Xlib.h:3398:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XColor" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreName", "ns": 0, "location": "/usr/include/X11/Xlib.h:3405:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XStoreNamedColor", "ns": 0, "location": "/usr/include/X11/Xlib.h:3411:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSync", "ns": 0, "location": "/usr/include/X11/Xlib.h:3419:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3424:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTextExtents16", "ns": 0, "location": "/usr/include/X11/Xlib.h:3434:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XCharStruct" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTextWidth", "ns": 0, "location": "/usr/include/X11/Xlib.h:3444:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTextWidth16", "ns": 0, "location": "/usr/include/X11/Xlib.h:3450:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XChar2b" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XTranslateCoordinates", "ns": 0, "location": "/usr/include/X11/Xlib.h:3456:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Window" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUndefineCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:3467:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabButton", "ns": 0, "location": "/usr/include/X11/Xlib.h:3472:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabKey", "ns": 0, "location": "/usr/include/X11/Xlib.h:3479:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabKeyboard", "ns": 0, "location": "/usr/include/X11/Xlib.h:3486:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabPointer", "ns": 0, "location": "/usr/include/X11/Xlib.h:3491:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Time" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUngrabServer", "ns": 0, "location": "/usr/include/X11/Xlib.h:3496:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUninstallColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:3500:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Colormap" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUnloadFont", "ns": 0, "location": "/usr/include/X11/Xlib.h:3505:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Font" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUnmapSubwindows", "ns": 0, "location": "/usr/include/X11/Xlib.h:3510:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUnmapWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:3515:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XVendorRelease", "ns": 0, "location": "/usr/include/X11/Xlib.h:3520:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWarpPointer", "ns": 0, "location": "/usr/include/X11/Xlib.h:3524:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWidthMMOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:3536:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWidthOfScreen", "ns": 0, "location": "/usr/include/X11/Xlib.h:3540:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Screen" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWindowEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:3544:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }, { "tag": "parameter", "name": "", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XWriteBitmapFile", "ns": 0, "location": "/usr/include/X11/Xlib.h:3551:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": "Pixmap" } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":unsigned-int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSupportsLocale", "ns": 0, "location": "/usr/include/X11/Xlib.h:3561:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetLocaleModifiers", "ns": 0, "location": "/usr/include/X11/Xlib.h:3563:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XOpenOM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3567:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "XOM" } }, +{ "tag": "function", "name": "XCloseOM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3574:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XSetOMValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3578:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetOMValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3583:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayOfOM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3588:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":pointer", "type": { "tag": "Display" } } }, +{ "tag": "function", "name": "XLocaleOfOM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3592:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XCreateOC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3596:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOM" } }], "return-type": { "tag": "XOC" } }, +{ "tag": "function", "name": "XDestroyOC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3601:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XOMOfOC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3605:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOC" } }], "return-type": { "tag": "XOM" } }, +{ "tag": "function", "name": "XSetOCValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3609:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetOCValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3614:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XOC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XCreateFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3619:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } }], "return-type": { "tag": "XFontSet" } }, +{ "tag": "function", "name": "XFreeFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3627:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XFontsOfFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3632:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": "XFontStruct" } } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XBaseFontNameListOfFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3638:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XLocaleOfFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3642:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XContextDependentDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:3646:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XDirectionalDependentDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:3650:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XContextualDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:3654:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XExtentsOfFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:3658:25", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }], "return-type": { "tag": ":pointer", "type": { "tag": "XFontSetExtents" } } }, +{ "tag": "function", "name": "XmbTextEscapement", "ns": 0, "location": "/usr/include/X11/Xlib.h:3662:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XwcTextEscapement", "ns": 0, "location": "/usr/include/X11/Xlib.h:3668:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "Xutf8TextEscapement", "ns": 0, "location": "/usr/include/X11/Xlib.h:3674:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XmbTextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3680:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XwcTextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3688:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "Xutf8TextExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3696:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XmbTextPerCharExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3704:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XwcTextPerCharExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3716:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "Xutf8TextPerCharExtents", "ns": 0, "location": "/usr/include/X11/Xlib.h:3728:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XRectangle" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XmbDrawText", "ns": 0, "location": "/usr/include/X11/Xlib.h:3740:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XmbTextItem" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XwcDrawText", "ns": 0, "location": "/usr/include/X11/Xlib.h:3750:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XwcTextItem" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "Xutf8DrawText", "ns": 0, "location": "/usr/include/X11/Xlib.h:3760:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XmbTextItem" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XmbDrawString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3770:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XwcDrawString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3781:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "Xutf8DrawString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3792:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XmbDrawImageString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3803:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XwcDrawImageString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3814:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "Xutf8DrawImageString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3825:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Drawable" } }, { "tag": "parameter", "name": "", "type": { "tag": "XFontSet" } }, { "tag": "parameter", "name": "", "type": { "tag": "GC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XOpenIM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3836:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }], "return-type": { "tag": "XIM" } }, +{ "tag": "function", "name": "XCloseIM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3843:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetIMValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3847:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XSetIMValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3851:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XDisplayOfIM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3855:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":pointer", "type": { "tag": "Display" } } }, +{ "tag": "function", "name": "XLocaleOfIM", "ns": 0, "location": "/usr/include/X11/Xlib.h:3859:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XCreateIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3863:12", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIM" } }], "return-type": { "tag": "XIC" } }, +{ "tag": "function", "name": "XDestroyIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3867:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XSetICFocus", "ns": 0, "location": "/usr/include/X11/Xlib.h:3871:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XUnsetICFocus", "ns": 0, "location": "/usr/include/X11/Xlib.h:3875:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XwcResetIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3879:17", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, +{ "tag": "function", "name": "XmbResetIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3883:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "Xutf8ResetIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3887:14", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XSetICValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3891:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XGetICValues", "ns": 0, "location": "/usr/include/X11/Xlib.h:3895:14", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, +{ "tag": "function", "name": "XIMOfIC", "ns": 0, "location": "/usr/include/X11/Xlib.h:3899:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }], "return-type": { "tag": "XIM" } }, +{ "tag": "function", "name": "XFilterEvent", "ns": 0, "location": "/usr/include/X11/Xlib.h:3903:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": "Window" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XmbLookupString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3908:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyPressedEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XwcLookupString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3917:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyPressedEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "Xutf8LookupString", "ns": 0, "location": "/usr/include/X11/Xlib.h:3926:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": "XIC" } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XKeyPressedEvent" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "KeySym" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XVaCreateNestedList", "ns": 0, "location": "/usr/include/X11/Xlib.h:3935:22", "variadic": true, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": "XVaNestedList" } }, +{ "tag": "function", "name": "XRegisterIMInstantiateCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:3941:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": "XIDProc" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XUnregisterIMInstantiateCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:3950:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "_XrmHashBucketRec", "id": 0, "location": "/usr/include/X11/Xlib.h:491:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": "XIDProc" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "typedef", "ns": 0, "name": "XConnectionWatchProc", "location": "/usr/include/X11/Xlib.h:3959:16", "type": { "tag": ":function-pointer" } }, +{ "tag": "function", "name": "XInternalConnectionNumbers", "ns": 0, "location": "/usr/include/X11/Xlib.h:3968:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XProcessInternalConnection", "ns": 0, "location": "/usr/include/X11/Xlib.h:3974:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XAddConnectionWatch", "ns": 0, "location": "/usr/include/X11/Xlib.h:3979:15", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XConnectionWatchProc" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XRemoveConnectionWatch", "ns": 0, "location": "/usr/include/X11/Xlib.h:3985:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": "XConnectionWatchProc" } }, { "tag": "parameter", "name": "", "type": { "tag": "XPointer" } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "XSetAuthorization", "ns": 0, "location": "/usr/include/X11/Xlib.h:3991:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":void" } }, +{ "tag": "function", "name": "_Xmbtowc", "ns": 0, "location": "/usr/include/X11/Xlib.h:3998:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "wchar_t" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "_Xwctomb", "ns": 0, "location": "/usr/include/X11/Xlib.h:4004:12", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } } }, { "tag": "parameter", "name": "", "type": { "tag": "wchar_t" } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XGetEventData", "ns": 0, "location": "/usr/include/X11/Xlib.h:4009:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGenericEventCookie" } } }], "return-type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, +{ "tag": "function", "name": "XFreeEventData", "ns": 0, "location": "/usr/include/X11/Xlib.h:4014:13", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "parameter", "name": "", "type": { "tag": ":pointer", "type": { "tag": "XGenericEventCookie" } } }], "return-type": { "tag": ":void" } }, +{ "tag": "struct", "ns": 0, "name": "gbm_device", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:117:8", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "enum", "ns": 0, "name": "", "id": 330, "location": "/usr/include/SDL2/SDL_syswm.h:131:9", "fields": [{ "tag": "field", "name": "SDL_SYSWM_UNKNOWN", "value": 0 }, { "tag": "field", "name": "SDL_SYSWM_WINDOWS", "value": 1 }, { "tag": "field", "name": "SDL_SYSWM_X11", "value": 2 }, { "tag": "field", "name": "SDL_SYSWM_DIRECTFB", "value": 3 }, { "tag": "field", "name": "SDL_SYSWM_COCOA", "value": 4 }, { "tag": "field", "name": "SDL_SYSWM_UIKIT", "value": 5 }, { "tag": "field", "name": "SDL_SYSWM_WAYLAND", "value": 6 }, { "tag": "field", "name": "SDL_SYSWM_MIR", "value": 7 }, { "tag": "field", "name": "SDL_SYSWM_WINRT", "value": 8 }, { "tag": "field", "name": "SDL_SYSWM_ANDROID", "value": 9 }, { "tag": "field", "name": "SDL_SYSWM_VIVANTE", "value": 10 }, { "tag": "field", "name": "SDL_SYSWM_OS2", "value": 11 }, { "tag": "field", "name": "SDL_SYSWM_HAIKU", "value": 12 }, { "tag": "field", "name": "SDL_SYSWM_KMSDRM", "value": 13 }, { "tag": "field", "name": "SDL_SYSWM_RISCOS", "value": 14 }] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SYSWM_TYPE", "location": "/usr/include/SDL2/SDL_syswm.h:148:3", "type": { "tag": ":enum", "name": "", "id": 330 } }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMmsg", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:153:8", "bit-size": 1600, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "version", "bit-offset": 0, "bit-size": 24, "bit-alignment": 8, "type": { "tag": "SDL_version" } }, { "tag": "field", "name": "subsystem", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_SYSWM_TYPE" } }, { "tag": "field", "name": "msg", "bit-offset": 64, "bit-size": 1536, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 331, "location": "/usr/include/SDL2/SDL_syswm.h:157:5", "bit-size": 1536, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "x11", "bit-offset": 0, "bit-size": 1536, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 332, "location": "/usr/include/SDL2/SDL_syswm.h:168:9", "bit-size": 1536, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "event", "bit-offset": 0, "bit-size": 1536, "bit-alignment": 64, "type": { "tag": "XEvent" } }] } }, { "tag": "field", "name": "dummy", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }] } }] }, +{ "tag": "struct", "ns": 0, "name": "SDL_SysWMinfo", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:222:8", "bit-size": 576, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "version", "bit-offset": 0, "bit-size": 24, "bit-alignment": 8, "type": { "tag": "SDL_version" } }, { "tag": "field", "name": "subsystem", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": "SDL_SYSWM_TYPE" } }, { "tag": "field", "name": "info", "bit-offset": 64, "bit-size": 512, "bit-alignment": 64, "type": { "tag": "union", "ns": 0, "name": "", "id": 333, "location": "/usr/include/SDL2/SDL_syswm.h:226:5", "bit-size": 512, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "x11", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 334, "location": "/usr/include/SDL2/SDL_syswm.h:243:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "display", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "Display" } } }, { "tag": "field", "name": "window", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": "Window" } }] } }, { "tag": "field", "name": "wl", "bit-offset": 0, "bit-size": 384, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 335, "location": "/usr/include/SDL2/SDL_syswm.h:289:9", "bit-size": 384, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "display", "bit-offset": 0, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "wl_display", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:291:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "surface", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "wl_surface", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:292:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "shell_surface", "bit-offset": 128, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": ":void" } } }, { "tag": "field", "name": "egl_window", "bit-offset": 192, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "wl_egl_window", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:294:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "xdg_surface", "bit-offset": 256, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "xdg_surface", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:295:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }, { "tag": "field", "name": "xdg_toplevel", "bit-offset": 320, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "xdg_toplevel", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:296:20", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }] } }, { "tag": "field", "name": "kmsdrm", "bit-offset": 0, "bit-size": 128, "bit-alignment": 64, "type": { "tag": "struct", "ns": 0, "name": "", "id": 341, "location": "/usr/include/SDL2/SDL_syswm.h:332:9", "bit-size": 128, "bit-alignment": 64, "fields": [{ "tag": "field", "name": "dev_index", "bit-offset": 0, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "drm_fd", "bit-offset": 32, "bit-size": 32, "bit-alignment": 32, "type": { "tag": ":int", "bit-size": 32, "bit-alignment": 32 } }, { "tag": "field", "name": "gbm_dev", "bit-offset": 64, "bit-size": 64, "bit-alignment": 64, "type": { "tag": ":pointer", "type": { "tag": "struct", "ns": 0, "name": "gbm_device", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:117:8", "bit-size": 0, "bit-alignment": 0, "fields": [] } } }] } }, { "tag": "field", "name": "dummy", "bit-offset": 0, "bit-size": 512, "bit-alignment": 8, "type": { "tag": ":array", "type": { "tag": "Uint8" }, "size": 64 } }] } }] }, +{ "tag": "struct", "ns": 335, "name": "wl_display", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:291:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 335, "name": "wl_surface", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:292:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 335, "name": "wl_egl_window", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:294:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 335, "name": "xdg_surface", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:295:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "struct", "ns": 335, "name": "xdg_toplevel", "id": 0, "location": "/usr/include/SDL2/SDL_syswm.h:296:20", "bit-size": 0, "bit-alignment": 0, "fields": [] }, +{ "tag": "typedef", "ns": 0, "name": "SDL_SysWMinfo", "location": "/usr/include/SDL2/SDL_syswm.h:348:30", "type": { "tag": ":struct", "name": "SDL_SysWMinfo", "id": 343 } }, +{ "tag": "function", "name": "SDL_GetWindowWMInfo", "ns": 0, "location": "/usr/include/SDL2/SDL_syswm.h:368:34", "variadic": false, "inline": false, "storage-class": "extern", "parameters": [{ "tag": "parameter", "name": "window", "type": { "tag": ":pointer", "type": { "tag": "SDL_Window" } } }, { "tag": "parameter", "name": "info", "type": { "tag": ":pointer", "type": { "tag": "SDL_SysWMinfo" } } }], "return-type": { "tag": "SDL_bool" } }, +{ "tag": "const", "name": "SDL_NONSHAPEABLE_WINDOW", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "SDL_WINDOW_LACKS_SHAPE", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -3 }, +{ "tag": "const", "name": "SDL_INVALID_SHAPE_ARGUMENT", "ns": 0, "location": "/usr/include/SDL2/SDL_shape.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2 }, +{ "tag": "const", "name": "__FSBLKCNT64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__FSFILCNT_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__FSFILCNT64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__FSWORD_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__ID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__TIME_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__CLOCK_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__USECONDS_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:51:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SUSECONDS_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__NLINK_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:35:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__OFF64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__OFF_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__PID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__RLIM_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__RLIM64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__BLKCNT_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:41:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__BLKCNT64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__FSBLKCNT_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__U64_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:135:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__STD_TYPE", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:23:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_BITS_TYPESIZES_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__DEV_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:29:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__UID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__GID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:31:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__INO_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:32:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__INO64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:33:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__MODE_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SLONGWORD_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:113:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__ULONGWORD_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:114:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SQUAD_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:128:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__UQUAD_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:129:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SWORD_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:130:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__UWORD_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:131:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SLONG32_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:132:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__ULONG32_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:133:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__S64_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:134:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SYSCALL_SLONG_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SSIZE_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SYSCALL_ULONG_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__DADDR_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SUSECONDS64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__CLOCKID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__KEY_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__BLKSIZE_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__TIMER_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_POSIX_C_SOURCE", "ns": 0, "location": "/usr/include/features.h:281:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 200809 }, +{ "tag": "const", "name": "R_PPC_GOT_DTPREL16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:85:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 92 }, +{ "tag": "const", "name": "DoBlue", "ns": 0, "location": "/usr/include/X11/X.h:624:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "__FSID_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:59:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "R_PPC_GOT_DTPREL16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:86:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 93 }, +{ "tag": "const", "name": "DoGreen", "ns": 0, "location": "/usr/include/X11/X.h:623:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "R_PPC_GOT_TPREL16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:83:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 90 }, +{ "tag": "const", "name": "__USE_POSIX_IMPLICITLY", "ns": 0, "location": "/usr/include/features.h:276:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "StippleShape", "ns": 0, "location": "/usr/include/X11/X.h:634:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "R_PPC_GOT_DTPREL16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:84:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 91 }, +{ "tag": "const", "name": "CursorShape", "ns": 0, "location": "/usr/include/X11/X.h:632:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "TileShape", "ns": 0, "location": "/usr/include/X11/X.h:633:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_GOT_TPREL16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:81:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 88 }, +{ "tag": "const", "name": "AutoRepeatModeOn", "ns": 0, "location": "/usr/include/X11/X.h:641:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_GOT_TPREL16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:82:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 89 }, +{ "tag": "const", "name": "AutoRepeatModeOff", "ns": 0, "location": "/usr/include/X11/X.h:640:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "R_PPC_GOT_TLSLD16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:79:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 86 }, +{ "tag": "const", "name": "LedModeOff", "ns": 0, "location": "/usr/include/X11/X.h:644:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "_POSIX_SOURCE", "ns": 0, "location": "/usr/include/features.h:279:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_GOT_TPREL16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:80:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 87 }, +{ "tag": "const", "name": "AutoRepeatModeDefault", "ns": 0, "location": "/usr/include/X11/X.h:642:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "KBKeyClickPercent", "ns": 0, "location": "/usr/include/X11/X.h:649:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LedModeOn", "ns": 0, "location": "/usr/include/X11/X.h:645:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_DEFAULT_SOURCE", "ns": 0, "location": "/usr/include/features.h:227:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "KBBellPitch", "ns": 0, "location": "/usr/include/X11/X.h:651:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "KBBellPercent", "ns": 0, "location": "/usr/include/X11/X.h:650:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "KBLed", "ns": 0, "location": "/usr/include/X11/X.h:653:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "ELF_NFPREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:94:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "KBLedMode", "ns": 0, "location": "/usr/include/X11/X.h:654:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "KBBellDuration", "ns": 0, "location": "/usr/include/X11/X.h:652:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "ELF_NVMX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:95:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "R_PPC_GOT_DTPREL16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:87:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 94 }, +{ "tag": "const", "name": "KBAutoRepeatMode", "ns": 0, "location": "/usr/include/X11/X.h:656:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "R_PPC_NUM", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:90:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 95 }, +{ "tag": "const", "name": "ELF_NGREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:93:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 48 }, +{ "tag": "const", "name": "KBKey", "ns": 0, "location": "/usr/include/X11/X.h:655:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "MappingBusy", "ns": 0, "location": "/usr/include/X11/X.h:659:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "MappingSuccess", "ns": 0, "location": "/usr/include/X11/X.h:658:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "MappingModifier", "ns": 0, "location": "/usr/include/X11/X.h:662:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "MappingFailed", "ns": 0, "location": "/usr/include/X11/X.h:660:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_STANDARD_GRAVITY", "ns": 0, "location": "/usr/include/SDL2/SDL_sensor.h:99:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 9.806650e+00 }, +{ "tag": "const", "name": "DontPreferBlanking", "ns": 0, "location": "/usr/include/X11/X.h:670:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "MappingPointer", "ns": 0, "location": "/usr/include/X11/X.h:664:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "MappingKeyboard", "ns": 0, "location": "/usr/include/X11/X.h:663:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "DefaultBlanking", "ns": 0, "location": "/usr/include/X11/X.h:672:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PreferBlanking", "ns": 0, "location": "/usr/include/X11/X.h:671:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "DisableScreenInterval", "ns": 0, "location": "/usr/include/X11/X.h:675:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DisableScreenSaver", "ns": 0, "location": "/usr/include/X11/X.h:674:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AllowExposures", "ns": 0, "location": "/usr/include/X11/X.h:678:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "DontAllowExposures", "ns": 0, "location": "/usr/include/X11/X.h:677:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "ScreenSaverReset", "ns": 0, "location": "/usr/include/X11/X.h:683:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DefaultExposures", "ns": 0, "location": "/usr/include/X11/X.h:679:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HostInsert", "ns": 0, "location": "/usr/include/X11/X.h:692:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "ScreenSaverActive", "ns": 0, "location": "/usr/include/X11/X.h:684:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__ptr_t", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:113:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_SYS_CDEFS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__STDC_ISO_10646__", "ns": 0, "location": "/usr/include/stdc-predef.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 201706 }, +{ "tag": "const", "name": "__GNU_LIBRARY__", "ns": 0, "location": "/usr/include/features.h:459:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "__STDC_IEC_559_COMPLEX__", "ns": 0, "location": "/usr/include/stdc-predef.h:49:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GCSubwindowMode", "ns": 0, "location": "/usr/include/X11/X.h:579:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "GCClipXOrigin", "ns": 0, "location": "/usr/include/X11/X.h:581:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 131072 }, +{ "tag": "const", "name": "GCGraphicsExposures", "ns": 0, "location": "/usr/include/X11/X.h:580:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65536 }, +{ "tag": "const", "name": "__GLIBC_MINOR__", "ns": 0, "location": "/usr/include/features.h:464:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "GCClipYOrigin", "ns": 0, "location": "/usr/include/X11/X.h:582:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 262144 }, +{ "tag": "const", "name": "__GLIBC__", "ns": 0, "location": "/usr/include/features.h:463:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GCClipMask", "ns": 0, "location": "/usr/include/X11/X.h:583:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 524288 }, +{ "tag": "const", "name": "__STDC_IEC_559__", "ns": 0, "location": "/usr/include/stdc-predef.h:41:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GCDashOffset", "ns": 0, "location": "/usr/include/X11/X.h:584:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1048576 }, +{ "tag": "const", "name": "_STDC_PREDEF_H", "ns": 0, "location": "/usr/include/stdc-predef.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__kernel_old_dev_t", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/posix_types.h:13:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "GCDashList", "ns": 0, "location": "/usr/include/X11/X.h:585:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2097152 }, +{ "tag": "const", "name": "GCArcMode", "ns": 0, "location": "/usr/include/X11/X.h:586:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4194304 }, +{ "tag": "const", "name": "GCLastBit", "ns": 0, "location": "/usr/include/X11/X.h:588:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "FontRightToLeft", "ns": 0, "location": "/usr/include/X11/X.h:596:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FontLeftToRight", "ns": 0, "location": "/usr/include/X11/X.h:595:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FontChange", "ns": 0, "location": "/usr/include/X11/X.h:598:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "XYBitmap", "ns": 0, "location": "/usr/include/X11/X.h:606:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "_ATFILE_SOURCE", "ns": 0, "location": "/usr/include/features.h:342:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XYPixmap", "ns": 0, "location": "/usr/include/X11/X.h:607:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ZPixmap", "ns": 0, "location": "/usr/include/X11/X.h:608:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "AllocNone", "ns": 0, "location": "/usr/include/X11/X.h:616:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DoRed", "ns": 0, "location": "/usr/include/X11/X.h:622:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AllocAll", "ns": 0, "location": "/usr/include/X11/X.h:617:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__BITS_PER_LONG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/bitsperlong.h:6:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "R_PPC_NONE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:21:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "sigcontext_struct", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigcontext.h:28:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "R_PPC_ADDR32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:22:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_ADDR24", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "R_PPC_ADDR16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_JOYSTICK_AXIS_MAX", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:683:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32767 }, +{ "tag": "const", "name": "__attribute_used__", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:255:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_JOYSTICK_AXIS_MIN", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:684:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -32768 }, +{ "tag": "const", "name": "R_PPC_ADDR14_BRNTAKEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "R_PPC_REL24", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:31:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "R_PPC_REL14", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:32:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "R_PPC_REL14_BRTAKEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:33:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "R_PPC_ADDR16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:26:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "R_PPC_ADDR16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:25:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "R_PPC_ADDR16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:27:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "__flexarr", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:153:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "R_PPC_ADDR14", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:28:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "_SYS_UCONTEXT_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__glibc_c99_flexarr_available", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:154:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_ADDR14_BRTAKEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:29:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "_BITS_SIGCONTEXT_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigcontext.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_PLTREL24", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 18 }, +{ "tag": "const", "name": "R_PPC_COPY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "R_PPC_GLOB_DAT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:41:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "R_PPC_JMP_SLOT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "R_PPC_REL14_BRNTAKEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "R_PPC_GOT16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:35:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "R_PPC_GOT16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "R_PPC_GOT16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "R_PPC_GOT16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "DisableAccess", "ns": 0, "location": "/usr/include/X11/X.h:698:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "R_PPC_PLTREL32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "StaticGray", "ns": 0, "location": "/usr/include/X11/X.h:704:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "R_PPC_PLT32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 27 }, +{ "tag": "const", "name": "GrayScale", "ns": 0, "location": "/usr/include/X11/X.h:705:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_PLT16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:51:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 30 }, +{ "tag": "const", "name": "HostDelete", "ns": 0, "location": "/usr/include/X11/X.h:693:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "EnableAccess", "ns": 0, "location": "/usr/include/X11/X.h:697:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_PLT16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "R_PPC_LOCAL24PC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 23 }, +{ "tag": "const", "name": "TrueColor", "ns": 0, "location": "/usr/include/X11/X.h:708:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "R_PPC_RELATIVE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "DirectColor", "ns": 0, "location": "/usr/include/X11/X.h:709:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "StaticColor", "ns": 0, "location": "/usr/include/X11/X.h:706:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "R_PPC_REL32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 26 }, +{ "tag": "const", "name": "R_PPC_UADDR32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "PseudoColor", "ns": 0, "location": "/usr/include/X11/X.h:707:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "R_PPC_UADDR16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 25 }, +{ "tag": "const", "name": "R_PPC_TLS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 67 }, +{ "tag": "const", "name": "NeedFunctionPrototypes", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:33:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_SECTOFF_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36 }, +{ "tag": "const", "name": "NeedVarargsPrototypes", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LSBFirst", "ns": 0, "location": "/usr/include/X11/X.h:714:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "R_PPC_TPREL16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 69 }, +{ "tag": "const", "name": "MSBFirst", "ns": 0, "location": "/usr/include/X11/X.h:715:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_DTPMOD32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 68 }, +{ "tag": "const", "name": "R_PPC_SDAREL16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "R_PPC_SECTOFF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "R_PPC_PLT16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "FUNCPROTO", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "R_PPC_SECTOFF_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 35 }, +{ "tag": "const", "name": "NeedNestedPrototypes", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_SECTOFF_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "_Xconst", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "AUDIO_S16MSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:96:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36880 }, +{ "tag": "const", "name": "R_PPC_DTPREL16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:68:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 75 }, +{ "tag": "const", "name": "SDL_HAT_CENTERED", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:732:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AUDIO_U16MSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:95:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4112 }, +{ "tag": "const", "name": "R_PPC_DTPREL16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:67:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 74 }, +{ "tag": "const", "name": "AUDIO_S16LSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:94:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32784 }, +{ "tag": "const", "name": "SDL_HAT_RIGHT", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:734:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "R_PPC_DTPREL16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:70:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 77 }, +{ "tag": "const", "name": "NeedWidePrototypes", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AUDIO_U16LSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:93:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_HAT_UP", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:733:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC_DTPREL16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:69:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 76 }, +{ "tag": "const", "name": "R_PPC_TPREL16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:64:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 71 }, +{ "tag": "const", "name": "AUDIO_S8", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:92:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32776 }, +{ "tag": "const", "name": "SDL_HAT_RIGHTUP", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:737:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "R_PPC_TPREL16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 70 }, +{ "tag": "const", "name": "AUDIO_U8", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:91:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SDL_HAT_LEFT", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:736:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SDL_HAT_DOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:735:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "R_PPC_TPREL32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:66:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 73 }, +{ "tag": "const", "name": "R_PPC_TPREL16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:65:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 72 }, +{ "tag": "const", "name": "SDL_HAT_RIGHTDOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:738:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "R_PPC_GOT_TLSLD16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:76:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 83 }, +{ "tag": "const", "name": "__MATH_DECLARE_LDOUBLE", "ns": 0, "location": "/usr/include/math.h:383:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAT_LEFTUP", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:739:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "R_PPC_GOT_TLSGD16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:75:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 82 }, +{ "tag": "const", "name": "SDL_HAT_LEFTDOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:740:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "R_PPC_GOT_TLSLD16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:78:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 85 }, +{ "tag": "const", "name": "R_PPC_GOT_TLSLD16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:77:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 84 }, +{ "tag": "const", "name": "SDL_AUDIO_MASK_SIGNED", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:76:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "R_PPC_GOT_TLSGD16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:72:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 79 }, +{ "tag": "const", "name": "SDL_AUDIO_MASK_ENDIAN", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:75:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "R_PPC_DTPREL32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:71:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 78 }, +{ "tag": "const", "name": "SDL_AUDIO_MASK_DATATYPE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:74:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "R_PPC_GOT_TLSGD16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:74:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 81 }, +{ "tag": "const", "name": "SDL_AUDIO_MASK_BITSIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "R_PPC_GOT_TLSGD16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 80 }, +{ "tag": "const", "name": "ButtonMotionMask", "ns": 0, "location": "/usr/include/X11/X.h:164:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "Button5MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:163:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "Button4MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:162:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "Button3MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:161:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "StructureNotifyMask", "ns": 0, "location": "/usr/include/X11/X.h:168:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 131072 }, +{ "tag": "const", "name": "VisibilityChangeMask", "ns": 0, "location": "/usr/include/X11/X.h:167:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65536 }, +{ "tag": "const", "name": "ExposureMask", "ns": 0, "location": "/usr/include/X11/X.h:166:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "KeymapStateMask", "ns": 0, "location": "/usr/include/X11/X.h:165:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "LeaveWindowMask", "ns": 0, "location": "/usr/include/X11/X.h:156:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "EnterWindowMask", "ns": 0, "location": "/usr/include/X11/X.h:155:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "ButtonReleaseMask", "ns": 0, "location": "/usr/include/X11/X.h:154:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "KeyReleaseMask", "ns": 0, "location": "/usr/include/X11/X.h:152:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "ButtonPressMask", "ns": 0, "location": "/usr/include/X11/X.h:153:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "Button2MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:160:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "Button1MotionMask", "ns": 0, "location": "/usr/include/X11/X.h:159:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "PointerMotionHintMask", "ns": 0, "location": "/usr/include/X11/X.h:158:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "PointerMotionMask", "ns": 0, "location": "/usr/include/X11/X.h:157:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "EnterNotify", "ns": 0, "location": "/usr/include/X11/X.h:186:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "MotionNotify", "ns": 0, "location": "/usr/include/X11/X.h:185:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "ButtonRelease", "ns": 0, "location": "/usr/include/X11/X.h:184:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "ButtonPress", "ns": 0, "location": "/usr/include/X11/X.h:183:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "KeyRelease", "ns": 0, "location": "/usr/include/X11/X.h:182:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "Expose", "ns": 0, "location": "/usr/include/X11/X.h:191:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "KeymapNotify", "ns": 0, "location": "/usr/include/X11/X.h:190:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "FocusOut", "ns": 0, "location": "/usr/include/X11/X.h:189:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "FocusIn", "ns": 0, "location": "/usr/include/X11/X.h:188:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "LeaveNotify", "ns": 0, "location": "/usr/include/X11/X.h:187:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "FocusChangeMask", "ns": 0, "location": "/usr/include/X11/X.h:172:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2097152 }, +{ "tag": "const", "name": "SubstructureRedirectMask", "ns": 0, "location": "/usr/include/X11/X.h:171:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1048576 }, +{ "tag": "const", "name": "SubstructureNotifyMask", "ns": 0, "location": "/usr/include/X11/X.h:170:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 524288 }, +{ "tag": "const", "name": "ResizeRedirectMask", "ns": 0, "location": "/usr/include/X11/X.h:169:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 262144 }, +{ "tag": "const", "name": "KeyPress", "ns": 0, "location": "/usr/include/X11/X.h:181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "OwnerGrabButtonMask", "ns": 0, "location": "/usr/include/X11/X.h:175:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16777216 }, +{ "tag": "const", "name": "ColormapChangeMask", "ns": 0, "location": "/usr/include/X11/X.h:174:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8388608 }, +{ "tag": "const", "name": "PropertyChangeMask", "ns": 0, "location": "/usr/include/X11/X.h:173:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4194304 }, +{ "tag": "const", "name": "AnyButton", "ns": 0, "location": "/usr/include/X11/X.h:135:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AllTemporary", "ns": 0, "location": "/usr/include/X11/X.h:137:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PointerRoot", "ns": 0, "location": "/usr/include/X11/X.h:129:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AnyKey", "ns": 0, "location": "/usr/include/X11/X.h:133:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AnyPropertyType", "ns": 0, "location": "/usr/include/X11/X.h:131:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "NoEventMask", "ns": 0, "location": "/usr/include/X11/X.h:150:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "KeyPressMask", "ns": 0, "location": "/usr/include/X11/X.h:151:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CurrentTime", "ns": 0, "location": "/usr/include/X11/X.h:139:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "NoSymbol", "ns": 0, "location": "/usr/include/X11/X.h:141:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "None", "ns": 0, "location": "/usr/include/X11/X.h:115:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PointerWindow", "ns": 0, "location": "/usr/include/X11/X.h:126:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "InputFocus", "ns": 0, "location": "/usr/include/X11/X.h:127:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_MATH_H", "ns": 0, "location": "/usr/include/math.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ParentRelative", "ns": 0, "location": "/usr/include/X11/X.h:118:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_LIBM_SIMD_DECL_STUBS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/libm-simd-decl-stubs.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CopyFromParent", "ns": 0, "location": "/usr/include/X11/X.h:121:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "_X_NOTSAN", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:216:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_X_RESTRICT_KYWD", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:206:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_X_INLINE", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:193:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_X_UNUSED", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:182:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "XIMStringConversionRetrieval", "ns": 0, "location": "/usr/include/X11/Xlib.h:1313:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XIMStringConversionSubstitution", "ns": 0, "location": "/usr/include/X11/Xlib.h:1312:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_X_NORETURN", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:153:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_ALPHA_TRANSPARENT", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_ALPHA_OPAQUE", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "_X_DEPRECATED", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:136:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "QueuedAfterFlush", "ns": 0, "location": "/usr/include/X11/Xlib.h:89:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "QueuedAfterReading", "ns": 0, "location": "/usr/include/X11/Xlib.h:88:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "QueuedAlready", "ns": 0, "location": "/usr/include/X11/Xlib.h:87:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "False", "ns": 0, "location": "/usr/include/X11/Xlib.h:85:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "True", "ns": 0, "location": "/usr/include/X11/Xlib.h:84:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Status", "ns": 0, "location": "/usr/include/X11/Xlib.h:83:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "Bool", "ns": 0, "location": "/usr/include/X11/Xlib.h:82:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "X_HAVE_UTF8_STRING", "ns": 0, "location": "/usr/include/X11/Xlib.h:70:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_CACHELINE_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_cpuinfo.h:129:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "_X_COLD", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:127:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_X_HIDDEN", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:101:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_X_INTERNAL", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:102:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_X_EXPORT", "ns": 0, "location": "/usr/include/X11/Xfuncproto.h:100:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_uid", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:129:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_pid", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:128:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_overrun", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:131:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_status", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:132:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_stime", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:134:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_utime", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:133:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_addr_lsb", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:139:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_addr", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:138:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__sig_atomic_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sig_atomic_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_NSIG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:79:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65 }, +{ "tag": "const", "name": "XIMHotKeyStateOFF", "ns": 0, "location": "/usr/include/X11/Xlib.h:1379:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "__siginfo_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMHotKeyStateON", "ns": 0, "location": "/usr/include/X11/Xlib.h:1378:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__SI_PAD_SIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:10:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "__SI_MAX_SIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:8:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "_BITS_SIGINFO_ARCH_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-arch.h:3:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__SI_CLOCK_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:24:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SI_BAND_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:21:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SI_HAVE_SIGSYS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__SI_ERRNO_THEN_CODE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:27:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_SIGNUM_ARCH_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SIGSTKFLT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:29:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SIGPWR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 30 }, +{ "tag": "const", "name": "_SYS_SELECT_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:22:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SIGBUS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:33:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "SIGURG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 23 }, +{ "tag": "const", "name": "SIGSYS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "SIGSTOP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "SIGTSTP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "SIGTTIN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "SIGCONT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 18 }, +{ "tag": "const", "name": "SIGTTOU", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "__U32_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:112:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__S32_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SIGVTALRM", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 26 }, +{ "tag": "const", "name": "__U16_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SIGXCPU", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "__S16_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:109:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SIGPROF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 27 }, +{ "tag": "const", "name": "SIGXFSZ", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 25 }, +{ "tag": "const", "name": "SIGUSR1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "SIGUSR2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "__SIGRTMIN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "SIGWINCH", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "__SIGRTMAX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "__sigset_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigset_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_FUNCTION", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:71:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_LINE", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:78:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 355 }, +{ "tag": "const", "name": "SDL_FILE", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:77:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": "/tmp/tmp9W80UICX-tmp.c" }, +{ "tag": "const", "name": "SDL_NULL_WHILE_LOOP_CONDITION", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:100:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SIGQUIT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SIGTRAP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "SIGKILL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:59:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "SIGPIPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "SIGALRM", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "SIGIO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "SIGIOT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SIGPOLL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "SIGRTMAX", "ns": 0, "location": "/usr/include/signal.h:374:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SIGRTMIN", "ns": 0, "location": "/usr/include/signal.h:373:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SIGCLD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:59:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "SIGCHLD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-arch.h:41:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "__ENUM_IDTYPE_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:44:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__WCLONE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483648 }, +{ "tag": "const", "name": "__WALL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1073741824 }, +{ "tag": "const", "name": "__WNOTHREAD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 536870912 }, +{ "tag": "const", "name": "WCONTINUED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:32:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "WNOWAIT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:33:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16777216 }, +{ "tag": "const", "name": "WEXITED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:31:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_PRESSED", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "WSTOPPED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "WUNTRACED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:26:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_RELEASED", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "WNOHANG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitflags.h:25:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__timeval_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_timeval.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_assert_state", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:312:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_SIGSET_NWORDS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__sigset_t.h:4:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "_STRUCT_TIMESPEC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_timespec.h:3:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_assert_data", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:313:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__NFDBITS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "SDL_MOUSE_TOUCHID", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:64:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "FD_SETSIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "SDL_TOUCH_MOUSEID", "ns": 0, "location": "/usr/include/SDL2/SDL_touch.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "NFDBITS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/select.h:80:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "CirculateNotify", "ns": 0, "location": "/usr/include/X11/X.h:205:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 26 }, +{ "tag": "const", "name": "ConfigureNotify", "ns": 0, "location": "/usr/include/X11/X.h:201:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "ConfigureRequest", "ns": 0, "location": "/usr/include/X11/X.h:202:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 23 }, +{ "tag": "const", "name": "GravityNotify", "ns": 0, "location": "/usr/include/X11/X.h:203:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "ResizeRequest", "ns": 0, "location": "/usr/include/X11/X.h:204:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 25 }, +{ "tag": "const", "name": "DestroyNotify", "ns": 0, "location": "/usr/include/X11/X.h:196:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "UnmapNotify", "ns": 0, "location": "/usr/include/X11/X.h:197:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 18 }, +{ "tag": "const", "name": "MapNotify", "ns": 0, "location": "/usr/include/X11/X.h:198:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "MapRequest", "ns": 0, "location": "/usr/include/X11/X.h:199:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "ReparentNotify", "ns": 0, "location": "/usr/include/X11/X.h:200:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "GraphicsExpose", "ns": 0, "location": "/usr/include/X11/X.h:192:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "NoExpose", "ns": 0, "location": "/usr/include/X11/X.h:193:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "VisibilityNotify", "ns": 0, "location": "/usr/include/X11/X.h:194:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "CreateNotify", "ns": 0, "location": "/usr/include/X11/X.h:195:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "_BITS_PTHREADTYPES_COMMON_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:20:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_STDLIB_H", "ns": 0, "location": "/usr/include/stdlib.h:35:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_MUTEX_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:27:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 40 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_ATTR_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:26:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 56 }, +{ "tag": "const", "name": "_BITS_PTHREADTYPES_ARCH_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:21:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "si_band", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:143:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_THREAD_SHARED_TYPES_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "si_fd", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:144:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "ELF_NPMU", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "ELF_NPKEY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:100:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "ELF_NVRREG32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:113:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "ELF_NVRREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:114:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:370:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:376:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ELF_CLASS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:118:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "ELF_NVSRHALFREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:115:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "ELF_ARCH", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:117:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "swscanf", "ns": 0, "location": "/usr/include/wchar.h:662:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "ELF_GREG_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:116:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "wscanf", "ns": 0, "location": "/usr/include/wchar.h:661:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "fwscanf", "ns": 0, "location": "/usr/include/wchar.h:660:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "ELF_DATA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:134:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XFIXES", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:398:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XRANDR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:399:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XSCRNSAVER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:400:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XSHAPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:401:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XVIDMODE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:402:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__restrict", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:387:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:403:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__inline", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:81:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__inline__", "ns": 0, "location": "/usr/include/SDL2/begin_code.h:132:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:404:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_KMSDRM", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:378:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XCURSOR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:393:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XDBE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:394:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ELF_NTMSPRREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:97:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XINERAMA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:395:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ELF_NEBB", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:98:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XINPUT2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:396:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:397:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ELF_NVSX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:96:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "SDL_ASSEMBLY_ROUTINES", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:460:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_GOT16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:182:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "SDL_FILESYSTEM_UNIX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:451:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_REL14_BRNTAKEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "R_PPC64_REL14_BRTAKEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:180:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "SDL_USE_IME", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:469:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "DYNAPI_NEEDS_DLOPEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:466:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_REL14", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:179:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "SDL_LIBSAMPLERATE_DYNAMIC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:478:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "libsamplerate.so.0" }, +{ "tag": "const", "name": "R_PPC64_COPY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:187:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "R_PPC64_GOT16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:185:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "SDL_UDEV_DYNAMIC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:472:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "libudev.so.1" }, +{ "tag": "const", "name": "R_PPC64_GOT16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:184:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "_FEATURES_H", "ns": 0, "location": "/usr/include/features.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USE_ISOC11", "ns": 0, "location": "/usr/include/features.h:241:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_GOT16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:183:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "_SYS_TYPES_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_VIDEO_RENDER_OGL_ES2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:416:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_UADDR32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:192:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "SDL_VIDEO_RENDER_OGL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:414:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_RELATIVE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:190:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "SDL_VIDEO_OPENGL_ES2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:423:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_JMP_SLOT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:189:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "SDL_VIDEO_OPENGL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:421:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_GLOB_DAT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:188:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "R_PPC64_PLT16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:197:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "SDL_VIDEO_OPENGL_GLX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:427:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_PLTREL32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:196:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "SDL_VIDEO_OPENGL_EGL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:426:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_PLT32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:195:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 27 }, +{ "tag": "const", "name": "SDL_POWER_LINUX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:439:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_REL32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:194:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 26 }, +{ "tag": "const", "name": "SDL_VIDEO_VULKAN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:433:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_UADDR16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:193:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 25 }, +{ "tag": "const", "name": "__USE_XOPEN2K", "ns": 0, "location": "/usr/include/features.h:332:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__mbstate_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/mbstate_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USE_XOPEN2K8", "ns": 0, "location": "/usr/include/features.h:340:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__wint_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/wint_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_WINT_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/wint_t.h:10:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_ADDR32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:169:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_NONE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:168:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__USE_ISOC95", "ns": 0, "location": "/usr/include/features.h:334:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_ADDR16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:173:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "__USE_ISOC99", "ns": 0, "location": "/usr/include/features.h:336:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_ADDR16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:172:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "R_PPC64_ADDR16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:171:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "__USE_POSIX", "ns": 0, "location": "/usr/include/features.h:316:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_ADDR24", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:170:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "WCHAR_MAX", "ns": 0, "location": "/usr/include/wchar.h:60:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "WEOF", "ns": 0, "location": "/usr/include/wchar.h:64:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "__USE_POSIX199309", "ns": 0, "location": "/usr/include/features.h:324:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_REL24", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:178:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "R_PPC64_ADDR14_BRNTAKEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:177:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "__USE_POSIX2", "ns": 0, "location": "/usr/include/features.h:320:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_ADDR14_BRTAKEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:176:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "WCHAR_MIN", "ns": 0, "location": "/usr/include/wchar.h:59:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "R_PPC64_ADDR16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:174:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "__USE_POSIX199506", "ns": 0, "location": "/usr/include/features.h:328:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "____mbstate_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__mbstate_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_ADDR14", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:175:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "M_PI", "ns": 0, "location": "/usr/include/math.h:1131:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 3.141593e+00 }, +{ "tag": "const", "name": "__GNUC_VA_LIST", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stdarg.h:31:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "M_LN2", "ns": 0, "location": "/usr/include/math.h:1129:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 6.931472e-01 }, +{ "tag": "const", "name": "M_LN10", "ns": 0, "location": "/usr/include/math.h:1130:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.302585e+00 }, +{ "tag": "const", "name": "M_LOG10E", "ns": 0, "location": "/usr/include/math.h:1128:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 4.342945e-01 }, +{ "tag": "const", "name": "_____fpos_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__fpos_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USE_FORTIFY_LEVEL", "ns": 0, "location": "/usr/include/features.h:414:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__USE_MISC", "ns": 0, "location": "/usr/include/features.h:384:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__USE_ATFILE", "ns": 0, "location": "/usr/include/features.h:388:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__GLIBC_USE_DEPRECATED_GETS", "ns": 0, "location": "/usr/include/features.h:422:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__GLIBC_USE_DEPRECATED_SCANF", "ns": 0, "location": "/usr/include/features.h:445:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__GLIBC_USE_ISOC2X", "ns": 0, "location": "/usr/include/features.h:235:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__FILE_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/FILE.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "scanf", "ns": 0, "location": "/usr/include/stdio.h:425:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "FLT_RADIX", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:84:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "fscanf", "ns": 0, "location": "/usr/include/stdio.h:424:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "FLT_ROUNDS", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:83:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__struct_FILE_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FLT_EVAL_METHOD", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:82:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "vsscanf", "ns": 0, "location": "/usr/include/stdio.h:479:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "M_2_SQRTPI", "ns": 0, "location": "/usr/include/math.h:1136:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.128379e+00 }, +{ "tag": "const", "name": "M_2_PI", "ns": 0, "location": "/usr/include/math.h:1135:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 6.366198e-01 }, +{ "tag": "const", "name": "M_1_PI", "ns": 0, "location": "/usr/include/math.h:1134:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 3.183099e-01 }, +{ "tag": "const", "name": "sscanf", "ns": 0, "location": "/usr/include/stdio.h:426:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "____FILE_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__FILE.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "vfscanf", "ns": 0, "location": "/usr/include/stdio.h:477:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "M_PI_4", "ns": 0, "location": "/usr/include/math.h:1133:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 7.853982e-01 }, +{ "tag": "const", "name": "vscanf", "ns": 0, "location": "/usr/include/stdio.h:478:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "M_PI_2", "ns": 0, "location": "/usr/include/math.h:1132:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.570796e+00 }, +{ "tag": "const", "name": "M_SQRT1_2", "ns": 0, "location": "/usr/include/math.h:1138:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 7.071068e-01 }, +{ "tag": "const", "name": "_____fpos64_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__fpos64_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "M_SQRT2", "ns": 0, "location": "/usr/include/math.h:1137:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.414214e+00 }, +{ "tag": "const", "name": "SDL_Colour", "ns": 0, "location": "/usr/include/SDL2/SDL_pixels.h:311:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_MIX_MAXVOLUME", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:1085:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "DBL_MAX_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:107:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "LDBL_MAX_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:108:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "FLT_MAX_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 38 }, +{ "tag": "const", "name": "DBL_MAX_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 308 }, +{ "tag": "const", "name": "LDBL_MAX_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:112:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 308 }, +{ "tag": "const", "name": "_STDIO_H", "ns": 0, "location": "/usr/include/stdio.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "DBL_MIN_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:103:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -307 }, +{ "tag": "const", "name": "FLT_MIN_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:102:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -37 }, +{ "tag": "const", "name": "LDBL_MIN_10_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:104:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -291 }, +{ "tag": "const", "name": "FLT_MAX_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:106:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "DBL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:95:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "LDBL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:96:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "FLT_MIN_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:98:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -125 }, +{ "tag": "const", "name": "DBL_MIN_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1021 }, +{ "tag": "const", "name": "LDBL_MIN_EXP", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:100:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -968 }, +{ "tag": "const", "name": "FLT_MANT_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:86:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "DBL_MANT_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:87:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 53 }, +{ "tag": "const", "name": "LDBL_MANT_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:88:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 106 }, +{ "tag": "const", "name": "DECIMAL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:91:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "FLT_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:94:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "LDBL_DECIMAL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:132:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "FLT_HAS_SUBNORM", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:133:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_FUNCS_EXT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/libc-header-start.h:70:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DBL_HAS_SUBNORM", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:134:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LDBL_HAS_SUBNORM", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:135:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "DBL_TRUE_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:128:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 4.940656e-324 }, +{ "tag": "const", "name": "LDBL_TRUE_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:129:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 4.940656e-324 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_TYPES_EXT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/libc-header-start.h:85:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FLT_DECIMAL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:130:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "DBL_DECIMAL_DIG", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:131:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_FUNCS_EXT_C2X", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/libc-header-start.h:76:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "LDBL_EPSILON", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:120:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 4.940656e-324 }, +{ "tag": "const", "name": "LDBL_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:124:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.004168e-292 }, +{ "tag": "const", "name": "__GLIBC_USE_LIB_EXT2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/libc-header-start.h:42:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FLT_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:122:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.175494e-38 }, +{ "tag": "const", "name": "DBL_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:123:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.225074e-308 }, +{ "tag": "const", "name": "FLT_MAX", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:114:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 3.402823e+38 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_BFP_EXT_C2X", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/libc-header-start.h:59:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DBL_MAX", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:115:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.797693e+308 }, +{ "tag": "const", "name": "FLT_EPSILON", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:118:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.192093e-07 }, +{ "tag": "const", "name": "DBL_EPSILON", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:119:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.220446e-16 }, +{ "tag": "const", "name": "__GLIBC_USE_IEC_60559_BFP_EXT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/libc-header-start.h:53:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FLT_TRUE_MIN", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:127:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.401298e-45 }, +{ "tag": "const", "name": "AllPlanes", "ns": 0, "location": "/usr/include/X11/Xlib.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "LDBL_MAX", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/float.h:116:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.797693e+308 }, +{ "tag": "const", "name": "R_PPC64_SECTOFF_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:203:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 35 }, +{ "tag": "const", "name": "R_PPC64_SECTOFF_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:204:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36 }, +{ "tag": "const", "name": "R_PPC64_ADDR30", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:205:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 37 }, +{ "tag": "const", "name": "R_PPC64_ADDR64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:206:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 38 }, +{ "tag": "const", "name": "R_PPC64_PLT16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:198:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 30 }, +{ "tag": "const", "name": "R_PPC64_PLT16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:199:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "R_PPC64_SECTOFF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:201:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "R_PPC64_SECTOFF_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:202:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "R_PPC64_UADDR64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:211:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 43 }, +{ "tag": "const", "name": "R_PPC64_ADDR16_HIGHER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:207:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 39 }, +{ "tag": "const", "name": "SDL_HINT_ALLOW_ALT_TAB_WHILE_GRABBED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:72:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ALLOW_ALT_TAB_WHILE_GRABBED" }, +{ "tag": "const", "name": "R_PPC64_ADDR16_HIGHERA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:208:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 40 }, +{ "tag": "const", "name": "R_PPC64_ADDR16_HIGHEST", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:209:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 41 }, +{ "tag": "const", "name": "SDL_HINT_ACCELEROMETER_AS_JOYSTICK", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:58:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ACCELEROMETER_AS_JOYSTICK" }, +{ "tag": "const", "name": "R_PPC64_ADDR16_HIGHESTA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:210:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 42 }, +{ "tag": "const", "name": "VisibilityPartiallyObscured", "ns": 0, "location": "/usr/include/X11/X.h:288:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_INPUT_LINUXKD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:309:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "VisibilityUnobscured", "ns": 0, "location": "/usr/include/X11/X.h:287:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_JOYSTICK_LINUX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:318:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyDetailNone", "ns": 0, "location": "/usr/include/X11/X.h:283:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "SDL_JOYSTICK_HIDAPI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:323:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyPointerRoot", "ns": 0, "location": "/usr/include/X11/X.h:282:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SDL_JOYSTICK_VIRTUAL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:326:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FamilyInternet", "ns": 0, "location": "/usr/include/X11/X.h:298:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HAPTIC_LINUX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:329:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PlaceOnBottom", "ns": 0, "location": "/usr/include/X11/X.h:294:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_SENSOR_DUMMY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:338:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PlaceOnTop", "ns": 0, "location": "/usr/include/X11/X.h:293:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_LOADSO_DLOPEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:341:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "VisibilityFullyObscured", "ns": 0, "location": "/usr/include/X11/X.h:289:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_THREAD_PTHREAD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:349:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_THREAD_PTHREAD_RECURSIVE_MUTEX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:350:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyAncestor", "ns": 0, "location": "/usr/include/X11/X.h:276:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_TIMER_UNIX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:358:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyHint", "ns": 0, "location": "/usr/include/X11/X.h:272:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyWhileGrabbed", "ns": 0, "location": "/usr/include/X11/X.h:270:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_DUMMY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:367:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NotifyUngrab", "ns": 0, "location": "/usr/include/X11/X.h:269:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_VIDEO_DRIVER_WAYLAND", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:369:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_AUDIOCVT_MAX_FILTERS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:205:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "NotifyPointer", "ns": 0, "location": "/usr/include/X11/X.h:281:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "NotifyNonlinearVirtual", "ns": 0, "location": "/usr/include/X11/X.h:280:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "NotifyNonlinear", "ns": 0, "location": "/usr/include/X11/X.h:279:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "NotifyInferior", "ns": 0, "location": "/usr/include/X11/X.h:278:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "NotifyVirtual", "ns": 0, "location": "/usr/include/X11/X.h:277:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AUDIO_U16", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:97:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_ENABLE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1082:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Button2", "ns": 0, "location": "/usr/include/X11/X.h:260:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "AUDIO_S16", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:98:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32784 }, +{ "tag": "const", "name": "AnyModifier", "ns": 0, "location": "/usr/include/X11/X.h:252:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "AUDIO_S32LSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:105:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32800 }, +{ "tag": "const", "name": "Button5Mask", "ns": 0, "location": "/usr/include/X11/X.h:250:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SDL_QUERY", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1079:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "AUDIO_S32MSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:106:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36896 }, +{ "tag": "const", "name": "Button4Mask", "ns": 0, "location": "/usr/include/X11/X.h:249:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "AUDIO_S32", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:107:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32800 }, +{ "tag": "const", "name": "SDL_IGNORE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1080:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AUDIO_F32LSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:114:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33056 }, +{ "tag": "const", "name": "NotifyGrab", "ns": 0, "location": "/usr/include/X11/X.h:268:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AUDIO_F32MSB", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:115:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 37152 }, +{ "tag": "const", "name": "SDL_DISABLE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:1081:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "AUDIO_F32", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:116:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33056 }, +{ "tag": "const", "name": "Button5", "ns": 0, "location": "/usr/include/X11/X.h:263:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "AUDIO_U16SYS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:124:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "Button4", "ns": 0, "location": "/usr/include/X11/X.h:262:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "AUDIO_S16SYS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:125:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32784 }, +{ "tag": "const", "name": "AUDIO_S32SYS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:126:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32800 }, +{ "tag": "const", "name": "Mod3MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:238:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "Mod2MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:237:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "AUDIO_F32SYS", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:127:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33056 }, +{ "tag": "const", "name": "Mod1MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:236:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "Button3", "ns": 0, "location": "/usr/include/X11/X.h:261:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_FREQUENCY_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:142:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ControlMapIndex", "ns": 0, "location": "/usr/include/X11/X.h:235:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_FORMAT_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:143:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "Button3Mask", "ns": 0, "location": "/usr/include/X11/X.h:248:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_CHANNELS_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:144:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "Button2Mask", "ns": 0, "location": "/usr/include/X11/X.h:247:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_SAMPLES_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:145:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "NotifyNormal", "ns": 0, "location": "/usr/include/X11/X.h:267:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "Button1Mask", "ns": 0, "location": "/usr/include/X11/X.h:246:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "Mod4MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:239:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SDL_AUDIO_ALLOW_ANY_CHANGE", "ns": 0, "location": "/usr/include/SDL2/SDL_audio.h:146:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "Mod5MapIndex", "ns": 0, "location": "/usr/include/X11/X.h:240:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "Mod1Mask", "ns": 0, "location": "/usr/include/X11/X.h:224:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "Mod2Mask", "ns": 0, "location": "/usr/include/X11/X.h:225:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "Button1", "ns": 0, "location": "/usr/include/X11/X.h:259:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LockMask", "ns": 0, "location": "/usr/include/X11/X.h:222:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "ControlMask", "ns": 0, "location": "/usr/include/X11/X.h:223:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "ShiftMapIndex", "ns": 0, "location": "/usr/include/X11/X.h:233:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "LockMapIndex", "ns": 0, "location": "/usr/include/X11/X.h:234:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Mod3Mask", "ns": 0, "location": "/usr/include/X11/X.h:226:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "Mod5Mask", "ns": 0, "location": "/usr/include/X11/X.h:228:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "Mod4Mask", "ns": 0, "location": "/usr/include/X11/X.h:227:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "SelectionNotify", "ns": 0, "location": "/usr/include/X11/X.h:210:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "ColormapNotify", "ns": 0, "location": "/usr/include/X11/X.h:211:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "SelectionClear", "ns": 0, "location": "/usr/include/X11/X.h:208:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "SelectionRequest", "ns": 0, "location": "/usr/include/X11/X.h:209:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 30 }, +{ "tag": "const", "name": "LASTEvent", "ns": 0, "location": "/usr/include/X11/X.h:215:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36 }, +{ "tag": "const", "name": "GenericEvent", "ns": 0, "location": "/usr/include/X11/X.h:214:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 35 }, +{ "tag": "const", "name": "ShiftMask", "ns": 0, "location": "/usr/include/X11/X.h:221:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ClientMessage", "ns": 0, "location": "/usr/include/X11/X.h:212:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "MappingNotify", "ns": 0, "location": "/usr/include/X11/X.h:213:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "CirculateRequest", "ns": 0, "location": "/usr/include/X11/X.h:206:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 27 }, +{ "tag": "const", "name": "PropertyNotify", "ns": 0, "location": "/usr/include/X11/X.h:207:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "SIG_UNBLOCK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:80:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SIG_SETMASK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:81:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "_ALLOCA_H", "ns": 0, "location": "/usr/include/alloca.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "NSIG", "ns": 0, "location": "/usr/include/signal.h:184:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65 }, +{ "tag": "const", "name": "__aligned_u64", "ns": 0, "location": "/usr/include/linux/types.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__aligned_be64", "ns": 0, "location": "/usr/include/linux/types.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__aligned_le64", "ns": 0, "location": "/usr/include/linux/types.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_BITS_SIGACTION_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_TLSGD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:278:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 107 }, +{ "tag": "const", "name": "__bitwise", "ns": 0, "location": "/usr/include/linux/types.h:22:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "sa_sigaction", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:40:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "R_PPC64_DTPREL16_HIGHEST", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:276:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 105 }, +{ "tag": "const", "name": "sa_handler", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:39:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "R_PPC64_DTPREL16_HIGHESTA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:277:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 106 }, +{ "tag": "const", "name": "R_PPC64_DTPREL16_HIGHER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:274:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 103 }, +{ "tag": "const", "name": "SA_SIGINFO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SA_NOCLDWAIT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SA_NOCLDSTOP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_DTPREL16_HIGHERA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:275:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 104 }, +{ "tag": "const", "name": "R_PPC64_DTPREL16_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:272:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 101 }, +{ "tag": "const", "name": "R_PPC64_DTPREL16_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:273:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 102 }, +{ "tag": "const", "name": "R_PPC64_TPREL16_HIGHEST", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:270:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 99 }, +{ "tag": "const", "name": "SA_RESETHAND", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:67:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483648 }, +{ "tag": "const", "name": "R_PPC64_TPREL16_HIGHESTA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:271:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 100 }, +{ "tag": "const", "name": "SA_NODEFER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:65:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1073741824 }, +{ "tag": "const", "name": "SA_RESTART", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:64:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 268435456 }, +{ "tag": "const", "name": "R_PPC64_TPREL16_HIGHER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:268:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 97 }, +{ "tag": "const", "name": "SA_ONSTACK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:61:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 134217728 }, +{ "tag": "const", "name": "R_PPC64_TPREL16_HIGHERA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:269:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 98 }, +{ "tag": "const", "name": "SIG_BLOCK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:79:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SA_STACK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:75:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 134217728 }, +{ "tag": "const", "name": "R_PPC64_TPREL16_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:267:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 96 }, +{ "tag": "const", "name": "R_PPC64_TPREL16_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:266:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 95 }, +{ "tag": "const", "name": "SA_ONESHOT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:74:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483648 }, +{ "tag": "const", "name": "R_PPC64_GOT_DTPREL16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:264:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 93 }, +{ "tag": "const", "name": "SA_NOMASK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:73:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1073741824 }, +{ "tag": "const", "name": "R_PPC64_GOT_DTPREL16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:265:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 94 }, +{ "tag": "const", "name": "SA_INTERRUPT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigaction.h:70:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 536870912 }, +{ "tag": "const", "name": "PT_LNK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:101:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36 }, +{ "tag": "const", "name": "PT_CTR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:100:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 35 }, +{ "tag": "const", "name": "PT_ORIG_R3", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "PT_CCR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:103:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 38 }, +{ "tag": "const", "name": "PT_XER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:102:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 37 }, +{ "tag": "const", "name": "PT_R31", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:95:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "__sigevent_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigevent_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PT_R30", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:94:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 30 }, +{ "tag": "const", "name": "__SIGEV_MAX_SIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigevent_t.h:8:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "PT_R29", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:93:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "PT_MSR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:98:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "PT_NIP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:97:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "PT_R25", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:89:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 25 }, +{ "tag": "const", "name": "PT_R24", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:88:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "PT_R28", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:92:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "__SIGEV_PAD_SIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigevent_t.h:10:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "PT_R27", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:91:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 27 }, +{ "tag": "const", "name": "PT_R26", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:90:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 26 }, +{ "tag": "const", "name": "PT_R20", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:84:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "PT_R19", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:83:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "PT_R18", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:82:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 18 }, +{ "tag": "const", "name": "PT_R23", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:87:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 23 }, +{ "tag": "const", "name": "PT_R22", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:86:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "PT_R21", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:85:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "PT_R14", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:78:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "sigev_notify_function", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigevent_t.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PT_R15", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:79:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "PT_R13", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:77:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "sigev_notify_attributes", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/sigevent_t.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PT_R17", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:81:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "PT_R16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:80:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SIGEV_NONE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigevent-consts.h:32:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PT_R9", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "SIGEV_THREAD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigevent-consts.h:34:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PT_R8", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:72:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "_BITS_SIGEVENT_CONSTS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigevent-consts.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PT_R12", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:76:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "SIGEV_SIGNAL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigevent-consts.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PT_R11", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:75:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "PT_R10", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:74:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "PT_R4", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:68:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "PT_R2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:66:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PT_R3", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:67:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "PT_R6", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:70:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SIGEV_THREAD_ID", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigevent-consts.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "PT_R7", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:71:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "PT_R5", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:69:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "PT_R1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:65:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PT_R0", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:64:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "R_PPC64_ADDR16_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:226:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 57 }, +{ "tag": "const", "name": "R_PPC64_GOT16_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:227:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 58 }, +{ "tag": "const", "name": "R_PPC64_GOT16_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:228:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 59 }, +{ "tag": "const", "name": "R_PPC64_PLT16_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:229:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 60 }, +{ "tag": "const", "name": "R_PPC64_PLTGOT16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:221:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 53 }, +{ "tag": "const", "name": "R_PPC64_PLTGOT16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:222:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 54 }, +{ "tag": "const", "name": "R_PPC64_PLTGOT16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:223:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 55 }, +{ "tag": "const", "name": "R_PPC64_ADDR16_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:225:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 56 }, +{ "tag": "const", "name": "R_PPC64_TOC16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:217:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 49 }, +{ "tag": "const", "name": "R_PPC64_TOC16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:218:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 50 }, +{ "tag": "const", "name": "R_PPC64_TOC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:219:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 51 }, +{ "tag": "const", "name": "R_PPC64_PLTGOT16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:220:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 52 }, +{ "tag": "const", "name": "R_PPC64_PLT64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:213:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 45 }, +{ "tag": "const", "name": "R_PPC64_PLTREL64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:214:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 46 }, +{ "tag": "const", "name": "R_PPC64_TOC16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:215:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 47 }, +{ "tag": "const", "name": "R_PPC64_TOC16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:216:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 48 }, +{ "tag": "const", "name": "R_PPC64_REL64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:212:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 44 }, +{ "tag": "const", "name": "PT_VSCR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:129:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 147 }, +{ "tag": "const", "name": "PT_VRSAVE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:130:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 148 }, +{ "tag": "const", "name": "PT_VSR0", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:136:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 150 }, +{ "tag": "const", "name": "PT_FPSCR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:125:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 80 }, +{ "tag": "const", "name": "PT_VR0", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:128:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 82 }, +{ "tag": "const", "name": "PT_DSCR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:113:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 44 }, +{ "tag": "const", "name": "PT_REGS_COUNT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:114:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 44 }, +{ "tag": "const", "name": "PT_FPR0", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:116:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 48 }, +{ "tag": "const", "name": "PT_DSISR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 42 }, +{ "tag": "const", "name": "PT_RESULT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:112:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 43 }, +{ "tag": "const", "name": "PT_SOFTE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:107:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 39 }, +{ "tag": "const", "name": "PT_TRAP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:109:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 40 }, +{ "tag": "const", "name": "PT_DAR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 41 }, +{ "tag": "const", "name": "R_PPC64_GOT_TPREL16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:261:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 90 }, +{ "tag": "const", "name": "R_PPC64_GOT_TPREL16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:260:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 89 }, +{ "tag": "const", "name": "R_PPC64_GOT_DTPREL16_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:263:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 92 }, +{ "tag": "const", "name": "R_PPC64_GOT_DTPREL16_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:262:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 91 }, +{ "tag": "const", "name": "R_PPC64_GOT_TLSLD16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:257:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 86 }, +{ "tag": "const", "name": "R_PPC64_GOT_TLSLD16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:256:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 85 }, +{ "tag": "const", "name": "R_PPC64_GOT_TPREL16_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:259:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 88 }, +{ "tag": "const", "name": "R_PPC64_GOT_TPREL16_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:258:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 87 }, +{ "tag": "const", "name": "R_PPC64_GOT_TLSGD16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:253:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 82 }, +{ "tag": "const", "name": "R_PPC64_GOT_TLSGD16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:252:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 81 }, +{ "tag": "const", "name": "R_PPC64_GOT_TLSLD16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:255:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 84 }, +{ "tag": "const", "name": "R_PPC64_GOT_TLSLD16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:254:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 83 }, +{ "tag": "const", "name": "R_PPC64_DTPREL64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:249:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 78 }, +{ "tag": "const", "name": "R_PPC64_DTPREL16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:248:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 77 }, +{ "tag": "const", "name": "R_PPC64_GOT_TLSGD16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:251:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 80 }, +{ "tag": "const", "name": "R_PPC64_GOT_TLSGD16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:250:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 79 }, +{ "tag": "const", "name": "GrabNotViewable", "ns": 0, "location": "/usr/include/X11/X.h:326:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "R_PPC64_DTPREL16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:245:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 74 }, +{ "tag": "const", "name": "R_PPC64_TPREL64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:244:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 73 }, +{ "tag": "const", "name": "GrabFrozen", "ns": 0, "location": "/usr/include/X11/X.h:327:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "R_PPC64_DTPREL16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:247:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 76 }, +{ "tag": "const", "name": "R_PPC64_DTPREL16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:246:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 75 }, +{ "tag": "const", "name": "R_PPC64_TPREL16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:241:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 70 }, +{ "tag": "const", "name": "GrabModeAsync", "ns": 0, "location": "/usr/include/X11/X.h:319:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_TPREL16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:240:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 69 }, +{ "tag": "const", "name": "GrabSuccess", "ns": 0, "location": "/usr/include/X11/X.h:323:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "R_PPC64_TPREL16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:243:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 72 }, +{ "tag": "const", "name": "AlreadyGrabbed", "ns": 0, "location": "/usr/include/X11/X.h:324:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GrabInvalidTime", "ns": 0, "location": "/usr/include/X11/X.h:325:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "R_PPC64_TPREL16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:242:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 71 }, +{ "tag": "const", "name": "PropertyNewValue", "ns": 0, "location": "/usr/include/X11/X.h:308:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "vfwscanf", "ns": 0, "location": "/usr/include/wchar.h:716:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "vwscanf", "ns": 0, "location": "/usr/include/wchar.h:717:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "R_PPC64_PLTGOT16_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:234:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65 }, +{ "tag": "const", "name": "R_PPC64_PLTGOT16_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:235:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 66 }, +{ "tag": "const", "name": "vswscanf", "ns": 0, "location": "/usr/include/wchar.h:718:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "R_PPC64_DTPMOD64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:239:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 68 }, +{ "tag": "const", "name": "ColormapUninstalled", "ns": 0, "location": "/usr/include/X11/X.h:313:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "ColormapInstalled", "ns": 0, "location": "/usr/include/X11/X.h:314:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_TLS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:238:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 67 }, +{ "tag": "const", "name": "GrabModeSync", "ns": 0, "location": "/usr/include/X11/X.h:318:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "R_PPC64_SECTOFF_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:231:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 62 }, +{ "tag": "const", "name": "PropertyDelete", "ns": 0, "location": "/usr/include/X11/X.h:309:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FamilyDECnet", "ns": 0, "location": "/usr/include/X11/X.h:299:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "R_PPC64_SECTOFF_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:230:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 61 }, +{ "tag": "const", "name": "FamilyChaos", "ns": 0, "location": "/usr/include/X11/X.h:300:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "R_PPC64_TOC16_LO_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:233:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "FamilyInternet6", "ns": 0, "location": "/usr/include/X11/X.h:301:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "FamilyServerInterpreted", "ns": 0, "location": "/usr/include/X11/X.h:304:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "R_PPC64_TOC16_DS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:232:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 63 }, +{ "tag": "const", "name": "AsyncPointer", "ns": 0, "location": "/usr/include/X11/X.h:331:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SyncPointer", "ns": 0, "location": "/usr/include/X11/X.h:332:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AsyncBoth", "ns": 0, "location": "/usr/include/X11/X.h:337:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SyncBoth", "ns": 0, "location": "/usr/include/X11/X.h:338:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "RevertToNone", "ns": 0, "location": "/usr/include/X11/X.h:342:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "RevertToParent", "ns": 0, "location": "/usr/include/X11/X.h:344:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "RevertToPointerRoot", "ns": 0, "location": "/usr/include/X11/X.h:343:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ReplayPointer", "ns": 0, "location": "/usr/include/X11/X.h:333:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "AsyncKeyboard", "ns": 0, "location": "/usr/include/X11/X.h:334:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SyncKeyboard", "ns": 0, "location": "/usr/include/X11/X.h:335:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "ReplayKeyboard", "ns": 0, "location": "/usr/include/X11/X.h:336:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "BadAtom", "ns": 0, "location": "/usr/include/X11/X.h:355:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "BadPixmap", "ns": 0, "location": "/usr/include/X11/X.h:354:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "BadCursor", "ns": 0, "location": "/usr/include/X11/X.h:356:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "BadFont", "ns": 0, "location": "/usr/include/X11/X.h:357:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "BadMatch", "ns": 0, "location": "/usr/include/X11/X.h:358:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "Success", "ns": 0, "location": "/usr/include/X11/X.h:350:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "BadRequest", "ns": 0, "location": "/usr/include/X11/X.h:351:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "BadValue", "ns": 0, "location": "/usr/include/X11/X.h:352:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "BadWindow", "ns": 0, "location": "/usr/include/X11/X.h:353:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "BadName", "ns": 0, "location": "/usr/include/X11/X.h:373:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "BadIDChoice", "ns": 0, "location": "/usr/include/X11/X.h:372:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "BadImplementation", "ns": 0, "location": "/usr/include/X11/X.h:375:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "BadLength", "ns": 0, "location": "/usr/include/X11/X.h:374:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "BadAccess", "ns": 0, "location": "/usr/include/X11/X.h:360:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "BadDrawable", "ns": 0, "location": "/usr/include/X11/X.h:359:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "BadGC", "ns": 0, "location": "/usr/include/X11/X.h:371:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "BadAlloc", "ns": 0, "location": "/usr/include/X11/X.h:369:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "BadColor", "ns": 0, "location": "/usr/include/X11/X.h:370:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "CWBorderPixmap", "ns": 0, "location": "/usr/include/X11/X.h:394:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "CWBackPixel", "ns": 0, "location": "/usr/include/X11/X.h:393:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "CWBitGravity", "ns": 0, "location": "/usr/include/X11/X.h:396:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "CWBorderPixel", "ns": 0, "location": "/usr/include/X11/X.h:395:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "LastExtensionError", "ns": 0, "location": "/usr/include/X11/X.h:378:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "FirstExtensionError", "ns": 0, "location": "/usr/include/X11/X.h:377:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "CWBackPixmap", "ns": 0, "location": "/usr/include/X11/X.h:392:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "InputOutput", "ns": 0, "location": "/usr/include/X11/X.h:387:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "InputOnly", "ns": 0, "location": "/usr/include/X11/X.h:388:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "CWEventMask", "ns": 0, "location": "/usr/include/X11/X.h:403:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "CWSaveUnder", "ns": 0, "location": "/usr/include/X11/X.h:402:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "CWColormap", "ns": 0, "location": "/usr/include/X11/X.h:405:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "CWDontPropagate", "ns": 0, "location": "/usr/include/X11/X.h:404:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "CWBackingPlanes", "ns": 0, "location": "/usr/include/X11/X.h:399:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "CWBackingStore", "ns": 0, "location": "/usr/include/X11/X.h:398:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "CWWinGravity", "ns": 0, "location": "/usr/include/X11/X.h:397:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "CWOverrideRedirect", "ns": 0, "location": "/usr/include/X11/X.h:401:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "CWBackingPixel", "ns": 0, "location": "/usr/include/X11/X.h:400:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "CWStackMode", "ns": 0, "location": "/usr/include/X11/X.h:416:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "CWSibling", "ns": 0, "location": "/usr/include/X11/X.h:415:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "CWBorderWidth", "ns": 0, "location": "/usr/include/X11/X.h:414:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "NorthWestGravity", "ns": 0, "location": "/usr/include/X11/X.h:422:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ForgetGravity", "ns": 0, "location": "/usr/include/X11/X.h:421:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "CWY", "ns": 0, "location": "/usr/include/X11/X.h:411:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "CWX", "ns": 0, "location": "/usr/include/X11/X.h:410:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CWCursor", "ns": 0, "location": "/usr/include/X11/X.h:406:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "CWHeight", "ns": 0, "location": "/usr/include/X11/X.h:413:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "CWWidth", "ns": 0, "location": "/usr/include/X11/X.h:412:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SouthEastGravity", "ns": 0, "location": "/usr/include/X11/X.h:430:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "EastGravity", "ns": 0, "location": "/usr/include/X11/X.h:427:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "__GCC_HAVE_DWARF2_CFI_ASM", "ns": 0, "location": ":1:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SouthWestGravity", "ns": 0, "location": "/usr/include/X11/X.h:428:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "SouthGravity", "ns": 0, "location": "/usr/include/X11/X.h:429:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "WestGravity", "ns": 0, "location": "/usr/include/X11/X.h:425:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "CenterGravity", "ns": 0, "location": "/usr/include/X11/X.h:426:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "NorthGravity", "ns": 0, "location": "/usr/include/X11/X.h:423:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "NorthEastGravity", "ns": 0, "location": "/usr/include/X11/X.h:424:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_MUTEX_MAXWAIT", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "IsViewable", "ns": 0, "location": "/usr/include/X11/X.h:447:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_MUTEX_TIMEDOUT", "ns": 0, "location": "/usr/include/SDL2/SDL_mutex.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "IsUnmapped", "ns": 0, "location": "/usr/include/X11/X.h:445:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "IsUnviewable", "ns": 0, "location": "/usr/include/X11/X.h:446:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "WhenMapped", "ns": 0, "location": "/usr/include/X11/X.h:440:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Always", "ns": 0, "location": "/usr/include/X11/X.h:441:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "StaticGravity", "ns": 0, "location": "/usr/include/X11/X.h:431:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "NotUseful", "ns": 0, "location": "/usr/include/X11/X.h:439:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "UnmapGravity", "ns": 0, "location": "/usr/include/X11/X.h:435:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_SWSURFACE", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_IPHONE_MAX_GFORCE", "ns": 0, "location": "/usr/include/SDL2/SDL_joystick.h:113:9", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 5.000000e+00 }, +{ "tag": "const", "name": "HAS_BUILTIN_BSWAP64", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:936:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "HAS_BUILTIN_BSWAP16", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:937:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "HAS_BROKEN_BSWAP", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:938:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "HAS_BUILTIN_BSWAP32", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:939:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_BIG_ENDIAN", "ns": 0, "location": "/usr/include/SDL2/SDL_endian.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "SDL_BYTEORDER", "ns": 0, "location": "/usr/include/SDL2/SDL_endian.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "SDL_LIL_ENDIAN", "ns": 0, "location": "/usr/include/SDL2/SDL_endian.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "R_PPC64_REL16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:284:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 249 }, +{ "tag": "const", "name": "XNPreeditCaretCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1196:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditCaretCallback" }, +{ "tag": "const", "name": "R_PPC64_ENTRY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:282:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 118 }, +{ "tag": "const", "name": "XNPreeditStateNotifyCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1197:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditStateNotifyCallback" }, +{ "tag": "const", "name": "R_PPC64_TOCSAVE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:280:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 109 }, +{ "tag": "const", "name": "XNPreeditDoneCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1194:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditDoneCallback" }, +{ "tag": "const", "name": "R_PPC64_TLSLD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:279:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 108 }, +{ "tag": "const", "name": "XNPreeditDrawCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1195:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditDrawCallback" }, +{ "tag": "const", "name": "XNFilterEvents", "ns": 0, "location": "/usr/include/X11/Xlib.h:1192:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "filterEvents" }, +{ "tag": "const", "name": "SDL_INIT_NOPARACHUTE", "ns": 0, "location": "/usr/include/SDL2/SDL.h:89:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1048576 }, +{ "tag": "const", "name": "SDL_MAX_LOG_MESSAGE", "ns": 0, "location": "/usr/include/SDL2/SDL_log.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SDL_INIT_EVERYTHING", "ns": 0, "location": "/usr/include/SDL2/SDL.h:90:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 62001 }, +{ "tag": "const", "name": "SDL_INIT_GAMECONTROLLER", "ns": 0, "location": "/usr/include/SDL2/SDL.h:86:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "XNPreeditStartCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1193:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditStartCallback" }, +{ "tag": "const", "name": "XNGeometryCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1190:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "geometryCallback" }, +{ "tag": "const", "name": "SDL_INIT_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL.h:87:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "XNDestroyCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1191:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "destroyCallback" }, +{ "tag": "const", "name": "SDL_INIT_SENSOR", "ns": 0, "location": "/usr/include/SDL2/SDL.h:88:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "XNFocusWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1187:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "focusWindow" }, +{ "tag": "const", "name": "XlibSpecificationRelease", "ns": 0, "location": "/usr/include/X11/Xlib.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "XNResourceName", "ns": 0, "location": "/usr/include/X11/Xlib.h:1188:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "resourceName" }, +{ "tag": "const", "name": "XNResourceClass", "ns": 0, "location": "/usr/include/X11/Xlib.h:1189:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "resourceClass" }, +{ "tag": "const", "name": "XNClientWindow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1185:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "clientWindow" }, +{ "tag": "const", "name": "XNInputStyle", "ns": 0, "location": "/usr/include/X11/Xlib.h:1186:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "inputStyle" }, +{ "tag": "const", "name": "SCNu8", "ns": 0, "location": "/usr/include/inttypes.h:203:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhu" }, +{ "tag": "const", "name": "R_PPC64_NUM", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:290:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 253 }, +{ "tag": "const", "name": "XNVaNestedList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1183:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "XNVaNestedList" }, +{ "tag": "const", "name": "SCNu16", "ns": 0, "location": "/usr/include/inttypes.h:204:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hu" }, +{ "tag": "const", "name": "R_PPC64_REL16_HA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:287:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 252 }, +{ "tag": "const", "name": "XNQueryInputStyle", "ns": 0, "location": "/usr/include/X11/Xlib.h:1184:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "queryInputStyle" }, +{ "tag": "const", "name": "SCNu32", "ns": 0, "location": "/usr/include/inttypes.h:205:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "R_PPC64_REL16_HI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:286:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 251 }, +{ "tag": "const", "name": "SCNiFAST32", "ns": 0, "location": "/usr/include/inttypes.h:199:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "XIMStatusNothing", "ns": 0, "location": "/usr/include/X11/Xlib.h:1180:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "R_PPC64_REL16_LO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/elf.h:285:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 250 }, +{ "tag": "const", "name": "SCNiFAST64", "ns": 0, "location": "/usr/include/inttypes.h:200:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "XIMStatusNone", "ns": 0, "location": "/usr/include/X11/Xlib.h:1181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "__stack_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/stack_t.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNCursor", "ns": 0, "location": "/usr/include/X11/Xlib.h:1213:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "cursor" }, +{ "tag": "const", "name": "XNQueryIMValuesList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1215:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "queryIMValuesList" }, +{ "tag": "const", "name": "XNFontSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:1211:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "fontSet" }, +{ "tag": "const", "name": "XNLineSpace", "ns": 0, "location": "/usr/include/X11/Xlib.h:1212:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lineSpace" }, +{ "tag": "const", "name": "X_PROTOCOL", "ns": 0, "location": "/usr/include/X11/X.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "XNBackground", "ns": 0, "location": "/usr/include/X11/Xlib.h:1209:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "background" }, +{ "tag": "const", "name": "XNForeground", "ns": 0, "location": "/usr/include/X11/Xlib.h:1208:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "foreground" }, +{ "tag": "const", "name": "X_PROTOCOL_REVISION", "ns": 0, "location": "/usr/include/X11/X.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XNBackgroundPixmap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1210:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "backgroundPixmap" }, +{ "tag": "const", "name": "XNColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1206:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "colorMap" }, +{ "tag": "const", "name": "XNStdColormap", "ns": 0, "location": "/usr/include/X11/Xlib.h:1207:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "stdColorMap" }, +{ "tag": "const", "name": "SDL_HINT_WINRT_PRIVACY_POLICY_LABEL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1737:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINRT_PRIVACY_POLICY_LABEL" }, +{ "tag": "const", "name": "NFPREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:89:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "XNAreaNeeded", "ns": 0, "location": "/usr/include/X11/Xlib.h:1204:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "areaNeeded" }, +{ "tag": "const", "name": "NGREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:88:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 48 }, +{ "tag": "const", "name": "__NVRREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:85:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "XNSpotLocation", "ns": 0, "location": "/usr/include/X11/Xlib.h:1205:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "spotLocation" }, +{ "tag": "const", "name": "XNStatusAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1202:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "statusAttributes" }, +{ "tag": "const", "name": "__NFPREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:84:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "SDL_HINT_X11_FORCE_OVERRIDE_REDIRECT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1775:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_X11_FORCE_OVERRIDE_REDIRECT" }, +{ "tag": "const", "name": "XNArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:1203:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "area" }, +{ "tag": "const", "name": "SDL_HINT_WINRT_PRIVACY_POLICY_URL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1763:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINRT_PRIVACY_POLICY_URL" }, +{ "tag": "const", "name": "__NGREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:83:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 48 }, +{ "tag": "const", "name": "XNStatusDoneCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1200:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "statusDoneCallback" }, +{ "tag": "const", "name": "SDL_HINT_XINPUT_USE_OLD_JOYSTICK_MAPPING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1793:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_XINPUT_USE_OLD_JOYSTICK_MAPPING" }, +{ "tag": "const", "name": "XNStatusDrawCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1201:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "statusDrawCallback" }, +{ "tag": "const", "name": "SDL_HINT_XINPUT_ENABLED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1784:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_XINPUT_ENABLED" }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_INCLUDE_MONITORS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1812:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_INCLUDE_MONITORS" }, +{ "tag": "const", "name": "XNPreeditAttributes", "ns": 0, "location": "/usr/include/X11/Xlib.h:1198:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditAttributes" }, +{ "tag": "const", "name": "XNStatusStartCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1199:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "statusStartCallback" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_INTRESOURCE_ICON", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1612:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_INTRESOURCE_ICON" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1613:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_INTRESOURCE_ICON_SMALL" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1622:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_NO_CLOSE_ON_ALT_F4" }, +{ "tag": "const", "name": "XLookupBoth", "ns": 0, "location": "/usr/include/X11/Xlib.h:1231:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_USE_D3D9EX", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1642:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_USE_D3D9EX" }, +{ "tag": "const", "name": "XLookupKeySym", "ns": 0, "location": "/usr/include/X11/Xlib.h:1230:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "XLookupChars", "ns": 0, "location": "/usr/include/X11/Xlib.h:1229:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XBufferOverflow", "ns": 0, "location": "/usr/include/X11/Xlib.h:1227:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "XLookupNone", "ns": 0, "location": "/usr/include/X11/Xlib.h:1228:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1653:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN" }, +{ "tag": "const", "name": "SDL_HINT_WINDOW_NO_ACTIVATION_WHEN_SHOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1664:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOW_NO_ACTIVATION_WHEN_SHOWN" }, +{ "tag": "const", "name": "XNSeparatorofNestedList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1225:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "separatorofNestedList" }, +{ "tag": "const", "name": "SDL_HINT_WINRT_HANDLE_BACK_BUTTON", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1716:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINRT_HANDLE_BACK_BUTTON" }, +{ "tag": "const", "name": "XNPreeditState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1224:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "preeditState" }, +{ "tag": "const", "name": "SDL_HINT_WAVE_RIFF_CHUNK_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1534:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WAVE_RIFF_CHUNK_SIZE" }, +{ "tag": "const", "name": "XNHotKeyState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1223:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hotKeyState" }, +{ "tag": "const", "name": "SDL_HINT_WAVE_TRUNCATION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1550:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WAVE_TRUNCATION" }, +{ "tag": "const", "name": "XNHotKey", "ns": 0, "location": "/usr/include/X11/Xlib.h:1222:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hotKey" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1566:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_DISABLE_THREAD_NAMING" }, +{ "tag": "const", "name": "XNResetState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1221:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "resetState" }, +{ "tag": "const", "name": "XNStringConversion", "ns": 0, "location": "/usr/include/X11/Xlib.h:1220:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "stringConversion" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1577:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_ENABLE_MESSAGELOOP" }, +{ "tag": "const", "name": "XNStringConversionCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1219:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "stringConversionCallback" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_FORCE_MUTEX_CRITICAL_SECTIONS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1591:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_FORCE_MUTEX_CRITICAL_SECTIONS" }, +{ "tag": "const", "name": "XNR6PreeditCallback", "ns": 0, "location": "/usr/include/X11/Xlib.h:1218:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "r6PreeditCallback" }, +{ "tag": "const", "name": "SDL_HINT_WINDOWS_FORCE_SEMAPHORE_KERNEL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1607:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WINDOWS_FORCE_SEMAPHORE_KERNEL" }, +{ "tag": "const", "name": "XNVisiblePosition", "ns": 0, "location": "/usr/include/X11/Xlib.h:1217:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "visiblePosition" }, +{ "tag": "const", "name": "XNQueryICValuesList", "ns": 0, "location": "/usr/include/X11/Xlib.h:1216:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "queryICValuesList" }, +{ "tag": "const", "name": "HAVE_LOGF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:173:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMVisibleToCenter", "ns": 0, "location": "/usr/include/X11/Xlib.h:1255:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "XIMVisibleToBackword", "ns": 0, "location": "/usr/include/X11/Xlib.h:1254:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "XIMVisibleToForward", "ns": 0, "location": "/usr/include/X11/Xlib.h:1253:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "XIMTertiary", "ns": 0, "location": "/usr/include/X11/Xlib.h:1252:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "XIMSecondary", "ns": 0, "location": "/usr/include/X11/Xlib.h:1251:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "XIMPrimary", "ns": 0, "location": "/usr/include/X11/Xlib.h:1250:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "XIMHighlight", "ns": 0, "location": "/usr/include/X11/Xlib.h:1249:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "XIMUnderline", "ns": 0, "location": "/usr/include/X11/Xlib.h:1248:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XIMReverse", "ns": 0, "location": "/usr/include/X11/Xlib.h:1247:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ATAN2", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:156:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIuLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:109:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "SDL_RWOPS_WINFILE", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:43:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ATANF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:155:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIuLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:110:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "PRIuFAST8", "ns": 0, "location": "/usr/include/inttypes.h:112:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "SDL_RWOPS_UNKNOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:42:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PRIuFAST16", "ns": 0, "location": "/usr/include/inttypes.h:113:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "HAVE_CEIL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:158:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_RWOPS_JNIFILE", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:45:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "HAVE_ATAN2F", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:157:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIuFAST32", "ns": 0, "location": "/usr/include/inttypes.h:114:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "HAVE_COPYSIGNF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:161:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_COPYSIGN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:160:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIu32", "ns": 0, "location": "/usr/include/inttypes.h:104:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "PRIu16", "ns": 0, "location": "/usr/include/inttypes.h:103:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "SDL_RWOPS_STDFILE", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:44:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HAVE_CEILF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:159:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIu64", "ns": 0, "location": "/usr/include/inttypes.h:105:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "HAVE_COSF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:163:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIuLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:107:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "SDL_RWOPS_MEMORY", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:46:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "PRIuLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:108:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "HAVE_COS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:162:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_EXPF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:165:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIoFAST16", "ns": 0, "location": "/usr/include/inttypes.h:97:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "HAVE_EXP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:164:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIoFAST32", "ns": 0, "location": "/usr/include/inttypes.h:98:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SDL_RWOPS_MEMORY_RO", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:47:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "PRIoFAST64", "ns": 0, "location": "/usr/include/inttypes.h:99:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "HAVE_FABSF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:167:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIu8", "ns": 0, "location": "/usr/include/inttypes.h:102:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "HAVE_FABS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:166:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FMOD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:170:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FLOORF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:169:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FLOOR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:168:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LOG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:172:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FMODF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:171:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIX32", "ns": 0, "location": "/usr/include/inttypes.h:136:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "XNMissingCharSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:1114:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "missingCharSet" }, +{ "tag": "const", "name": "HAVE_STRTOLL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:134:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIX16", "ns": 0, "location": "/usr/include/inttypes.h:135:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "PRIX64", "ns": 0, "location": "/usr/include/inttypes.h:137:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "XNDefaultString", "ns": 0, "location": "/usr/include/X11/Xlib.h:1115:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "defaultString" }, +{ "tag": "const", "name": "HAVE_STRTOUL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:131:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRTOD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:136:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIXLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:139:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "XNOrientation", "ns": 0, "location": "/usr/include/X11/Xlib.h:1116:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "orientation" }, +{ "tag": "const", "name": "XNDirectionalDependentDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:1117:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "directionalDependentDrawing" }, +{ "tag": "const", "name": "HAVE_STRTOULL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:135:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIXLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:140:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "HAVE_ATOF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:138:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIxFAST16", "ns": 0, "location": "/usr/include/inttypes.h:129:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_ATOI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:137:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIxFAST32", "ns": 0, "location": "/usr/include/inttypes.h:130:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "PRIxFAST64", "ns": 0, "location": "/usr/include/inttypes.h:131:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_STRCASECMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:142:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRCMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:139:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNOMAutomatic", "ns": 0, "location": "/usr/include/X11/Xlib.h:1113:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "omAutomatic" }, +{ "tag": "const", "name": "PRIX8", "ns": 0, "location": "/usr/include/inttypes.h:134:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "HAVE_STRNCMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:140:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_VSSCANF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:146:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIxLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:123:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "HAVE_STRNCASECMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:144:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIxLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:124:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "PRIxLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:125:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "PRIxFAST8", "ns": 0, "location": "/usr/include/inttypes.h:128:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "PRIxLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:126:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_VSNPRINTF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:148:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIuFAST64", "ns": 0, "location": "/usr/include/inttypes.h:115:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "HAVE_ACOSF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:151:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "RW_SEEK_CUR", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:384:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ACOS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:150:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "RW_SEEK_SET", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:383:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PRIx8", "ns": 0, "location": "/usr/include/inttypes.h:118:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "PRIx32", "ns": 0, "location": "/usr/include/inttypes.h:120:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "HAVE_ATAN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:154:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIx16", "ns": 0, "location": "/usr/include/inttypes.h:119:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "PRIx64", "ns": 0, "location": "/usr/include/inttypes.h:121:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_ASIN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:152:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ASINF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:153:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "RW_SEEK_END", "ns": 0, "location": "/usr/include/SDL2/SDL_rwops.h:385:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HAVE_MEMCPY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_MEMSET", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:98:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIXPTR", "ns": 0, "location": "/usr/include/inttypes.h:165:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "HAVE_MEMMOVE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:100:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIxPTR", "ns": 0, "location": "/usr/include/inttypes.h:164:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_MEMCMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:101:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNd16", "ns": 0, "location": "/usr/include/inttypes.h:172:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hd" }, +{ "tag": "const", "name": "SCNd32", "ns": 0, "location": "/usr/include/inttypes.h:173:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "PRIuPTR", "ns": 0, "location": "/usr/include/inttypes.h:163:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "HAVE_WCSLEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:102:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNd8", "ns": 0, "location": "/usr/include/inttypes.h:171:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhd" }, +{ "tag": "const", "name": "PRIXMAX", "ns": 0, "location": "/usr/include/inttypes.h:156:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "PRIdPTR", "ns": 0, "location": "/usr/include/inttypes.h:160:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "HAVE_WCSDUP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:106:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIxMAX", "ns": 0, "location": "/usr/include/inttypes.h:155:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "HAVE_WCSSTR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:107:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIoPTR", "ns": 0, "location": "/usr/include/inttypes.h:162:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "HAVE_WCSCMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:108:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCSCASECMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_WCSNCMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:109:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIiPTR", "ns": 0, "location": "/usr/include/inttypes.h:161:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "HAVE_WCSNCASECMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:112:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIdMAX", "ns": 0, "location": "/usr/include/inttypes.h:151:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "HAVE_STRLEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:114:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIXFAST64", "ns": 0, "location": "/usr/include/inttypes.h:147:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "SDL_COMPILEDVERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:100:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2018 }, +{ "tag": "const", "name": "HAVE_INDEX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:120:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIuMAX", "ns": 0, "location": "/usr/include/inttypes.h:154:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "PRIiMAX", "ns": 0, "location": "/usr/include/inttypes.h:152:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "HAVE_RINDEX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:121:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIoMAX", "ns": 0, "location": "/usr/include/inttypes.h:153:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "PRIXLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:142:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "SDL_MAJOR_VERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HAVE_STRCHR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:122:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIXFAST8", "ns": 0, "location": "/usr/include/inttypes.h:144:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "PRIXLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:141:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "XNFontInfo", "ns": 0, "location": "/usr/include/X11/Xlib.h:1119:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "fontInfo" }, +{ "tag": "const", "name": "HAVE_STRRCHR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:123:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNContextualDrawing", "ns": 0, "location": "/usr/include/X11/Xlib.h:1118:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "contextualDrawing" }, +{ "tag": "const", "name": "SDL_PATCHLEVEL", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 18 }, +{ "tag": "const", "name": "PRIXFAST32", "ns": 0, "location": "/usr/include/inttypes.h:146:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "HAVE_STRSTR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:124:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STRTOL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:130:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_MINOR_VERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_version.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "HAVE_STRTOK_R", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:125:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIXFAST16", "ns": 0, "location": "/usr/include/inttypes.h:145:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "XIMPreeditNone", "ns": 0, "location": "/usr/include/X11/Xlib.h:1177:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SCNiLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:194:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "HAVE_STRINGS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:75:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNiLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:193:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hi" }, +{ "tag": "const", "name": "HAVE_STRING_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:76:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNiFAST16", "ns": 0, "location": "/usr/include/inttypes.h:198:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "XIMPreeditPosition", "ns": 0, "location": "/usr/include/X11/Xlib.h:1175:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "HAVE_SYS_TYPES_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:77:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNiFAST8", "ns": 0, "location": "/usr/include/inttypes.h:197:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhi" }, +{ "tag": "const", "name": "XIMStatusArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:1178:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "XIMStatusCallbacks", "ns": 0, "location": "/usr/include/X11/Xlib.h:1179:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "HAVE_WCHAR_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:78:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNi32", "ns": 0, "location": "/usr/include/inttypes.h:189:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "HAVE_DLOPEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:83:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNi16", "ns": 0, "location": "/usr/include/inttypes.h:188:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hi" }, +{ "tag": "const", "name": "SCNiLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:195:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "HAVE_MALLOC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:84:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_CALLOC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:85:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNiLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:192:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhi" }, +{ "tag": "const", "name": "SCNi8", "ns": 0, "location": "/usr/include/inttypes.h:187:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhi" }, +{ "tag": "const", "name": "HAVE_REALLOC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:86:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNi64", "ns": 0, "location": "/usr/include/inttypes.h:190:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "XIMPreeditArea", "ns": 0, "location": "/usr/include/X11/Xlib.h:1173:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FREE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:87:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNdFAST16", "ns": 0, "location": "/usr/include/inttypes.h:182:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SDL_INIT_VIDEO", "ns": 0, "location": "/usr/include/SDL2/SDL.h:83:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "HAVE_ALLOCA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:88:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_GETENV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:90:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNdLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:179:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SCNdFAST64", "ns": 0, "location": "/usr/include/inttypes.h:184:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SDL_INIT_AUDIO", "ns": 0, "location": "/usr/include/SDL2/SDL.h:82:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "HAVE_SETENV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:91:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNdFAST8", "ns": 0, "location": "/usr/include/inttypes.h:181:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhd" }, +{ "tag": "const", "name": "SCNdFAST32", "ns": 0, "location": "/usr/include/inttypes.h:183:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "HAVE_PUTENV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:92:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMPreeditCallbacks", "ns": 0, "location": "/usr/include/X11/Xlib.h:1174:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_INIT_HAPTIC", "ns": 0, "location": "/usr/include/SDL2/SDL.h:85:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "HAVE_UNSETENV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:93:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_QSORT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:95:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNd64", "ns": 0, "location": "/usr/include/inttypes.h:174:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SCNdLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:176:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhd" }, +{ "tag": "const", "name": "HAVE_ABS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:96:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_INIT_TIMER", "ns": 0, "location": "/usr/include/SDL2/SDL.h:81:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNdLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:178:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "HAVE_BCOPY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:97:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNdLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:177:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hd" }, +{ "tag": "const", "name": "SDL_INPUT_LINUXEV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:307:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIoFAST8", "ns": 0, "location": "/usr/include/inttypes.h:96:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "SIGHUP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_SNDIO_DYNAMIC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:300:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "libsndio.so.7.0" }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_SNDIO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:299:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIoLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:93:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_PULSEAUDIO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:296:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIoLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:94:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "XIMPreeditNothing", "ns": 0, "location": "/usr/include/X11/Xlib.h:1176:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_PIPEWIRE_DYNAMIC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:295:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "libpipewire-0.3.so.0" }, +{ "tag": "const", "name": "SIGILL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SIGFPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:51:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SIGABRT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_PIPEWIRE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:294:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SIGSEGV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_OSS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:291:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_DUMMY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:277:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SIGTERM", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_DISK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:275:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_INIT_JOYSTICK", "ns": 0, "location": "/usr/include/SDL2/SDL.h:84:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "SDL_AUDIO_DRIVER_ALSA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:269:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LIBDECOR_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:231:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LIBSAMPLERATE_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:230:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LIBUDEV_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:229:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "M_LOG2E", "ns": 0, "location": "/usr/include/math.h:1127:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 1.442695e+00 }, +{ "tag": "const", "name": "HAVE_IBUS_IBUS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:227:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "math_errhandling", "ns": 0, "location": "/usr/include/math.h:1028:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "HAVE_INOTIFY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:226:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_INOTIFY_INIT1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:225:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_INOTIFY_INIT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:224:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "M_E", "ns": 0, "location": "/usr/include/math.h:1126:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": 2.718282e+00 }, +{ "tag": "const", "name": "HAVE_SYS_INOTIFY_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:223:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FCITX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:222:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "MATH_ERRNO", "ns": 0, "location": "/usr/include/math.h:1015:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "MATH_ERREXCEPT", "ns": 0, "location": "/usr/include/math.h:1016:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HAVE_DBUS_DBUS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:221:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_O_CLOEXEC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:219:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE__EXIT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:211:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FP_SUBNORMAL", "ns": 0, "location": "/usr/include/math.h:926:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "HAVE_POLL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:210:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FP_NORMAL", "ns": 0, "location": "/usr/include/math.h:929:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "HAVE_SEM_TIMEDWAIT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:207:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_GETAUXVAL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:208:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_ASSERT_LEVEL", "ns": 0, "location": "/usr/include/SDL2/SDL_assert.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_PTHREAD_SETNAME_NP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:205:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BlitSurface", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:859:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "FP_INFINITE", "ns": 0, "location": "/usr/include/math.h:920:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ICONV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:204:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FP_ZERO", "ns": 0, "location": "/usr/include/math.h:923:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HAVE_MPROTECT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:203:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SIG_ERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:28:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "SIG_DFL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:29:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SIG_IGN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_CLOCK_GETTIME", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:201:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FP_NAN", "ns": 0, "location": "/usr/include/math.h:917:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SIGINT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "HAVE_SYSCONF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:199:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_NANOSLEEP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:198:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SETJMP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:197:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SA_SIGACTION", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:196:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_SIGNUM_GENERIC_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/signum-generic.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FSEEKO64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:194:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SIGACTION", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:195:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_TRUNCF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:191:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FSEEKO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:193:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FOPEN64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:192:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_TANF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:189:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_TRUNC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:190:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SQRTF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:187:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_TAN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:188:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SINF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:185:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SIN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:184:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SQRT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:186:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SCALBN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:182:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_SCALBNF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:183:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ROUND", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:180:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_ROUNDF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_POW", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:178:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_POWF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:179:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LOG10F", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:175:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LROUND", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:176:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LROUNDF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:177:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LOG10", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:174:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "stderr", "ns": 0, "location": "/usr/include/stdio.h:143:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "EOF", "ns": 0, "location": "/usr/include/stdio.h:104:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "PTRACE_SETREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:179:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "PTRACE_GETREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:178:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "BUFSIZ", "ns": 0, "location": "/usr/include/stdio.h:99:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "_IONBF", "ns": 0, "location": "/usr/include/stdio.h:95:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SEEK_CUR", "ns": 0, "location": "/usr/include/stdio.h:110:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PTRACE_SET_DEBUGREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:173:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 26 }, +{ "tag": "const", "name": "SEEK_SET", "ns": 0, "location": "/usr/include/stdio.h:109:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "INT_FAST8_MIN", "ns": 0, "location": "/usr/include/stdint.h:152:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -128 }, +{ "tag": "const", "name": "PTRACE_SETREGS64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:183:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 23 }, +{ "tag": "const", "name": "_IO_USER_LOCK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:117:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "INT_FAST16_MIN", "ns": 0, "location": "/usr/include/stdint.h:154:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "PTRACE_GETREGS64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:182:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "PTRACE_GET_DEBUGREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:172:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 25 }, +{ "tag": "const", "name": "INT_FAST32_MIN", "ns": 0, "location": "/usr/include/stdint.h:155:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "PTRACE_SETFPREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "INT_FAST64_MIN", "ns": 0, "location": "/usr/include/stdint.h:160:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "_IOLBF", "ns": 0, "location": "/usr/include/stdio.h:94:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_IOFBF", "ns": 0, "location": "/usr/include/stdio.h:93:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "INT_FAST8_MAX", "ns": 0, "location": "/usr/include/stdint.h:162:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 127 }, +{ "tag": "const", "name": "PTRACE_GETFPREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:180:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "INT_FAST16_MAX", "ns": 0, "location": "/usr/include/stdint.h:164:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "L_ctermid", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/stdio_lim.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "PTRACE_SETEVRREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:158:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "FILENAME_MAX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/stdio_lim.h:27:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "INT_FAST32_MAX", "ns": 0, "location": "/usr/include/stdint.h:165:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "INT_FAST64_MAX", "ns": 0, "location": "/usr/include/stdint.h:170:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "stdout", "ns": 0, "location": "/usr/include/stdio.h:142:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PTRACE_GETEVRREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:157:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "UINT_FAST8_MAX", "ns": 0, "location": "/usr/include/stdint.h:173:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "stdin", "ns": 0, "location": "/usr/include/stdio.h:141:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PTRACE_SETVRREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:153:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "FOPEN_MAX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/stdio_lim.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "UINT_FAST16_MAX", "ns": 0, "location": "/usr/include/stdint.h:175:11", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 18446744073709551615 }, +{ "tag": "const", "name": "PTRACE_GETVRREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:152:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 18 }, +{ "tag": "const", "name": "PTRACE_SYSEMU_SINGLESTEP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:166:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 30 }, +{ "tag": "const", "name": "P_tmpdir", "ns": 0, "location": "/usr/include/stdio.h:120:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "/tmp" }, +{ "tag": "const", "name": "UINT_FAST32_MAX", "ns": 0, "location": "/usr/include/stdint.h:176:11", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 18446744073709551615 }, +{ "tag": "const", "name": "UINT_FAST64_MAX", "ns": 0, "location": "/usr/include/stdint.h:181:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "PTRACE_SYSEMU", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:165:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "SEEK_END", "ns": 0, "location": "/usr/include/stdio.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "INTPTR_MIN", "ns": 0, "location": "/usr/include/stdint.h:186:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "TMP_MAX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/stdio_lim.h:26:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 238328 }, +{ "tag": "const", "name": "PTRACE_SETVSRREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:162:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "L_tmpnam", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/stdio_lim.h:25:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "INTPTR_MAX", "ns": 0, "location": "/usr/include/stdint.h:187:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "PTRACE_GETVSRREGS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:161:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 27 }, +{ "tag": "const", "name": "_BITS_STDIO_LIM_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/stdio_lim.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "INTMAX_MIN", "ns": 0, "location": "/usr/include/stdint.h:197:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "UINTPTR_MAX", "ns": 0, "location": "/usr/include/stdint.h:188:11", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 18446744073709551615 }, +{ "tag": "const", "name": "INTMAX_MAX", "ns": 0, "location": "/usr/include/stdint.h:199:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "__HAVE_FLOAT128", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn.h:32:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "UINTMAX_MAX", "ns": 0, "location": "/usr/include/stdint.h:202:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "PPC_PTRACE_DELHWDEBUG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:197:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 135 }, +{ "tag": "const", "name": "SDL_RLEACCEL", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PTRDIFF_MIN", "ns": 0, "location": "/usr/include/stdint.h:209:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "PPC_PTRACE_SETHWDEBUG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:196:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 136 }, +{ "tag": "const", "name": "SDL_PREALLOC", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__HAVE_FLOAT64X_LONG_DOUBLE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PTRDIFF_MAX", "ns": 0, "location": "/usr/include/stdint.h:210:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "SIG_ATOMIC_MIN", "ns": 0, "location": "/usr/include/stdint.h:222:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT128", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn.h:41:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SIG_ATOMIC_MAX", "ns": 0, "location": "/usr/include/stdint.h:223:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "WINT_MIN", "ns": 0, "location": "/usr/include/stdint.h:244:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__HAVE_FLOAT64X", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SIZE_MAX", "ns": 0, "location": "/usr/include/stdint.h:227:11", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 18446744073709551615 }, +{ "tag": "const", "name": "_IO_EOF_SEEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:111:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "WINT_MAX", "ns": 0, "location": "/usr/include/stdint.h:245:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "PPC_PTRACE_POKEDATA_3264", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:189:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 146 }, +{ "tag": "const", "name": "PPC_PTRACE_POKETEXT_3264", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:188:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 147 }, +{ "tag": "const", "name": "PPC_PTRACE_PEEKDATA_3264", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:187:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 148 }, +{ "tag": "const", "name": "_IO_ERR_SEEN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_FILE.h:114:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "PPC_PTRACE_PEEKTEXT_3264", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:186:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 149 }, +{ "tag": "const", "name": "PPC_PTRACE_GETHWDBGINFO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:195:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 137 }, +{ "tag": "const", "name": "SDL_SIMD_ALIGNED", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SDL_DONTFREE", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "PTRACE_SINGLEBLOCK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:193:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "PPC_PTRACE_POKEUSR_3264", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:191:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 144 }, +{ "tag": "const", "name": "PPC_PTRACE_PEEKUSR_3264", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:190:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 145 }, +{ "tag": "const", "name": "__HAVE_FLOAT128_UNLIKE_LDBL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HAPTIC_AUTOCENTER", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:291:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT128X", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HAPTIC_PAUSE", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:310:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT64X", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HAPTIC_POLAR", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:323:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT32X", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HAPTIC_STATUS", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:300:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "SDL_HAPTIC_CARTESIAN", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:330:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__MATHCALL_NARROW_ARGS_2", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:1395:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "____gwchar_t_defined", "ns": 0, "location": "/usr/include/inttypes.h:40:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_SPHERICAL", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:337:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "__PRIPTR_PREFIX", "ns": 0, "location": "/usr/include/inttypes.h:45:11", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "l" }, +{ "tag": "const", "name": "PRId8", "ns": 0, "location": "/usr/include/inttypes.h:54:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "__PRI64_PREFIX", "ns": 0, "location": "/usr/include/inttypes.h:44:11", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "l" }, +{ "tag": "const", "name": "SDL_HAPTIC_INFINITY", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:360:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "SDL_HAPTIC_STEERING_AXIS", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:345:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "__HAVE_FLOATN_NOT_TYPEDEF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:72:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PRId32", "ns": 0, "location": "/usr/include/inttypes.h:56:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "NVRREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/ucontext.h:90:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "__MATHCALL_NARROW_ARGS_3", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:1406:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__HAVE_FLOAT128X", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__HAVE_FLOAT64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__HAVE_FLOAT32X", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__HAVE_FLOAT32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:35:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIdLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:60:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "__MATHCALL_NARROW_ARGS_1", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:1412:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__HAVE_FLOAT16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PRId64", "ns": 0, "location": "/usr/include/inttypes.h:57:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "PRIdLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:59:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "PRId16", "ns": 0, "location": "/usr/include/inttypes.h:55:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "PRIdLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:62:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PRIdLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:61:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "PRIdFAST16", "ns": 0, "location": "/usr/include/inttypes.h:65:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PRIdFAST8", "ns": 0, "location": "/usr/include/inttypes.h:64:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "__HAVE_DISTINCT_FLOAT16", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PRIi8", "ns": 0, "location": "/usr/include/inttypes.h:70:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIdFAST64", "ns": 0, "location": "/usr/include/inttypes.h:67:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "PRIdFAST32", "ns": 0, "location": "/usr/include/inttypes.h:66:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "PRIi32", "ns": 0, "location": "/usr/include/inttypes.h:72:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIi16", "ns": 0, "location": "/usr/include/inttypes.h:71:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "__sigstack_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/struct_sigstack.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIiLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:76:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "SDL_HAPTIC_CONSTANT", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:163:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HAPTIC_SINE", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:172:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PRIiLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:75:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIi64", "ns": 0, "location": "/usr/include/inttypes.h:73:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "_BITS_SIGTHREAD_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigthread.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIiLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:78:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "SDL_HAPTIC_LEFTRIGHT", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:183:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "PT_VSR31", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:137:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 212 }, +{ "tag": "const", "name": "PRIiLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:77:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "SDL_HAPTIC_TRIANGLE", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:195:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SDL_HAPTIC_SAWTOOTHUP", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:204:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "PRIiFAST16", "ns": 0, "location": "/usr/include/inttypes.h:81:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "SDL_HAPTIC_SAWTOOTHDOWN", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:213:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "__CFLOAT32X", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:169:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PRIiFAST8", "ns": 0, "location": "/usr/include/inttypes.h:80:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "i" }, +{ "tag": "const", "name": "PRIo8", "ns": 0, "location": "/usr/include/inttypes.h:86:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "SDL_HAPTIC_RAMP", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:222:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "__CFLOAT64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:160:13", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PRIiFAST64", "ns": 0, "location": "/usr/include/inttypes.h:83:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "_BITS_SIGSTACK_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigstack.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__CFLOAT32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/floatn-common.h:149:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PRIiFAST32", "ns": 0, "location": "/usr/include/inttypes.h:82:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "SIGSTKSZ", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigstack.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "PRIo32", "ns": 0, "location": "/usr/include/inttypes.h:88:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "SDL_HAPTIC_INERTIA", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:252:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "PRIo16", "ns": 0, "location": "/usr/include/inttypes.h:87:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "SDL_HAPTIC_FRICTION", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:262:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "PRIoLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:92:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "SS_ONSTACK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/ss_flags.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_SS_FLAGS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/ss_flags.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PRIoLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:91:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "SS_DISABLE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/ss_flags.h:32:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PRIo64", "ns": 0, "location": "/usr/include/inttypes.h:89:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SDL_HAPTIC_SPRING", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:232:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "MINSIGSTKSZ", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/sigstack.h:27:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SDL_HAPTIC_DAMPER", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:242:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "SDL_HAPTIC_CUSTOM", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:269:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "SDL_HAPTIC_GAIN", "ns": 0, "location": "/usr/include/SDL2/SDL_haptic.h:282:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_RWLOCK_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:28:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 56 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_BARRIER_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:29:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_RWLOCKATTR_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_MUTEXATTR_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_COND_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 48 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_BARRIERATTR_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "INFINITY", "ns": 0, "location": "/usr/include/math.h:93:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "INF" }, +{ "tag": "const", "name": "NAN", "ns": 0, "location": "/usr/include/math.h:103:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "nan" }, +{ "tag": "const", "name": "HUGE_VAL", "ns": 0, "location": "/usr/include/math.h:55:10", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "INF" }, +{ "tag": "const", "name": "HUGE_VALL", "ns": 0, "location": "/usr/include/math.h:63:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "INF" }, +{ "tag": "const", "name": "HUGE_VALF", "ns": 0, "location": "/usr/include/math.h:62:11", "type": { "tag": ":double", "bit-size": 64, "bit-alignment": 64 }, "value": "INF" }, +{ "tag": "const", "name": "__FP_LOGB0_IS_MIN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/fp-logb.h:27:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_TRIGGER_EXECUTE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:240:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__GLIBC_FLT_EVAL_METHOD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/flt-eval-method.h:38:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PPC_DEBUG_FEATURE_DATA_BP_ARCH_31", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:221:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "FP_ILOGB0", "ns": 0, "location": "/usr/include/math.h:195:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483647 }, +{ "tag": "const", "name": "FP_ILOGBNAN", "ns": 0, "location": "/usr/include/math.h:200:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "__FP_LOGBNAN_IS_MIN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/fp-logb.h:28:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "FP_FAST_FMAF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/fp-fast.h:32:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PPC_DEBUG_FEATURE_DATA_BP_RANGE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:218:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "PPC_DEBUG_FEATURE_DATA_BP_MASK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:219:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "FP_FAST_FMA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/fp-fast.h:28:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PPC_DEBUG_FEATURE_DATA_BP_DAWR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:220:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "PPC_DEBUG_FEATURE_INSN_BP_RANGE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:216:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PPC_DEBUG_FEATURE_INSN_BP_MASK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:217:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_CONDITION_OR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:261:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "__LINUX__", "ns": 0, "location": "/usr/include/SDL2/SDL_platform.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_CONDITION_AND_OR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:262:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_CONDITION_MODE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:257:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_CONDITION_NONE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:258:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_CONDITION_AND", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:259:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_Mdouble_", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:1500:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "PPC_BREAKPOINT_CONDITION_EXACT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:260:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:250:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:251:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_MODE_MASK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:252:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_TRIGGER_READ", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:241:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_TRIGGER_WRITE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:242:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_TRIGGER_RW", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:243:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_MODE_EXACT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:249:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__have_pthread_attr_t", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes.h:63:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__ONCE_FLAG_INIT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/thread-shared-types.h:127:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__PTHREAD_MUTEX_HAVE_PREV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/struct_mutex.h:37:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__PTHREAD_RWLOCK_ELISION_EXTRA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/struct_rwlock.h:40:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_ICONV_E2BIG", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:631:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2 }, +{ "tag": "const", "name": "SDL_ICONV_ERROR", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:630:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "__SIZEOF_PTHREAD_CONDATTR_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/pthreadtypes-arch.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_ICONV_EINVAL", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:633:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -4 }, +{ "tag": "const", "name": "SDL_ICONV_EILSEQ", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:632:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -3 }, +{ "tag": "const", "name": "_THREAD_MUTEX_INTERNAL_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/struct_mutex.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XNBaseFontName", "ns": 0, "location": "/usr/include/X11/Xlib.h:1112:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "baseFontName" }, +{ "tag": "const", "name": "XNQueryOrientation", "ns": 0, "location": "/usr/include/X11/Xlib.h:1111:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "queryOrientation" }, +{ "tag": "const", "name": "XNRequiredCharSet", "ns": 0, "location": "/usr/include/X11/Xlib.h:1110:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "requiredCharSet" }, +{ "tag": "const", "name": "__WORDSIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/wordsize.h:4:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "PPC_BREAKPOINT_CONDITION_BE_SHIFT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:264:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:866:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_DOUBLE_CLICK_RADIUS" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:882:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_FOCUS_CLICKTHROUGH" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_DOUBLE_CLICK_TIME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:871:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_DOUBLE_CLICK_TIME" }, +{ "tag": "const", "name": "__WORDSIZE_TIME64_COMPAT32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/wordsize.h:5:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PPC_FEATURE_32", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:6:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483648 }, +{ "tag": "const", "name": "SDL_HINT_LINUX_JOYSTICK_DEADZONES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:845:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_LINUX_JOYSTICK_DEADZONES" }, +{ "tag": "const", "name": "PPC_FEATURE_601_INSTR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:8:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 536870912 }, +{ "tag": "const", "name": "SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:861:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK" }, +{ "tag": "const", "name": "SDL_HINT_MAC_BACKGROUND_APP", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:853:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MAC_BACKGROUND_APP" }, +{ "tag": "const", "name": "PPC_FEATURE_64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:7:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1073741824 }, +{ "tag": "const", "name": "PPC_FEATURE_HAS_FPU", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:10:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 134217728 }, +{ "tag": "const", "name": "PPC_FEATURE_HAS_ALTIVEC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:9:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 268435456 }, +{ "tag": "const", "name": "PPC_FEATURE_HAS_4xxMAC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:12:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33554432 }, +{ "tag": "const", "name": "SDL_HINT_LINUX_JOYSTICK_CLASSIC", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:836:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_LINUX_JOYSTICK_CLASSIC" }, +{ "tag": "const", "name": "PPC_FEATURE_HAS_MMU", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:11:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 67108864 }, +{ "tag": "const", "name": "PPC_FEATURE_HAS_SPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:14:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8388608 }, +{ "tag": "const", "name": "__LONG_DOUBLE_MATH_OPTIONAL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/long-double.h:20:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PPC_FEATURE_UNIFIED_CACHE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:13:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16777216 }, +{ "tag": "const", "name": "PPC_FEATURE_HAS_EFP_DOUBLE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:16:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2097152 }, +{ "tag": "const", "name": "__LDOUBLE_REDIRECTS_TO_FLOAT128_ABI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/long-double.h:26:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PPC_FEATURE_HAS_EFP_SINGLE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:15:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4194304 }, +{ "tag": "const", "name": "GCForeground", "ns": 0, "location": "/usr/include/X11/X.h:566:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_HINT_QTWAYLAND_WINDOW_FLAGS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1036:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_QTWAYLAND_WINDOW_FLAGS" }, +{ "tag": "const", "name": "GCBackground", "ns": 0, "location": "/usr/include/X11/X.h:567:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_DIRECT3D11_DEBUG", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1073:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_DIRECT3D11_DEBUG" }, +{ "tag": "const", "name": "GCLineWidth", "ns": 0, "location": "/usr/include/X11/X.h:568:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_BATCHING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1060:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_BATCHING" }, +{ "tag": "const", "name": "Convex", "ns": 0, "location": "/usr/include/X11/X.h:554:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_HINT_POLL_SENTINEL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:994:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_POLL_SENTINEL" }, +{ "tag": "const", "name": "ArcChord", "ns": 0, "location": "/usr/include/X11/X.h:558:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_HINT_ORIENTATIONS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:978:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IOS_ORIENTATIONS" }, +{ "tag": "const", "name": "ArcPieSlice", "ns": 0, "location": "/usr/include/X11/X.h:559:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1025:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_QTWAYLAND_CONTENT_ORIENTATION" }, +{ "tag": "const", "name": "GCFunction", "ns": 0, "location": "/usr/include/X11/X.h:564:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_PREFERRED_LOCALES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1008:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_PREFERRED_LOCALES" }, +{ "tag": "const", "name": "GCStipple", "ns": 0, "location": "/usr/include/X11/X.h:575:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "GCPlaneMask", "ns": 0, "location": "/usr/include/X11/X.h:565:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GCTileStipXOrigin", "ns": 0, "location": "/usr/include/X11/X.h:576:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:914:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_RELATIVE_SPEED_SCALE" }, +{ "tag": "const", "name": "SDL_HINT_OPENGL_ES_DRIVER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:967:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_OPENGL_ES_DRIVER" }, +{ "tag": "const", "name": "__HAVE_GENERIC_SELECTION", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:556:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_RELATIVE_MODE_WARP", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:898:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_RELATIVE_MODE_WARP" }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_NORMAL_SPEED_SCALE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:887:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_NORMAL_SPEED_SCALE" }, +{ "tag": "const", "name": "GCFillStyle", "ns": 0, "location": "/usr/include/X11/X.h:572:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_TOUCH_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:923:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_TOUCH_EVENTS" }, +{ "tag": "const", "name": "PPC_BREAKPOINT_CONDITION_BE_ALL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/ptrace.h:263:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16711680 }, +{ "tag": "const", "name": "SDL_HINT_MOUSE_RELATIVE_SCALING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:909:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_MOUSE_RELATIVE_SCALING" }, +{ "tag": "const", "name": "GCCapStyle", "ns": 0, "location": "/usr/include/X11/X.h:570:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "GCFillRule", "ns": 0, "location": "/usr/include/X11/X.h:573:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "GCFont", "ns": 0, "location": "/usr/include/X11/X.h:578:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "GCTileStipYOrigin", "ns": 0, "location": "/usr/include/X11/X.h:577:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "GCTile", "ns": 0, "location": "/usr/include/X11/X.h:574:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "GCJoinStyle", "ns": 0, "location": "/usr/include/X11/X.h:571:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "SDL_TEXTEDITINGEVENT_TEXT_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:232:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "SDL_HINT_NO_SIGNAL_HANDLERS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:936:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_NO_SIGNAL_HANDLERS" }, +{ "tag": "const", "name": "GCLineStyle", "ns": 0, "location": "/usr/include/X11/X.h:569:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "SDL_TEXTINPUTEVENT_TEXT_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_events.h:247:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "__always_inline", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:332:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_WINDOWPOS_CENTERED", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:147:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 805240832 }, +{ "tag": "const", "name": "SDL_WINDOWPOS_CENTERED_MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:145:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 805240832 }, +{ "tag": "const", "name": "__restrict_arr", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:403:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_WINDOWPOS_UNDEFINED", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:138:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 536805376 }, +{ "tag": "const", "name": "SDL_WINDOWPOS_UNDEFINED_MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_video.h:136:9", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 536805376 }, +{ "tag": "const", "name": "__extern_inline", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:360:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__extern_always_inline", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:361:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__fortify_function", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/cdefs.h:366:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SCNx16", "ns": 0, "location": "/usr/include/inttypes.h:236:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hx" }, +{ "tag": "const", "name": "SCNx8", "ns": 0, "location": "/usr/include/inttypes.h:235:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhx" }, +{ "tag": "const", "name": "SCNx32", "ns": 0, "location": "/usr/include/inttypes.h:237:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "SCNx64", "ns": 0, "location": "/usr/include/inttypes.h:238:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SCNxLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:240:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhx" }, +{ "tag": "const", "name": "SCNxLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:242:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "SCNxLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:241:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hx" }, +{ "tag": "const", "name": "SCNxLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:243:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SCNxFAST8", "ns": 0, "location": "/usr/include/inttypes.h:245:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhx" }, +{ "tag": "const", "name": "SCNxFAST16", "ns": 0, "location": "/usr/include/inttypes.h:246:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "SCNo64", "ns": 0, "location": "/usr/include/inttypes.h:222:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SDL_HINT_WAVE_FACT_CHUNK", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1513:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_WAVE_FACT_CHUNK" }, +{ "tag": "const", "name": "SCNoLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:224:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hho" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_XVIDMODE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1486:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_XVIDMODE" }, +{ "tag": "const", "name": "SCNoLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:226:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "SCNoLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:225:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ho" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_XRANDR", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1475:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_XRANDR" }, +{ "tag": "const", "name": "SCNoLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:227:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SCNoFAST8", "ns": 0, "location": "/usr/include/inttypes.h:229:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hho" }, +{ "tag": "const", "name": "SCNoFAST16", "ns": 0, "location": "/usr/include/inttypes.h:230:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_XINERAMA", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1464:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_XINERAMA" }, +{ "tag": "const", "name": "SCNoFAST32", "ns": 0, "location": "/usr/include/inttypes.h:231:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_WINDOW_VISUALID", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1453:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_WINDOW_VISUALID" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_NET_WM_PING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1447:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_NET_WM_PING" }, +{ "tag": "const", "name": "SCNoFAST64", "ns": 0, "location": "/usr/include/inttypes.h:232:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SCNuLEAST16", "ns": 0, "location": "/usr/include/inttypes.h:209:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hu" }, +{ "tag": "const", "name": "SCNuLEAST32", "ns": 0, "location": "/usr/include/inttypes.h:210:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "AT_UCACHEBSIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:11:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "SCNuLEAST64", "ns": 0, "location": "/usr/include/inttypes.h:211:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "_INTTYPES_H", "ns": 0, "location": "/usr/include/inttypes.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNuFAST8", "ns": 0, "location": "/usr/include/inttypes.h:213:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhu" }, +{ "tag": "const", "name": "AT_DCACHEBSIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:9:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "SCNuFAST16", "ns": 0, "location": "/usr/include/inttypes.h:214:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "SCNuFAST32", "ns": 0, "location": "/usr/include/inttypes.h:215:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "AT_L1I_CACHEGEOMETRY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 41 }, +{ "tag": "const", "name": "SCNuFAST64", "ns": 0, "location": "/usr/include/inttypes.h:216:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "AT_L1I_CACHESIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 40 }, +{ "tag": "const", "name": "SCNo8", "ns": 0, "location": "/usr/include/inttypes.h:219:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hho" }, +{ "tag": "const", "name": "SCNo16", "ns": 0, "location": "/usr/include/inttypes.h:220:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ho" }, +{ "tag": "const", "name": "_STDINT_H", "ns": 0, "location": "/usr/include/stdint.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "AT_SYSINFO_EHDR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:18:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "AT_IGNOREPPC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:13:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "_BITS_STDINT_UINTN_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-uintn.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SCNo32", "ns": 0, "location": "/usr/include/inttypes.h:221:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "o" }, +{ "tag": "const", "name": "AT_L2_CACHEGEOMETRY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 45 }, +{ "tag": "const", "name": "AT_ICACHEBSIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:10:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "AT_L2_CACHESIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 44 }, +{ "tag": "const", "name": "AT_L1D_CACHEGEOMETRY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 43 }, +{ "tag": "const", "name": "AT_L1D_CACHESIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 42 }, +{ "tag": "const", "name": "SDL_BlitScaled", "ns": 0, "location": "/usr/include/SDL2/SDL_surface.h:926:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "AT_VECTOR_SIZE_ARCH", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:51:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "SCNu64", "ns": 0, "location": "/usr/include/inttypes.h:206:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "AT_L3_CACHEGEOMETRY", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 47 }, +{ "tag": "const", "name": "SCNuLEAST8", "ns": 0, "location": "/usr/include/inttypes.h:208:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "hhu" }, +{ "tag": "const", "name": "AT_L3_CACHESIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/auxvec.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 46 }, +{ "tag": "const", "name": "PPC_FEATURE2_HTM", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:41:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1073741824 }, +{ "tag": "const", "name": "UINT_LEAST64_MAX", "ns": 0, "location": "/usr/include/stdint.h:148:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "SDL_HINT_TIMER_RESOLUTION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1255:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_TIMER_RESOLUTION" }, +{ "tag": "const", "name": "PPC_FEATURE2_DSCR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 536870912 }, +{ "tag": "const", "name": "UINT_LEAST32_MAX", "ns": 0, "location": "/usr/include/stdint.h:147:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "SDL_HINT_TOUCH_MOUSE_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1266:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_TOUCH_MOUSE_EVENTS" }, +{ "tag": "const", "name": "PPC_FEATURE_PPC_LE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_TYPES_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "UINT_LEAST16_MAX", "ns": 0, "location": "/usr/include/stdint.h:146:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65535 }, +{ "tag": "const", "name": "SDL_HINT_THREAD_PRIORITY_POLICY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1225:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_THREAD_PRIORITY_POLICY" }, +{ "tag": "const", "name": "PPC_FEATURE2_ARCH_2_07", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483648 }, +{ "tag": "const", "name": "__TIMESIZE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/timesize.h:22:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "UINT_LEAST8_MAX", "ns": 0, "location": "/usr/include/stdint.h:145:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "SDL_HINT_THREAD_STACK_SIZE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1239:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_THREAD_STACK_SIZE" }, +{ "tag": "const", "name": "PPC_FEATURE2_TAR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 67108864 }, +{ "tag": "const", "name": "PPC_FEATURE2_VEC_CRYPTO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33554432 }, +{ "tag": "const", "name": "SDL_HINT_THREAD_FORCE_REALTIME_TIME_CRITICAL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1208:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_THREAD_FORCE_REALTIME_TIME_CRITICAL" }, +{ "tag": "const", "name": "PPC_FEATURE2_EBB", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 268435456 }, +{ "tag": "const", "name": "SDL_HINT_RPI_VIDEO_LAYER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1169:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RPI_VIDEO_LAYER" }, +{ "tag": "const", "name": "PPC_FEATURE2_ISEL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 134217728 }, +{ "tag": "const", "name": "SDL_HINT_SCREENSAVER_INHIBIT_ACTIVITY_NAME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1189:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_SCREENSAVER_INHIBIT_ACTIVITY_NAME" }, +{ "tag": "const", "name": "PPC_FEATURE2_HAS_IEEE128", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4194304 }, +{ "tag": "const", "name": "INT_LEAST64_MIN", "ns": 0, "location": "/usr/include/stdint.h:137:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "INT_LEAST32_MIN", "ns": 0, "location": "/usr/include/stdint.h:136:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_VSYNC", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1149:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_VSYNC" }, +{ "tag": "const", "name": "PPC_FEATURE2_DARN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2097152 }, +{ "tag": "const", "name": "SDL_HINT_RETURN_KEY_HIDES_IME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1161:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RETURN_KEY_HIDES_IME" }, +{ "tag": "const", "name": "INT_LEAST16_MIN", "ns": 0, "location": "/usr/include/stdint.h:135:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -32768 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_OPENGL_SHADERS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1126:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_OPENGL_SHADERS" }, +{ "tag": "const", "name": "PPC_FEATURE2_HTM_NOSC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16777216 }, +{ "tag": "const", "name": "INT_LEAST8_MIN", "ns": 0, "location": "/usr/include/stdint.h:134:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -128 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_SCALE_QUALITY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1138:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_SCALE_QUALITY" }, +{ "tag": "const", "name": "PPC_FEATURE2_ARCH_3_00", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8388608 }, +{ "tag": "const", "name": "UINT64_MAX", "ns": 0, "location": "/usr/include/stdint.h:130:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "PPC_FEATURE2_ARCH_3_1", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 262144 }, +{ "tag": "const", "name": "INT_LEAST64_MAX", "ns": 0, "location": "/usr/include/stdint.h:142:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "INT_LEAST32_MAX", "ns": 0, "location": "/usr/include/stdint.h:141:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "PPC_FEATURE2_MMA", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 131072 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_LOGICAL_SIZE_MODE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1115:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_LOGICAL_SIZE_MODE" }, +{ "tag": "const", "name": "INT_LEAST16_MAX", "ns": 0, "location": "/usr/include/stdint.h:140:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32767 }, +{ "tag": "const", "name": "PPC_FEATURE2_SCV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:51:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1048576 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_DIRECT3D_THREADSAFE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1084:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_DIRECT3D_THREADSAFE" }, +{ "tag": "const", "name": "PPC_FEATURE2_HTM_NO_SUSPEND", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 524288 }, +{ "tag": "const", "name": "INT_LEAST8_MAX", "ns": 0, "location": "/usr/include/stdint.h:139:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 127 }, +{ "tag": "const", "name": "SDL_HINT_RENDER_DRIVER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1104:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_RENDER_DRIVER" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_FORCE_EGL", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1421:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_FORCE_EGL" }, +{ "tag": "const", "name": "INT8_MAX", "ns": 0, "location": "/usr/include/stdint.h:121:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 127 }, +{ "tag": "const", "name": "SCNuPTR", "ns": 0, "location": "/usr/include/inttypes.h:262:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "INT16_MAX", "ns": 0, "location": "/usr/include/stdint.h:122:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32767 }, +{ "tag": "const", "name": "INT64_MIN", "ns": 0, "location": "/usr/include/stdint.h:119:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "SCNxPTR", "ns": 0, "location": "/usr/include/inttypes.h:263:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "PPC_FEATURE_NO_TB", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:17:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1048576 }, +{ "tag": "const", "name": "PPC_FEATURE_POWER5", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 262144 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1433:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR" }, +{ "tag": "const", "name": "PPC_FEATURE_POWER4", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:18:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 524288 }, +{ "tag": "const", "name": "INT32_MIN", "ns": 0, "location": "/usr/include/stdint.h:118:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_WAYLAND_ALLOW_LIBDECOR", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1375:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_WAYLAND_ALLOW_LIBDECOR" }, +{ "tag": "const", "name": "UINT32_MAX", "ns": 0, "location": "/usr/include/stdint.h:129:10", "type": { "tag": ":unsigned-long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "PPC_FEATURE_POWER5_PLUS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 131072 }, +{ "tag": "const", "name": "PPC_FEATURE_ICACHE_SNOOP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8192 }, +{ "tag": "const", "name": "UINT16_MAX", "ns": 0, "location": "/usr/include/stdint.h:128:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65535 }, +{ "tag": "const", "name": "UINT8_MAX", "ns": 0, "location": "/usr/include/stdint.h:127:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "_CTYPE_H", "ns": 0, "location": "/usr/include/ctype.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PPC_FEATURE_CELL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:21:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65536 }, +{ "tag": "const", "name": "INT64_MAX", "ns": 0, "location": "/usr/include/stdint.h:124:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1364:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS" }, +{ "tag": "const", "name": "SCNxFAST64", "ns": 0, "location": "/usr/include/inttypes.h:248:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "INT32_MAX", "ns": 0, "location": "/usr/include/stdint.h:123:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "SCNxFAST32", "ns": 0, "location": "/usr/include/inttypes.h:247:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "PPC_FEATURE_SMT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16384 }, +{ "tag": "const", "name": "PPC_FEATURE_BOOKE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:22:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32768 }, +{ "tag": "const", "name": "PPC_FEATURE_ARCH_2_05", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:25:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4096 }, +{ "tag": "const", "name": "SCNoMAX", "ns": 0, "location": "/usr/include/inttypes.h:254:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_EGL_ALLOW_TRANSPARENCY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1317:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_EGL_ALLOW_TRANSPARENCY" }, +{ "tag": "const", "name": "SCNdMAX", "ns": 0, "location": "/usr/include/inttypes.h:252:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "PPC_FEATURE_POWER6_EXT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:28:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 512 }, +{ "tag": "const", "name": "SCNiMAX", "ns": 0, "location": "/usr/include/inttypes.h:253:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "SCNxMAX", "ns": 0, "location": "/usr/include/inttypes.h:256:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "INT16_MIN", "ns": 0, "location": "/usr/include/stdint.h:117:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -32768 }, +{ "tag": "const", "name": "SCNdPTR", "ns": 0, "location": "/usr/include/inttypes.h:259:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SCNuMAX", "ns": 0, "location": "/usr/include/inttypes.h:255:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "INT8_MIN", "ns": 0, "location": "/usr/include/stdint.h:116:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -128 }, +{ "tag": "const", "name": "SCNoPTR", "ns": 0, "location": "/usr/include/inttypes.h:261:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lo" }, +{ "tag": "const", "name": "PPC_FEATURE_TRUE_LE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PPC_FEATURE_HAS_DFP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:27:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "SCNiPTR", "ns": 0, "location": "/usr/include/inttypes.h:260:10", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "li" }, +{ "tag": "const", "name": "PPC_FEATURE_HAS_VSX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "PPC_FEATURE_PA6T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:26:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2048 }, +{ "tag": "const", "name": "PPC_FEATURE_ARCH_2_06", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:29:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 256 }, +{ "tag": "const", "name": "SDL_FORCE_INLINE", "ns": 0, "location": "/usr/include/SDL2/begin_code.h:141:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "XA_UNDERLINE_POSITION", "ns": 0, "location": "/usr/include/X11/Xatom.h:59:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 51 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_ALLOW_SCREENSAVER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1287:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_ALLOW_SCREENSAVER" }, +{ "tag": "const", "name": "PPC_FEATURE_PSERIES_PERFMON_COMPAT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/asm/cputable.h:32:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1356:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_MAC_FULLSCREEN_SPACES" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_WIN_D3DCOMPILER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1410:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_WIN_D3DCOMPILER" }, +{ "tag": "const", "name": "XA_SUBSCRIPT_X", "ns": 0, "location": "/usr/include/X11/Xatom.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 49 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_HIGHDPI_DISABLED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1337:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_HIGHDPI_DISABLED" }, +{ "tag": "const", "name": "SDL_HINT_TV_REMOTE_AS_JOYSTICK", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1276:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_TV_REMOTE_AS_JOYSTICK" }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_EXTERNAL_CONTEXT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1332:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_EXTERNAL_CONTEXT" }, +{ "tag": "const", "name": "SDL_FALLTHROUGH", "ns": 0, "location": "/usr/include/SDL2/begin_code.h:181:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_DOUBLE_BUFFER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1306:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_DOUBLE_BUFFER" }, +{ "tag": "const", "name": "SDL_PRIX32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:307:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "X" }, +{ "tag": "const", "name": "XA_SUPERSCRIPT_X", "ns": 0, "location": "/usr/include/X11/Xatom.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 47 }, +{ "tag": "const", "name": "XA_SUBSCRIPT_Y", "ns": 0, "location": "/usr/include/X11/Xatom.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 50 }, +{ "tag": "const", "name": "SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:1394:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_VIDEO_WINDOW_SHARE_PIXEL_FORMAT" }, +{ "tag": "const", "name": "XA_SUPERSCRIPT_Y", "ns": 0, "location": "/usr/include/X11/Xatom.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 48 }, +{ "tag": "const", "name": "SDL_PRIs32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:286:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "d" }, +{ "tag": "const", "name": "NULL", "ns": 0, "location": "/usr/lib/llvm-13/lib/clang/13.0.1/include/stddef.h:89:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_PRIu32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:293:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "u" }, +{ "tag": "const", "name": "XA_NORM_SPACE", "ns": 0, "location": "/usr/include/X11/Xatom.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 44 }, +{ "tag": "const", "name": "XA_MAX_SPACE", "ns": 0, "location": "/usr/include/X11/Xatom.h:53:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 45 }, +{ "tag": "const", "name": "SDL_PRIx32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:300:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "x" }, +{ "tag": "const", "name": "XA_END_SPACE", "ns": 0, "location": "/usr/include/X11/Xatom.h:54:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 46 }, +{ "tag": "const", "name": "SDL_PRIx64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:264:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lx" }, +{ "tag": "const", "name": "XA_POINT_SIZE", "ns": 0, "location": "/usr/include/X11/Xatom.h:67:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 59 }, +{ "tag": "const", "name": "SIZEOF_VOIDP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "SDL_PRIX64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:275:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lX" }, +{ "tag": "const", "name": "XA_RESOLUTION", "ns": 0, "location": "/usr/include/X11/Xatom.h:68:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 60 }, +{ "tag": "const", "name": "XA_COPYRIGHT", "ns": 0, "location": "/usr/include/X11/Xatom.h:69:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 61 }, +{ "tag": "const", "name": "XA_QUAD_WIDTH", "ns": 0, "location": "/usr/include/X11/Xatom.h:65:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 57 }, +{ "tag": "const", "name": "_HAS_FALLTHROUGH", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:1765:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SDL_PRIu64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:253:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "lu" }, +{ "tag": "const", "name": "XA_WEIGHT", "ns": 0, "location": "/usr/include/X11/Xatom.h:66:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 58 }, +{ "tag": "const", "name": "HAVE_ALLOCA_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_MIDDLE", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:436:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_MIN_UINT64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:232:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "STDC_HEADERS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_LEFT", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:435:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_ITALIC_ANGLE", "ns": 0, "location": "/usr/include/X11/Xatom.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 55 }, +{ "tag": "const", "name": "SDL_PRIs64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:246:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "ld" }, +{ "tag": "const", "name": "SDL_BUTTON_X1", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:438:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SDL_MIN_SINT64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:226:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -9223372036854775808 }, +{ "tag": "const", "name": "XA_STRIKEOUT_ASCENT", "ns": 0, "location": "/usr/include/X11/Xatom.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 53 }, +{ "tag": "const", "name": "HAVE_LIBC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_RIGHT", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:437:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_MAX_UINT64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:231:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "XA_UNDERLINE_THICKNESS", "ns": 0, "location": "/usr/include/X11/Xatom.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 52 }, +{ "tag": "const", "name": "HAVE_GCC_ATOMICS", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:52:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_LIMITS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:66:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_STRIKEOUT_DESCENT", "ns": 0, "location": "/usr/include/X11/Xatom.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 54 }, +{ "tag": "const", "name": "SDL_BUTTON_LMASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:440:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_WM_TRANSIENT_FOR", "ns": 0, "location": "/usr/include/X11/Xatom.h:76:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 68 }, +{ "tag": "const", "name": "HAVE_INTTYPES_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:65:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_X2", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:439:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "XA_LAST_PREDEFINED", "ns": 0, "location": "/usr/include/X11/Xatom.h:78:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 68 }, +{ "tag": "const", "name": "HAVE_ICONV_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:64:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_FLOAT_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_RMASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:442:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "XA_X_HEIGHT", "ns": 0, "location": "/usr/include/X11/Xatom.h:64:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 56 }, +{ "tag": "const", "name": "HAVE_CTYPE_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_MMASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:441:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XA_FAMILY_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:72:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 64 }, +{ "tag": "const", "name": "XA_CAP_HEIGHT", "ns": 0, "location": "/usr/include/X11/Xatom.h:74:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 66 }, +{ "tag": "const", "name": "HAVE_SIGNAL_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:70:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_BUTTON_X2MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:444:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "XA_WM_CLASS", "ns": 0, "location": "/usr/include/X11/Xatom.h:75:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 67 }, +{ "tag": "const", "name": "SDL_BUTTON_X1MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_mouse.h:443:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "HAVE_MEMORY_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:69:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_FULL_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65 }, +{ "tag": "const", "name": "XA_NOTICE", "ns": 0, "location": "/usr/include/X11/Xatom.h:70:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 62 }, +{ "tag": "const", "name": "HAVE_MATH_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:68:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_MALLOC_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:67:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_FONT_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:71:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 63 }, +{ "tag": "const", "name": "HAVE_STDLIB_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:74:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STDIO_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:73:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STDINT_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:72:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "HAVE_STDARG_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/SDL2/_real_SDL_config.h:71:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_UINTN_IDENTITY_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/uintn-identity.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_INLINE", "ns": 0, "location": "/usr/include/SDL2/begin_code.h:130:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "RetainPermanent", "ns": 0, "location": "/usr/include/X11/X.h:457:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "RetainTemporary", "ns": 0, "location": "/usr/include/X11/X.h:458:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "_BITS_ENDIANNESS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/endianness.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__BYTE_ORDER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/endianness.h:13:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "SetModeDelete", "ns": 0, "location": "/usr/include/X11/X.h:452:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SetModeInsert", "ns": 0, "location": "/usr/include/X11/X.h:451:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "DestroyAll", "ns": 0, "location": "/usr/include/X11/X.h:456:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "BottomIf", "ns": 0, "location": "/usr/include/X11/X.h:465:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "_BITS_ENDIAN_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/endian.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_ENDIAN_H", "ns": 0, "location": "/usr/include/endian.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Opposite", "ns": 0, "location": "/usr/include/X11/X.h:466:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "__PDP_ENDIAN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/endian.h:32:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3412 }, +{ "tag": "const", "name": "Above", "ns": 0, "location": "/usr/include/X11/X.h:462:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "__LITTLE_ENDIAN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/endian.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "__BIG_ENDIAN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/endian.h:31:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "Below", "ns": 0, "location": "/usr/include/X11/X.h:463:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "TopIf", "ns": 0, "location": "/usr/include/X11/X.h:464:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PropModeReplace", "ns": 0, "location": "/usr/include/X11/X.h:475:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "PropModeAppend", "ns": 0, "location": "/usr/include/X11/X.h:477:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "PropModePrepend", "ns": 0, "location": "/usr/include/X11/X.h:476:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__BIT_TYPES_DEFINED__", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/sys/types.h:171:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "RaiseLowest", "ns": 0, "location": "/usr/include/X11/X.h:470:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "LowerHighest", "ns": 0, "location": "/usr/include/X11/X.h:471:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GXandReverse", "ns": 0, "location": "/usr/include/X11/X.h:487:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "GXandInverted", "ns": 0, "location": "/usr/include/X11/X.h:489:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "GXcopy", "ns": 0, "location": "/usr/include/X11/X.h:488:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "GXclear", "ns": 0, "location": "/usr/include/X11/X.h:485:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "GXand", "ns": 0, "location": "/usr/include/X11/X.h:486:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_BYTESWAP_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/byteswap.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "PDP_ENDIAN", "ns": 0, "location": "/usr/include/endian.h:29:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3412 }, +{ "tag": "const", "name": "XA_ATOM", "ns": 0, "location": "/usr/include/X11/Xatom.h:12:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "BIG_ENDIAN", "ns": 0, "location": "/usr/include/endian.h:28:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4321 }, +{ "tag": "const", "name": "XA_BITMAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:13:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "XA_CARDINAL", "ns": 0, "location": "/usr/include/X11/Xatom.h:14:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "XA_CURSOR", "ns": 0, "location": "/usr/include/X11/Xatom.h:16:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "BYTE_ORDER", "ns": 0, "location": "/usr/include/endian.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "XA_COLORMAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:15:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "__FLOAT_WORD_ORDER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/endian.h:40:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "XATOM_H", "ns": 0, "location": "/usr/include/X11/Xatom.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LITTLE_ENDIAN", "ns": 0, "location": "/usr/include/endian.h:27:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1234 }, +{ "tag": "const", "name": "XA_PRIMARY", "ns": 0, "location": "/usr/include/X11/Xatom.h:9:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_ARC", "ns": 0, "location": "/usr/include/X11/Xatom.h:11:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "XA_SECONDARY", "ns": 0, "location": "/usr/include/X11/Xatom.h:10:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XA_CUT_BUFFER5", "ns": 0, "location": "/usr/include/X11/Xatom.h:22:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "FillStippled", "ns": 0, "location": "/usr/include/X11/X.h:525:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "FillTiled", "ns": 0, "location": "/usr/include/X11/X.h:524:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__clock_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/clock_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FillSolid", "ns": 0, "location": "/usr/include/X11/X.h:523:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XA_CUT_BUFFER4", "ns": 0, "location": "/usr/include/X11/Xatom.h:21:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "__clockid_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/clockid_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "JoinBevel", "ns": 0, "location": "/usr/include/X11/X.h:519:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XA_CUT_BUFFER6", "ns": 0, "location": "/usr/include/X11/Xatom.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "JoinRound", "ns": 0, "location": "/usr/include/X11/X.h:518:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ClipByChildren", "ns": 0, "location": "/usr/include/X11/X.h:535:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XA_CUT_BUFFER1", "ns": 0, "location": "/usr/include/X11/Xatom.h:18:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "WindingRule", "ns": 0, "location": "/usr/include/X11/X.h:531:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_CUT_BUFFER0", "ns": 0, "location": "/usr/include/X11/Xatom.h:17:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "EvenOddRule", "ns": 0, "location": "/usr/include/X11/X.h:530:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XA_CUT_BUFFER3", "ns": 0, "location": "/usr/include/X11/Xatom.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "FillOpaqueStippled", "ns": 0, "location": "/usr/include/X11/X.h:526:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "XA_CUT_BUFFER2", "ns": 0, "location": "/usr/include/X11/Xatom.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "YXBanded", "ns": 0, "location": "/usr/include/X11/X.h:543:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "XA_RESOURCE_MANAGER", "ns": 0, "location": "/usr/include/X11/Xatom.h:31:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 23 }, +{ "tag": "const", "name": "YXSorted", "ns": 0, "location": "/usr/include/X11/X.h:542:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XA_RECTANGLE", "ns": 0, "location": "/usr/include/X11/Xatom.h:30:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 22 }, +{ "tag": "const", "name": "YSorted", "ns": 0, "location": "/usr/include/X11/X.h:541:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "Unsorted", "ns": 0, "location": "/usr/include/X11/X.h:540:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XA_CUT_BUFFER7", "ns": 0, "location": "/usr/include/X11/Xatom.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "IncludeInferiors", "ns": 0, "location": "/usr/include/X11/X.h:536:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_DRAWABLE", "ns": 0, "location": "/usr/include/X11/Xatom.h:25:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 17 }, +{ "tag": "const", "name": "XA_INTEGER", "ns": 0, "location": "/usr/include/X11/Xatom.h:27:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 19 }, +{ "tag": "const", "name": "XA_RGB_BEST_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:33:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 25 }, +{ "tag": "const", "name": "Nonconvex", "ns": 0, "location": "/usr/include/X11/X.h:553:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_RGB_BLUE_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:34:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 26 }, +{ "tag": "const", "name": "Complex", "ns": 0, "location": "/usr/include/X11/X.h:552:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "CoordModePrevious", "ns": 0, "location": "/usr/include/X11/X.h:548:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_POINT", "ns": 0, "location": "/usr/include/X11/Xatom.h:29:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 21 }, +{ "tag": "const", "name": "XA_FONT", "ns": 0, "location": "/usr/include/X11/Xatom.h:26:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 18 }, +{ "tag": "const", "name": "CoordModeOrigin", "ns": 0, "location": "/usr/include/X11/X.h:547:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XA_PIXMAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:28:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 20 }, +{ "tag": "const", "name": "GXequiv", "ns": 0, "location": "/usr/include/X11/X.h:494:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "SDL_MAX_UINT32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:218:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4294967295 }, +{ "tag": "const", "name": "GXor", "ns": 0, "location": "/usr/include/X11/X.h:492:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "SDL_MIN_UINT32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:219:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_MIN_SINT32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:213:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "GXxor", "ns": 0, "location": "/usr/include/X11/X.h:491:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "GXnor", "ns": 0, "location": "/usr/include/X11/X.h:493:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "XA_WM_COMMAND", "ns": 0, "location": "/usr/include/X11/Xatom.h:42:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 34 }, +{ "tag": "const", "name": "SDL_MAX_SINT64", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:225:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9223372036854775807 }, +{ "tag": "const", "name": "GXnoop", "ns": 0, "location": "/usr/include/X11/X.h:490:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "_BITS_STDINT_INTN_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/stdint-intn.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "GXorInverted", "ns": 0, "location": "/usr/include/X11/X.h:498:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 13 }, +{ "tag": "const", "name": "SDL_MIN_UINT16", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:207:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XA_VISUALID", "ns": 0, "location": "/usr/include/X11/Xatom.h:40:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "GXnand", "ns": 0, "location": "/usr/include/X11/X.h:499:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "GXcopyInverted", "ns": 0, "location": "/usr/include/X11/X.h:497:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 12 }, +{ "tag": "const", "name": "SDL_MAX_UINT16", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:206:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65535 }, +{ "tag": "const", "name": "GXorReverse", "ns": 0, "location": "/usr/include/X11/X.h:496:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 11 }, +{ "tag": "const", "name": "XA_RGB_DEFAULT_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:35:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 27 }, +{ "tag": "const", "name": "GXinvert", "ns": 0, "location": "/usr/include/X11/X.h:495:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 10 }, +{ "tag": "const", "name": "SDL_MAX_SINT16", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:200:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32767 }, +{ "tag": "const", "name": "SDL_MIN_UINT8", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:195:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SDL_MAX_SINT32", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:212:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "XA_WM_NORMAL_HINTS", "ns": 0, "location": "/usr/include/X11/Xatom.h:48:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 40 }, +{ "tag": "const", "name": "SDL_MIN_SINT16", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:201:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -32768 }, +{ "tag": "const", "name": "LineSolid", "ns": 0, "location": "/usr/include/X11/X.h:504:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "GXset", "ns": 0, "location": "/usr/include/X11/X.h:500:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "__time_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/time_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XA_RGB_GREEN_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:37:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 29 }, +{ "tag": "const", "name": "SDL_MAX_SINT8", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:188:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 127 }, +{ "tag": "const", "name": "JoinMiter", "ns": 0, "location": "/usr/include/X11/X.h:517:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "LineDoubleDash", "ns": 0, "location": "/usr/include/X11/X.h:506:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "CapProjecting", "ns": 0, "location": "/usr/include/X11/X.h:513:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "SDL_MAX_UINT8", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:194:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 255 }, +{ "tag": "const", "name": "CapRound", "ns": 0, "location": "/usr/include/X11/X.h:512:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SDL_MIN_SINT8", "ns": 0, "location": "/usr/include/SDL2/SDL_stdinc.h:189:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -128 }, +{ "tag": "const", "name": "__timer_t_defined", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/timer_t.h:2:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "LineOnOffDash", "ns": 0, "location": "/usr/include/X11/X.h:505:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CapButt", "ns": 0, "location": "/usr/include/X11/X.h:511:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_DEVICE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:825:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_DEVICE" }, +{ "tag": "const", "name": "CapNotLast", "ns": 0, "location": "/usr/include/X11/X.h:510:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "XA_RGB_RED_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:38:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 30 }, +{ "tag": "const", "name": "SDL_HINT_KMSDRM_REQUIRE_DRM_MASTER", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:818:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_KMSDRM_REQUIRE_DRM_MASTER" }, +{ "tag": "const", "name": "XA_RGB_GRAY_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:36:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 28 }, +{ "tag": "const", "name": "XA_RGB_COLOR_MAP", "ns": 0, "location": "/usr/include/X11/Xatom.h:32:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 24 }, +{ "tag": "const", "name": "XA_STRING", "ns": 0, "location": "/usr/include/X11/Xatom.h:39:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 31 }, +{ "tag": "const", "name": "XA_WM_HINTS", "ns": 0, "location": "/usr/include/X11/Xatom.h:43:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 35 }, +{ "tag": "const", "name": "XA_WM_ICON_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:45:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 37 }, +{ "tag": "const", "name": "XA_WM_NAME", "ns": 0, "location": "/usr/include/X11/Xatom.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 39 }, +{ "tag": "const", "name": "XA_WINDOW", "ns": 0, "location": "/usr/include/X11/Xatom.h:41:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 33 }, +{ "tag": "const", "name": "XA_WM_ZOOM_HINTS", "ns": 0, "location": "/usr/include/X11/Xatom.h:50:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 42 }, +{ "tag": "const", "name": "XA_WM_ICON_SIZE", "ns": 0, "location": "/usr/include/X11/Xatom.h:46:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 38 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_RAWINPUT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:771:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_RAWINPUT" }, +{ "tag": "const", "name": "XA_WM_CLIENT_MACHINE", "ns": 0, "location": "/usr/include/X11/Xatom.h:44:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 36 }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_THREAD", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:795:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_THREAD" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_RAWINPUT_CORRELATE_XINPUT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:784:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_RAWINPUT_CORRELATE_XINPUT" }, +{ "tag": "const", "name": "XA_MIN_SPACE", "ns": 0, "location": "/usr/include/X11/Xatom.h:51:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 43 }, +{ "tag": "const", "name": "XA_WM_SIZE_HINTS", "ns": 0, "location": "/usr/include/X11/Xatom.h:49:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 41 }, +{ "tag": "const", "name": "SDLK_SCANCODE_MASK", "ns": 0, "location": "/usr/include/SDL2/SDL_keycode.h:47:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1073741824 }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLERTYPE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:469:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLERTYPE" }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:482:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLER_IGNORE_DEVICES" }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:495:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT" }, +{ "tag": "const", "name": "SDL_HINT_FRAMEBUFFER_ACCELERATION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:430:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_FRAMEBUFFER_ACCELERATION" }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLERCONFIG", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:440:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLERCONFIG" }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLERCONFIG_FILE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:450:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLERCONFIG_FILE" }, +{ "tag": "const", "name": "SDL_HINT_IME_SHOW_UI", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:567:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IME_SHOW_UI" }, +{ "tag": "const", "name": "SDL_HINT_IOS_HIDE_HOME_INDICATOR", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:578:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IOS_HIDE_HOME_INDICATOR" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:591:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_ALLOW_BACKGROUND_EVENTS" }, +{ "tag": "const", "name": "SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:518:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GAMECONTROLLER_USE_BUTTON_LABELS" }, +{ "tag": "const", "name": "SDL_HINT_GRAB_KEYBOARD", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:529:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_GRAB_KEYBOARD" }, +{ "tag": "const", "name": "SDL_HINT_IDLE_TIMER_DISABLED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:546:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IOS_IDLE_TIMER_DISABLED" }, +{ "tag": "const", "name": "SDL_HINT_IME_INTERNAL_EDITING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:558:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_IME_INTERNAL_EDITING" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS4", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:646:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS4" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:666:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS4_RUMBLE" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS5", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:677:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS5" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:602:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_GAMECUBE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:613:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_GAMECUBE" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:624:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_JOY_CONS" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_LUNA", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:635:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_LUNA" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_STEAM", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:728:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_STEAM" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_SWITCH", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:739:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_SWITCH" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:750:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_SWITCH_HOME_LED" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_XBOX", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:761:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_XBOX" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS5_PLAYER_LED", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:686:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS5_PLAYER_LED" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:705:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_PS5_RUMBLE" }, +{ "tag": "const", "name": "SDL_HINT_JOYSTICK_HIDAPI_STADIA", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:716:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_JOYSTICK_HIDAPI_STADIA" }, +{ "tag": "const", "name": "FPE_INTDIV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:97:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMStringConversionWrapped", "ns": 0, "location": "/usr/include/X11/Xlib.h:1289:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 32 }, +{ "tag": "const", "name": "FPE_INTOVF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:99:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "__CPU_MASK_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__ldiv_t_defined", "ns": 0, "location": "/usr/include/stdlib.h:71:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FPE_FLTDIV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:101:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "FPE_FLTOVF", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:103:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "__INO_T_MATCHES_INO64_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:72:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ILL_PRVOPC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:82:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "__lldiv_t_defined", "ns": 0, "location": "/usr/include/stdlib.h:81:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__OFF_T_MATCHES_OFF64_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:69:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ILL_PRVREG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:84:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "EXIT_FAILURE", "ns": 0, "location": "/usr/include/stdlib.h:91:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__STATFS_MATCHES_STATFS64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:78:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "RAND_MAX", "ns": 0, "location": "/usr/include/stdlib.h:86:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "__RLIM_T_MATCHES_RLIM64_T", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:75:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "EXIT_SUCCESS", "ns": 0, "location": "/usr/include/stdlib.h:92:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "ILL_COPROC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:86:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "ILL_BADIADDR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:90:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "__FD_SETSIZE", "ns": 0, "location": "/usr/include/linux/posix_types.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1024 }, +{ "tag": "const", "name": "ILL_BADSTK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:88:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "XIMStringConversionBuffer", "ns": 0, "location": "/usr/include/X11/Xlib.h:1305:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "FPE_CONDTRAP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:115:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 15 }, +{ "tag": "const", "name": "SEGV_MAPERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:122:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMStringConversionLine", "ns": 0, "location": "/usr/include/X11/Xlib.h:1306:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XIMStringConversionWord", "ns": 0, "location": "/usr/include/X11/Xlib.h:1307:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "__KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/typesizes.h:81:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__TIME64_T_TYPE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/time64.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SEGV_ACCERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:124:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "_BITS_TIME64_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/time64.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SEGV_BNDERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:126:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "FPE_FLTUND", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:105:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "FPE_FLTRES", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:107:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "FPE_FLTINV", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:109:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "XIMStringConversionChar", "ns": 0, "location": "/usr/include/X11/Xlib.h:1308:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "FPE_FLTSUB", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:111:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "FPE_FLTUNK", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:113:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 14 }, +{ "tag": "const", "name": "SEGV_MTESERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:138:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 9 }, +{ "tag": "const", "name": "XIMPreeditUnKnown", "ns": 0, "location": "/usr/include/X11/Xlib.h:1269:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "BUS_ADRALN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:145:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMPreeditEnable", "ns": 0, "location": "/usr/include/X11/Xlib.h:1270:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "BUS_ADRERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:147:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "BUS_MCEERR_AR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:151:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "BUS_OBJERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:149:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "__W_CONTINUED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitstatus.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 65535 }, +{ "tag": "const", "name": "SEGV_ACCADI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:130:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "SEGV_PKUERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:128:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "SEGV_ADIDERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:132:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "XIMPreeditDisable", "ns": 0, "location": "/usr/include/X11/Xlib.h:1271:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "SEGV_ADIPERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:134:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 7 }, +{ "tag": "const", "name": "__WCOREFLAG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/waitstatus.h:59:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "SEGV_MTEAERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:136:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "XIMInitialState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1279:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CLD_TRAPPED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:185:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "XIMPreserveState", "ns": 0, "location": "/usr/include/X11/Xlib.h:1280:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "CLD_STOPPED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:187:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "POLL_IN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:196:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMStringConversionLeftEdge", "ns": 0, "location": "/usr/include/X11/Xlib.h:1284:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "CLD_CONTINUED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:189:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "POLL_OUT", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:198:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XIMStringConversionRightEdge", "ns": 0, "location": "/usr/include/X11/Xlib.h:1285:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "BUS_MCEERR_AO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:153:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "CLD_EXITED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:179:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "XIMStringConversionTopEdge", "ns": 0, "location": "/usr/include/X11/Xlib.h:1286:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "CLD_KILLED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:181:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "XIMStringConversionBottomEdge", "ns": 0, "location": "/usr/include/X11/Xlib.h:1287:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 8 }, +{ "tag": "const", "name": "XIMStringConversionConcealed", "ns": 0, "location": "/usr/include/X11/Xlib.h:1288:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 16 }, +{ "tag": "const", "name": "CLD_DUMPED", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:183:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "POLL_ERR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:202:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "POLL_MSG", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:200:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "POLL_HUP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:206:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 6 }, +{ "tag": "const", "name": "POLL_PRI", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:204:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 5 }, +{ "tag": "const", "name": "MB_CUR_MAX", "ns": 0, "location": "/usr/include/stdlib.h:96:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_STRING_H", "ns": 0, "location": "/usr/include/string.h:23:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "strerror_r", "ns": 0, "location": "/usr/include/string.h:423:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "_STRINGS_H", "ns": 0, "location": "/usr/include/strings.h:19:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "__MATH_DECLARING_FLOATN", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:2056:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_int", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:136:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__MATH_DECLARING_DOUBLE", "ns": 0, "location": "/tmp/tmp9W80UICX-tmp.c:2058:12", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_value", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:135:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_timerid", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:130:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_call_addr", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:146:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_pkey", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:142:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_lower", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:140:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_upper", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:141:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_ptr", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:137:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "__SI_ASYNCIO_AFTER_SIGIO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:30:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "_BITS_SIGINFO_CONSTS_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "si_arch", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:148:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "si_syscall", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/siginfo_t.h:147:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 } }, +{ "tag": "const", "name": "SI_ASYNCIO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:62:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -4 }, +{ "tag": "const", "name": "SI_SIGIO", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:58:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -5 }, +{ "tag": "const", "name": "SI_TKILL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:57:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -6 }, +{ "tag": "const", "name": "SI_DETHREAD", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:56:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -7 }, +{ "tag": "const", "name": "SI_ASYNCNL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:55:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -60 }, +{ "tag": "const", "name": "SI_KERNEL", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:65:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 128 }, +{ "tag": "const", "name": "SI_USER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:64:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 0 }, +{ "tag": "const", "name": "SI_QUEUE", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:63:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -1 }, +{ "tag": "const", "name": "SI_TIMER", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:61:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2 }, +{ "tag": "const", "name": "SI_MESGQ", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:60:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -3 }, +{ "tag": "const", "name": "_BITS_TYPES___LOCALE_T_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/__locale_t.h:21:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ILL_ILLTRP", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:80:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 4 }, +{ "tag": "const", "name": "_BITS_TYPES_LOCALE_T_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/types/locale_t.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "ILL_ILLADR", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:78:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 3 }, +{ "tag": "const", "name": "ILL_ILLOPN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:76:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2 }, +{ "tag": "const", "name": "ILL_ILLOPC", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/siginfo-consts.h:74:11", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:94:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION" }, +{ "tag": "const", "name": "SDL_HINT_ALLOW_TOPMOST", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:82:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ALLOW_TOPMOST" }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_BLOCK_ON_PAUSE_PAUSEAUDIO", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:129:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_BLOCK_ON_PAUSE_PAUSEAUDIO" }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_BLOCK_ON_PAUSE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:117:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_BLOCK_ON_PAUSE" }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:106:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION" }, +{ "tag": "const", "name": "SDL_HINT_APPLE_TV_CONTROLLER_UI_EVENTS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:184:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_APPLE_TV_CONTROLLER_UI_EVENTS" }, +{ "tag": "const", "name": "SDL_HINT_APP_NAME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:166:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_APP_NAME" }, +{ "tag": "const", "name": "SDL_HINT_ANDROID_TRAP_BACK_BUTTON", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:146:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ANDROID_TRAP_BACK_BUTTON" }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_DEVICE_STREAM_NAME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:249:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_DEVICE_STREAM_NAME" }, +{ "tag": "const", "name": "_WCHAR_H", "ns": 0, "location": "/usr/include/wchar.h:24:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_DEVICE_APP_NAME", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:228:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_DEVICE_APP_NAME" }, +{ "tag": "const", "name": "_BITS_WCHAR_H", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/wchar.h:20:9", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 1 }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_CATEGORY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:207:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_CATEGORY" }, +{ "tag": "const", "name": "SDL_HINT_APPLE_TV_REMOTE_ALLOW_ROTATION", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:194:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_APPLE_TV_REMOTE_ALLOW_ROTATION" }, +{ "tag": "const", "name": "__WCHAR_MIN", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/wchar.h:46:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": -2147483648 }, +{ "tag": "const", "name": "SDL_HINT_AUTO_UPDATE_JOYSTICKS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:307:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUTO_UPDATE_JOYSTICKS" }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_RESAMPLING_MODE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:295:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_RESAMPLING_MODE" }, +{ "tag": "const", "name": "SDL_HINT_AUDIO_DEVICE_STREAM_ROLE", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:269:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUDIO_DEVICE_STREAM_ROLE" }, +{ "tag": "const", "name": "__WCHAR_MAX", "ns": 0, "location": "/usr/include/powerpc64le-linux-gnu/bits/wchar.h:34:10", "type": { "tag": ":long", "bit-size": 64, "bit-alignment": 64 }, "value": 2147483647 }, +{ "tag": "const", "name": "SDL_HINT_EMSCRIPTEN_ASYNCIFY", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:367:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_EMSCRIPTEN_ASYNCIFY" }, +{ "tag": "const", "name": "SDL_HINT_DISPLAY_USABLE_BOUNDS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:352:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_DISPLAY_USABLE_BOUNDS" }, +{ "tag": "const", "name": "SDL_HINT_BMP_SAVE_LEGACY_FORMAT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:338:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_BMP_SAVE_LEGACY_FORMAT" }, +{ "tag": "const", "name": "SDL_HINT_AUTO_UPDATE_SENSORS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:319:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_AUTO_UPDATE_SENSORS" }, +{ "tag": "const", "name": "SDL_HINT_EVENT_LOGGING", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:413:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_EVENT_LOGGING" }, +{ "tag": "const", "name": "SDL_HINT_ENABLE_STEAM_CONTROLLERS", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:392:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_ENABLE_STEAM_CONTROLLERS" }, +{ "tag": "const", "name": "SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT", "ns": 0, "location": "/usr/include/SDL2/SDL_hints.h:381:9", "type": { "tag": ":pointer", "type": { "tag": ":char", "bit-size": 8, "bit-alignment": 8 } }, "value": "SDL_EMSCRIPTEN_KEYBOARD_ELEMENT" } +]