Home
last modified time | relevance | path

Searched refs:run_program (Results 1 – 10 of 10) sorted by relevance

/third_party/e2fsprogs/misc/
Dlogsave.c160 static int run_program(char **argv) in run_program() function
303 rc = run_program(argv); in main()
/third_party/mesa3d/src/mesa/swrast/
Ds_fragprog.c203 run_program(struct gl_context *ctx, SWspan *span, GLuint start, GLuint end) in run_program() function
272 run_program(ctx, span, 0, span->end); in _swrast_exec_fragment_program()
/third_party/alsa-utils/alsactl/
Dinit_utils_run.c241 int run_program(struct space *space, const char *command0, char *result, in run_program() function
Dinit_parse.c1393 if (run_program(space, string, result, sizeof(result), NULL, space->log_run) != 0) { in parse_line()
/third_party/flutter/skia/third_party/skcms/
Dskcms.cc2301 auto run = baseline::run_program; in skcms_TransformWithPalette()
2305 case CpuType::HSW: run = hsw::run_program; break; in skcms_TransformWithPalette()
2306 case CpuType::SKX: run = hsw::run_program; break; in skcms_TransformWithPalette()
2313 case CpuType::SKX: run = skx::run_program; break; in skcms_TransformWithPalette()
/third_party/skia/third_party/skcms/
Dskcms.cc2908 auto run = baseline::run_program; in skcms_TransformWithPalette()
2912 case CpuType::HSW: run = hsw::run_program; break; in skcms_TransformWithPalette()
2913 case CpuType::SKX: run = hsw::run_program; break; in skcms_TransformWithPalette()
2920 case CpuType::SKX: run = skx::run_program; break; in skcms_TransformWithPalette()
/third_party/lwip/src/netif/ppp/
Dipv6cp.c1387 ipv6cp_script_pid = run_program(script, argv, 0, ipv6cp_script_done,
/third_party/flutter/skia/third_party/skcms/src/
DTransform_inl.h1414 static void run_program(const Op* program, const void** arguments, in run_program() function
/third_party/skia/third_party/skcms/src/
DTransform_inl.h1565 static void run_program(const Op* program, const void** arguments, in run_program() function
/third_party/boost/libs/exception/doc/source/
Dboost-exception.reno9217 …;
[@int
main()
 {
 try
 {
 run_program();
 …