Home
last modified time | relevance | path

Searched refs:custom_func (Results 1 - 2 of 2) sorted by relevance

/third_party/libinput/tools/
H A Dptraccel-debug.c233 struct libinput_config_accel_custom_func custom_func = { in main() local
340 custom_func.npoints = npoints; in main()
341 memcpy(custom_func.points, in main()
348 custom_func.step = strtod(optarg, NULL); in main()
381 custom_func.step, in main()
382 custom_func.npoints, in main()
383 custom_func.points); in main()
/third_party/python/Modules/
H A D_json.c927 PyObject *custom_func; in _match_number_unicode() local
988 custom_func = s->parse_float; in _match_number_unicode()
990 custom_func = s->parse_int; in _match_number_unicode()
992 custom_func = NULL; in _match_number_unicode()
994 if (custom_func) { in _match_number_unicode()
1001 rval = PyObject_CallOneArg(custom_func, numstr); in _match_number_unicode()

Completed in 4 milliseconds