/external/swiftshader/src/Reactor/ |
D | ReactorUnitTests.cpp | 38 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 …]
|
D | LLVMRoutineManager.cpp | 33 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/ |
D | SetupProcessor.cpp | 147 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()
|
D | VertexProcessor.cpp | 442 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/ |
D | SetupProcessor.cpp | 226 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/ |
D | unw_get_proc_info.tex | 19 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
|
D | unw_backtrace.tex | 23 \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
|
D | unw_flush_cache.tex | 19 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
|
D | unw_regname.tex | 19 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
|
D | unw_is_fpreg.tex | 19 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
|
D | unw_get_accessors.tex | 19 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/ |
D | spl_sqrt_floor_arm.S | 7 @ Subject: Re: sqrt routine 19 @ Subject: Fwd: sqrt routine 21 @ I saw your sqrt routine from several web sites, including
|
/external/mesa3d/src/util/ |
D | u_thread.h | 40 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/ |
D | VertexRoutineFuzzer.cpp | 207 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/ |
D | flp.doc | 64 "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/ |
D | flp.doc | 64 "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/ |
D | eh_frame_personality.ll | 27 ; 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/ |
D | eh_frame_personality.ll | 27 ; 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/ |
D | Reactor.md | 33 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… 50 …routine, 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/ |
D | thd.c | 6 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/ |
D | thd.c | 7 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/ |
D | com_err.texinfo | 162 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/ |
D | jeprof.in | 876 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/ |
D | jeprof.in | 877 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/ |
D | os_thread.h | 57 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 );
|