Searched defs:routine (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/test/src/
H A Dthd.c7 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; local
8 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL);
/external/ltrace/testsuite/ltrace.torture/
H A Dvfork-thread.c8 routine (void *data) function
41 pthread_create (&thread, NULL, &routine, NULL);
/external/linux-tools-perf/src/tools/perf/bench/
H A Dmem-memcpy.c25 static const char *routine = "default"; variable
36 OPT_STRING('r', "routine", &routine, "default",
37 "Specify routine to copy"),
51 struct routine { struct
57 struct routine routines[] = {
210 if (!strcmp(routines[i].name, routine))
214 printf("Unknown routine:%s\n", routine);
H A Dmem-memset.c25 static const char *routine = "default"; variable
36 OPT_STRING('r', "routine", &routine, "default",
37 "Specify routine to set"),
51 struct routine { struct
57 static const struct routine routines[] = {
202 if (!strcmp(routines[i].name, routine))
206 printf("Unknown routine:%s\n", routine);
/external/jpeg/
H A Djdmarker.c174 * marker parameters; restart point has not been moved. Same routine
1171 * This routine is supposed to apply whatever error recovery strategy seems
1364 /* Choose processor routine to use.
1400 jpeg_marker_parser_method routine)
1405 marker->process_COM = routine;
1407 marker->process_APPn[marker_code - (int) M_APP0] = routine;
1399 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmarker.c175 * marker parameters; restart point has not been moved. Same routine
1188 * This routine is supposed to apply whatever error recovery strategy seems
1348 /* Choose processor routine to use.
1384 jpeg_marker_parser_method routine)
1389 marker->process_COM = routine;
1391 marker->process_APPn[marker_code - (int) M_APP0] = routine;
1383 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument

Completed in 562 milliseconds