Searched refs:run_program (Results 1 – 10 of 10) sorted by relevance
/third_party/e2fsprogs/misc/ |
D | logsave.c | 160 static int run_program(char **argv) in run_program() function 303 rc = run_program(argv); in main()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 203 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/ |
D | init_utils_run.c | 241 int run_program(struct space *space, const char *command0, char *result, in run_program() function
|
D | init_parse.c | 1393 if (run_program(space, string, result, sizeof(result), NULL, space->log_run) != 0) { in parse_line()
|
/third_party/flutter/skia/third_party/skcms/ |
D | skcms.cc | 2301 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/ |
D | skcms.cc | 2908 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/ |
D | ipv6cp.c | 1387 ipv6cp_script_pid = run_program(script, argv, 0, ipv6cp_script_done,
|
/third_party/flutter/skia/third_party/skcms/src/ |
D | Transform_inl.h | 1414 static void run_program(const Op* program, const void** arguments, in run_program() function
|
/third_party/skia/third_party/skcms/src/ |
D | Transform_inl.h | 1565 static void run_program(const Op* program, const void** arguments, in run_program() function
|
/third_party/boost/libs/exception/doc/source/ |
D | boost-exception.reno | 9217 …; [@int main() { try { run_program(); …
|