Home
last modified time | relevance | path

Searched refs:input_t (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick_c.h52 typedef struct input_t struct
62 } input_t; argument
75 input_t Inputs[MAX_INPUTS];
DSDL_dinputjoystick.c423 input_t *in = &joystick->hwdata->Inputs[joystick->hwdata->NumInputs]; in EnumDevObjectsCallback()
508 const input_t *inputA = (const input_t*)a; in SortDevFunc()
509 const input_t *inputB = (const input_t*)b; in SortDevFunc()
522 input_t *inputs = joystick->hwdata->Inputs; in SortDevObjects()
528 SDL_qsort(inputs, joystick->hwdata->NumInputs, sizeof(input_t), SortDevFunc); in SortDevObjects()
741 const input_t *in = &joystick->hwdata->Inputs[j]; in UpdateDINPUTJoystickState_Buffered()
795 const input_t *in = &joystick->hwdata->Inputs[i]; in UpdateDINPUTJoystickState_Polled()
/third_party/alsa-lib/src/
Dconf.c495 } input_t; typedef
742 static int get_char(input_t *input) in get_char()
777 static void unget_char(int c, input_t *input) in unget_char()
784 static int get_delimstring(char **string, int delim, input_t *input);
786 static int get_char_skip_comments(input_t *input) in get_char_skip_comments()
871 static int get_nonwhite(input_t *input) in get_nonwhite()
889 static inline int get_hexachar(input_t *input) in get_hexachar()
904 static int get_quotedchar(input_t *input) in get_quotedchar()
996 static int get_freestring(char **string, int id, input_t *input) in get_freestring()
1056 static int get_delimstring(char **string, int delim, input_t *input) in get_delimstring()
[all …]
/third_party/f2fs-tools/fsck/
Ddict.c1205 typedef char input_t[256]; typedef
1267 input_t in; in construct()
1288 if (!fgets(in, sizeof(input_t), stdin)) in construct()
1332 input_t in; in main()
1365 if (!fgets(in, sizeof(input_t), stdin)) in main()