Searched refs:routine (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dcleanup.c82 if (execute && (cleanup->routine != NULL))
85 (*cleanup->routine) (cleanup->arg);
100 ptw32_cleanup_callback_t routine, void *arg)
116 * routine
141 cleanup->routine = routine;
99 ptw32_push_cleanup(ptw32_cleanup_t * cleanup, ptw32_cleanup_callback_t routine, void *arg) argument
H A Dpthread.h60 * with SEH will call the cleanup routine, while both
744 ptw32_cleanup_callback_t routine; member in struct:ptw32_cleanup_t
758 _cleanup.routine = (ptw32_cleanup_callback_t)(_rout); \
769 (*(_cleanup.routine))( _cleanup.arg ); \
810 * pops the pushed cleanup routine regardless
830 ptw32_cleanup_callback_t routine,
832 cleanUpRout( routine ),
836 * Registers a cleanup routine for 'arg'
859 * cleanup routine if we exit our scope weirdly
974 ptw32_cleanup_callback_t routine,
829 PThreadCleanup( ptw32_cleanup_callback_t routine, void * arg ) argument
[all...]
/external/linux-tools-perf/util/
H A Dusage.c44 void set_die_routine(void (*routine)(const char *err, va_list params) NORETURN)
46 die_routine = routine;
H A Dutil.h178 extern void set_die_routine(void (*routine)(const char *err, va_list params) NORETURN);
/external/chromium_org/tools/find_runtime_symbols/
H A Dstatic_symbols.py222 routine = ''
254 routine = sym_name
260 # Tag this routine with the starting address in case the image
261 # has multiple occurrences of this routine. We use a syntax
267 routine = self._get_short_function_name(routine)
269 last_start, Procedure(last_start, start_val, routine))
272 routine = sym_name
275 routine = self._get_short_function_name(routine)
[all...]
/external/linux-tools-perf/bench/
H A Dmem-memcpy.c26 static const char *routine = "default"; variable
36 OPT_STRING('r', "routine", &routine, "default",
37 "Specify routine to copy"),
49 struct routine { struct
55 struct routine routines[] = {
202 if (!strcmp(routines[i].name, routine))
206 printf("Unknown routine:%s\n", routine);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_thread.h57 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param )
65 ret = pthread_create( &thread, NULL, routine, param );
138 static INLINE pipe_thread pipe_thread_create( void *(WINAPI * routine)( void *), void *param )
141 return CreateThread( NULL, 0, (LPTHREAD_START_ROUTINE) routine, param, 0, &id );
252 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param )
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_thread.h57 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param )
65 ret = pthread_create( &thread, NULL, routine, param );
138 static INLINE pipe_thread pipe_thread_create( void *(WINAPI * routine)( void *), void *param )
141 return CreateThread( NULL, 0, (LPTHREAD_START_ROUTINE) routine, param, 0, &id );
252 static INLINE pipe_thread pipe_thread_create( void *(* routine)( void *), void *param )
/external/qemu/memcheck/
H A Dmemcheck.c59 * routine - If 1, access violation has occurred in 'free' routine.
60 * If 2, access violation has occurred in 'realloc' routine.
63 av_invalid_pointer(ProcDesc* proc, target_ulong ptr, int routine) argument
71 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc",
72 routine == 1 ? "free" : "reallocate");
113 /* Obtain routine, filename / line info for the address. */
121 printf(" In routine %s in %s/%s:%u\n",
151 printf(" Unable to obtain routine information. Symbols file is not found.\n");
153 printf(" Unable to obtain routine informatio
[all...]
H A Dmemcheck_common.h156 /* Code of the allocation routine, in context of which query has been made:
160 uint32_t routine; member in struct:MallocDescQuery
208 * accending order, where entry at index 0 corresponds to the routine
/external/llvm/test/MC/ARM/
H A Deh-compact-pr0.s53 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
87 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
H A Deh-compact-pr1.s42 @ 0x81 = Compact model 1, personality routine: __aeabi_unwind_cpp_pr1
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof137 # Special routine name that should not have any symbols.
846 my $routine;
848 ($routine, $ignore) = ParseInteractiveArgs($3);
881 my $routine;
883 ($routine, $ignore) = ParseInteractiveArgs($2);
892 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
898 my $routine;
900 ($routine, $ignore) = ParseInteractiveArgs($1);
910 PrintDisassembly($libs, $flat, $cumulative, $routine);
999 the "focus" regular expression matches a routine nam
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof137 # Special routine name that should not have any symbols.
846 my $routine;
848 ($routine, $ignore) = ParseInteractiveArgs($3);
881 my $routine;
883 ($routine, $ignore) = ParseInteractiveArgs($2);
892 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
898 my $routine;
900 ($routine, $ignore) = ParseInteractiveArgs($1);
910 PrintDisassembly($libs, $flat, $cumulative, $routine);
999 the "focus" regular expression matches a routine nam
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.
H A Dlattice_neon.S14 @ filter routine for iSAC codec, optimized for ARM Neon platform.
H A Dpitch_filter_armv6.S11 @ Contains the core loop routine for the pitch filter function in iSAC,
/external/compiler-rt/make/
H A Dutil.mk93 # Check that all command line variables are in the given list. This routine is
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmxp2_32.asm13 ; the mode detection routine, and the converter to 15 bit (8 pixel
14 ; conversion routine from the mmx programming tutorial pages).
/external/libffi/src/powerpc/
H A Dlinux64_closure.S79 # set up registers for the routine that actually does the work
/external/libffi/src/sparc/
H A Dv8.S49 mov %l0, %o0 ! call routine to set up frame
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ikbdinterrupt.S24 * IKBD 6301 interrupt routine
74 | Set our 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/qemu/distrib/jpeg-6b/
H A Djdmarker.c174 * marker parameters; restart point has not been moved. Same routine
1163 * This routine is supposed to apply whatever error recovery strategy seems
1356 /* Choose processor routine to use.
1392 jpeg_marker_parser_method routine)
1397 marker->process_COM = routine;
1399 marker->process_APPn[marker_code - (int) M_APP0] = routine;
1391 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
/external/kernel-headers/original/linux/
H A Dtty.h272 const char *routine);

Completed in 2360 milliseconds

123