Home
last modified time | relevance | path

Searched defs:input_t (Results 1 – 25 of 145) sorted by relevance

123456

/dports/devel/re2c/re2c-2.2/test/tags/
H A Dconf2.c21 struct input_t { struct
30 input_t() in input_t() argument
39 bool fill(size_t need) in fill()
H A Dconf2_i_tags_input_custom.c21 struct input_t { struct
30 input_t() in input_t() argument
39 bool fill(size_t need) in fill()
/dports/devel/re2c/re2c-2.2/test/eof/
H A Deof_04_w.c9 struct input_t { struct
17 input_t() in input_t() argument
50 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Deof_04_x.c9 struct input_t { struct
17 input_t() in input_t() argument
50 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Deof_04_e.c9 struct input_t { struct
17 input_t() in input_t() argument
50 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Deof_04_u.c9 struct input_t { struct
17 input_t() in input_t() argument
50 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Deof_04_8.c9 struct input_t { struct
17 input_t() in input_t() argument
50 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Deof_01.c8 struct input_t { struct
15 input_t() in input_t() argument
46 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Deof_01_eager_skip.c8 struct input_t { struct
15 input_t() in input_t() argument
46 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Deof_02.c8 struct input_t { struct
15 input_t() in input_t() function
46 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Deof_03.c8 struct input_t { struct
15 input_t() in input_t() argument
46 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Deof_00.c10 struct input_t { struct
17 input_t() in input_t() argument
47 static bool lex(input_t & in, unsigned int &count) in lex() argument
H A Dnonblocking_push.c14 struct input_t { struct
25 input_t(FILE * file) in input_t() argument
37 bool fill() in fill()
/dports/audio/mp3asm/mp3asm-0.1/src/
H A Dparse.h29 typedef struct input_t struct
39 } input_t; argument
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/openmpt/soundbase/
H A DSampleConvert.hpp56 using input_t = Tsrc; typedef
70 using input_t = Tsrc; typedef
92 using input_t = Tid; typedef
103 using input_t = int8; typedef
114 using input_t = int16; typedef
125 using input_t = int24; typedef
136 using input_t = int32; typedef
147 using input_t = int64; typedef
184 using input_t = uint8; typedef
195 using input_t = int16; typedef
[all …]
H A DSampleClip.hpp27 using input_t = uint8; typedef
38 using input_t = int8; typedef
49 using input_t = int16; typedef
60 using input_t = int24; typedef
71 using input_t = int32; typedef
82 using input_t = int64; typedef
93 using input_t = float; typedef
112 using input_t = double; typedef
H A DSampleConvertFixedPoint.hpp35 using input_t = int32; typedef
52 using input_t = int32; typedef
69 using input_t = int32; typedef
86 using input_t = int32; typedef
103 using input_t = int32; typedef
115 using input_t = int32; typedef
133 using input_t = int32; typedef
155 using input_t = uint8; typedef
169 using input_t = int8; typedef
183 using input_t = int16; typedef
[all …]
H A DSampleDecode.hpp49 using input_t = std::byte; typedef
60 using input_t = std::byte; typedef
71 using input_t = std::byte; typedef
86 using input_t = std::byte; typedef
134 using input_t = std::byte; typedef
183 using input_t = std::byte; typedef
195 using input_t = std::byte; typedef
210 using input_t = std::byte; typedef
229 using input_t = std::byte; typedef
241 using input_t = std::byte; typedef
[all …]
/dports/devel/re2c/re2c-2.2/examples/c/real_world/
H A Dcxx98.c13 struct input_t { struct
23 input_t(FILE *f) in input_t() argument
32 bool fill(size_t need) in fill()
/dports/devel/upp/upp/bazaar/LinuxFrameBuffer/
H A DLinuxFrameBuffer.h49 struct input_t{ struct
50 struct udev *udev = nullptr;
51 struct libinput *lib_inp = nullptr;
53 struct xkb_context *kb_ctx = nullptr;
54 struct xkb_keymap *kb_map = nullptr;
55 struct xkb_state *kb_state = nullptr;
57 struct mouse_t{
60 }mouse;
62 struct keyboard_t{
64 }keyboard;
/dports/games/opensonic/opensnc-src-0.1.4/src/core/
H A Dinput.c38 struct input_t { struct
50 input_t *data; argument
/dports/games/tong/tong/
H A Dtong.cpp119 typedef struct input_t { struct
120 int cw;
121 int ccw;
122 int tetdown;
146 } input_t; argument
/dports/devel/re2c/re2c-2.2/examples/c/reuse/
H A Dbraille.c8 struct input_t { struct
12 input_t(FILE *f) : len(0), str(NULL) in input_t() argument
21 ~input_t() { delete[] str; } in ~input_t() argument
/dports/lang/cparser/cparser-0.9.14/
H A Dinput.c15 struct input_t { struct
36 static size_t read_block(input_t *input, unsigned char *const read_buf, in read_block() argument
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/joystick/windows/
H A DSDL_windowsjoystick_c.h52 typedef struct input_t struct
62 } input_t; argument

123456