Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/external/swiftshader/src/Reactor/
DReactorUnitTests.cpp38 Routine *routine = nullptr; in TEST() local
62 routine = function("one"); in TEST()
64 if(routine) in TEST()
66 int (*callable)(int*, int) = (int(*)(int*,int))routine->getEntry(); in TEST()
73 delete routine; in TEST()
78 Routine *routine = nullptr; in TEST() local
100 routine = function("one"); in TEST()
102 if(routine) in TEST()
104 int (*callable)() = (int(*)())routine->getEntry(); in TEST()
110 delete routine; in TEST()
[all …]
DLLVMRoutineManager.cpp33 routine = nullptr; in LLVMRoutineManager()
38 delete routine; in ~LLVMRoutineManager()
73 delete routine; in startFunctionBody()
74 routine = new LLVMRoutine(static_cast<int>(actualSize)); in startFunctionBody()
76 return (uint8_t*)routine->buffer; in startFunctionBody()
81 routine->functionSize = static_cast<int>(static_cast<ptrdiff_t>(functionEnd - functionStart)); in endFunctionBody()
115 delete routine; in deallocateFunctionBody()
116 routine = nullptr; in deallocateFunctionBody()
133 markExecutable(routine->buffer, routine->bufferSize); in setMemoryExecutable()
143 routine->entry = entry; in acquireRoutine()
[all …]
/external/swiftshader/src/Device/
DSetupProcessor.cpp147 Routine *SetupProcessor::routine(const State &state) in routine() function in sw::SetupProcessor
149 Routine *routine = routineCache->query(state); in routine() local
151 if(!routine) in routine()
155 routine = generator->getRoutine(); in routine()
158 routineCache->add(state, routine); in routine()
161 return routine; in routine()
DVertexProcessor.cpp442 Routine *VertexProcessor::routine(const State &state) in routine() function in sw::VertexProcessor
444 Routine *routine = routineCache->query(state); in routine() local
446 if(!routine) // Create one in routine()
450 routine = (*generator)("VertexRoutine_%0.8X", state.shaderID); in routine()
453 routineCache->add(state, routine); in routine()
456 return routine; in routine()
/external/swiftshader/src/Renderer/
DSetupProcessor.cpp226 Routine *SetupProcessor::routine(const State &state) in routine() function in sw::SetupProcessor
228 Routine *routine = routineCache->query(state); in routine() local
230 if(!routine) in routine()
234 routine = generator->getRoutine(); in routine()
237 routineCache->add(state, routine); in routine()
240 return routine; in routine()
/external/libunwind/doc/
Dunw_get_proc_info.tex19 The \Func{unw\_get\_proc\_info}() routine returns auxiliary
39 handler routine. This is sometimes called the \emph{personality}
40 routine. If the procedure does not define
41 a personality routine, the \Var{handler} member is cleared to 0. \\
60 \Func{unw\_get\_proc\_info}() routine
66 \Func{unw\_get\_proc\_info}() routine
73 \Func{unw\_get\_proc\_info}() routine
80 members. If a single function/routine is split into multiple,
93 in the local address-space, this routine is also safe to use from a
Dunw_backtrace.tex23 \Func{unw\_backtrace}() is a convenient routine for obtaining the backtrace for
24 the calling program. The routine fills up to \Var{size} addresses in the array
25 pointed by \Var{buffer}. The routine is only available for local unwinding.
37 The routine returns the number of addresses stored in the array pointed by
Dunw_flush_cache.tex19 The \Func{unw\_flush\_cache}() routine flushes all cached info as it
25 flushed by a call to this routine. The address range specified by
36 The \Func{unw\_flush\_cache}() routine cannot fail and does not
41 The \Func{unw\_flush\_cache}() routine is thread-safe as well as safe to
Dunw_regname.tex19 The \Func{unw\_regname}() routine returns a printable name for
27 The \Func{unw\_regname}() routine cannot fail and always returns a
32 The \Func{unw\_regname}() routine is thread-safe as well as safe to
Dunw_is_fpreg.tex19 The \Func{unw\_is\_fpreg}() routine checks whether register number
22 This routine is normally implemented as a macro and applications
27 The \Func{unw\_is\_fpreg}() routine returns a non-zero value if
Dunw_get_accessors.tex19 The \Func{unw\_get\_accessors}() routine returns a pointer to a
32 The \Func{unw\_get\_accessors}() routine cannot fail and always
38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
/external/webrtc/webrtc/common_audio/signal_processing/
Dspl_sqrt_floor_arm.S7 @ Subject: Re: sqrt routine
19 @ Subject: Fwd: sqrt routine
21 @ I saw your sqrt routine from several web sites, including
/external/mesa3d/src/util/
Du_thread.h40 static inline thrd_t u_thread_create(int (*routine)(void *), void *param) in u_thread_create()
49 ret = thrd_create( &thread, routine, param ); in u_thread_create()
53 ret = thrd_create( &thread, routine, param ); in u_thread_create()
/external/swiftshader/tests/fuzzers/
DVertexRoutineFuzzer.cpp207 sw::Routine *routine = program("VertexRoutine"); in LLVMFuzzerTestOneInput() local
208 assert(routine); in LLVMFuzzerTestOneInput()
209 const void *entry = routine->getEntry(); in LLVMFuzzerTestOneInput()
211 delete routine; in LLVMFuzzerTestOneInput()
/external/python/cpython2/Lib/plat-irix6/
Dflp.doc64 "Callback", a string containing the callback routine name; and
65 "Argument", a string containing the callback routine extra argument.
80 An error is raised if the object has a callback routine.
93 This routine takes an instance of your form-handling class and an
112 over object creation there is a routine that creates a single object
113 and inserts its name (and arranges for the callback routine to be
/external/python/cpython2/Lib/plat-irix5/
Dflp.doc64 "Callback", a string containing the callback routine name; and
65 "Argument", a string containing the callback routine extra argument.
80 An error is raised if the object has a callback routine.
93 This routine takes an instance of your form-handling class and an
112 over object creation there is a routine that creates a single object
113 and inserts its name (and arranges for the callback routine to be
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/AArch64/
Deh_frame_personality.ll27 ; The key test here is that the personality routine is sanely encoded (under the
37 ; 7a 50 4c 52 00: Augmentation string "zPLR" (personality routine, language-specific data, pointer …
43 ; 00 00 00 00 00 00 00 00: First part of aug (personality routine). Relocated, obviously
/external/llvm/test/DebugInfo/AArch64/
Deh_frame_personality.ll27 ; The key test here is that the personality routine is sanely encoded (under the
37 ; 7a 50 4c 52 00: Augmentation string "zPLR" (personality routine, language-specific data, pointer …
43 ; 00 00 00 00 00 00 00 00: First part of aug (personality routine). Relocated, obviously
/external/swiftshader/docs/
DReactor.md33 Specialization in general is the use of a more optimal routine that is specific for a certain set o…
35 …un-time specialization can have access to the full context in which each routine executes, and alt…
39 …s, etc. Another example is a modern graphics API, which takes shaders (a routine executed per pixe…
48 …```Routine``` class encapsulates a routine. Deleting a Routine object also frees the memory used t…
50routine, use the ```Function<>``` template. The template argument is the signature of a function, …
64 Routine *routine = function("one");
67 Finally, we can obtain the function pointer to the entry point of the routine, and call it:
70 int (*callable)() = (int(*)())routine->getEntry();
76 …the ```Routine``` object is retained until we no longer need to call the routine. Hence the distin…
80 …ollowing example illustrates the syntax for accessing the arguments of a routine which takes two i…
[all …]
/external/jemalloc_new/test/src/
Dthd.c6 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; in thd_create() local
7 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL); in thd_create()
/external/jemalloc/test/src/
Dthd.c7 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; in thd_create() local
8 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL); in thd_create()
/external/e2fsprogs/lib/et/
Dcom_err.texinfo162 table. The library using this error table need only call a routine
271 system. By convention, this routine should be called in the initialization
272 routine of the @var{xxxx} library. If the library has no initialization
273 routine, some combination of routines which form the core of the library
274 should ensure that this routine is called. It is not advised to leave it
277 There is no harm in calling this routine more than once.
290 This routine returns the character string error message associated
298 Although this routine is available for use when needed, its use should be
305 This routine provides an alternate way to print error messages to
318 This routine provides an interface, equivalent to @code{com_err} above,
[all …]
/external/jemalloc/bin/
Djeprof.in876 my $routine;
878 ($routine, $ignore) = ParseInteractiveArgs($3);
911 my $routine;
913 ($routine, $ignore) = ParseInteractiveArgs($2);
922 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
928 my $routine;
930 ($routine, $ignore) = ParseInteractiveArgs($1);
940 PrintDisassembly($libs, $flat, $cumulative, $routine);
1321 foreach my $routine (sort ByName keys(%{$symbol_table})) {
1322 my $start_addr = $symbol_table->{$routine}->[0];
[all …]
/external/jemalloc_new/bin/
Djeprof.in877 my $routine;
879 ($routine, $ignore) = ParseInteractiveArgs($3);
912 my $routine;
914 ($routine, $ignore) = ParseInteractiveArgs($2);
923 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
929 my $routine;
931 ($routine, $ignore) = ParseInteractiveArgs($1);
941 PrintDisassembly($libs, $flat, $cumulative, $routine);
1322 foreach my $routine (sort ByName keys(%{$symbol_table})) {
1323 my $start_addr = $symbol_table->{$routine}->[0];
[all …]
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_thread.h57 static inline pipe_thread pipe_thread_create( PIPE_THREAD_ROUTINE((*routine), ), void *param )
66 ret = thrd_create( &thread, routine, param );
70 ret = thrd_create( &thread, routine, param );

12345678910>>...17