HomeSort by relevance Sort by last modified time
    Searched refs:routine (Results 76 - 100 of 308) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/dng_sdk/source/
dng_xmp_sdk.cpp 79 #define CATCH_XMP(routine, fatal)\
83 DNG_REPORT ("Info: XMP " routine " threw memory exception");\
93 sprintf (errBuffer, "Info: XMP " routine " threw '%s' exception", errMessage);\
98 DNG_REPORT ("Info: XMP " routine " threw unnamed exception");\
105 DNG_REPORT ("Info: XMP " routine " threw unknown exception");\
  /external/jemalloc/bin/
jeprof.in 138 # Special routine name that should not have any symbols.
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);
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.pm 114 $p->routine(parameter => value, ...)
115 $p->Mogrify("Routine", parameter => value, ...)
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 113 $p->routine(parameter => value, ...)
114 $p->Mogrify("Routine", parameter => value, ...)
  /external/eigen/lapack/
dlamch.f 66 * -- LAPACK auxiliary routine (version 3.4.0) --
170 * -- LAPACK auxiliary routine (version 3.4.0) --
slamch.f 70 * -- LAPACK auxiliary routine (version 3.4.0) --
173 * -- LAPACK auxiliary routine (version 3.4.0) --
ilaclc.f 81 * -- LAPACK auxiliary routine (version 3.4.0) --
ilaclr.f 81 * -- LAPACK auxiliary routine (version 3.4.1) --
iladlc.f 81 * -- LAPACK auxiliary routine (version 3.4.0) --
iladlr.f 81 * -- LAPACK auxiliary routine (version 3.4.1) --
ilaslc.f 81 * -- LAPACK auxiliary routine (version 3.4.0) --
ilaslr.f 81 * -- LAPACK auxiliary routine (version 3.4.1) --
ilazlc.f 81 * -- LAPACK auxiliary routine (version 3.4.0) --
ilazlr.f 81 * -- LAPACK auxiliary routine (version 3.4.1) --
  /external/libjpeg-turbo/simd/
jsimdcfg.inc.h 100 ; A forward DCT routine is given a pointer to a work area of type DCTELEM[];
  /external/libunwind/doc/
unw_get_proc_name.tex 19 The \Func{unw\_get\_proc\_name}() routine returns the name of the
52 in the local address-space, this routine is also safe to use from a
unw_is_signal_frame.tex 19 The \Func{unw\_is\_signal\_frame}() routine returns a positive value
libunwind.tex 76 \Func{unw\_step}(). By repeatedly calling this routine, you can
177 \Func{unw\_create\_addr\_space}() routine. The routine takes two
186 to \Func{unw\_init\_remote}(). This routine is very similar to
188 object and an opaque pointer as arguments. The routine uses these
246 signal-safe. The manual page for each \Prog{libunwind} routine
248 any routine that may be needed for \emph{local} unwinding is
unw_create_addr_space.tex 19 The \Func{unw\_create\_addr\_space}() routine creates a new unwind
41 The first argument to every call-back routine is an address-space
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
49 The synopsis and a detailed description of every call-back routine
52 \subsection{Call-back Routine Synopsis}
144 routine to convert between the target's and the host's byte-order, if
163 responsibility of the call-back routine to convert between the
183 routine to convert between the target's and the host's byte-order, if
  /external/llvm/test/MC/ARM/
eh-directive-personalityindex-diagnostics.s 119 @ CHECK: error: personality routine index should be in range [0-3]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.
  /bionic/libc/include/
pthread.h 282 #define pthread_cleanup_push(routine, arg) \
285 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DivU64x32.asm 37 ;Routine Description:
39 ; This routine allows a 64 bit value to be divided with a 32 bit value returns
  /external/swiftshader/src/Renderer/
VertexProcessor.cpp 1083 Routine *VertexProcessor::routine(const State &state) function in class:sw::VertexProcessor
1085 Routine *routine = routineCache->query(state); local
1087 if(!routine) // Create one
1101 routine = (*generator)(L"VertexRoutine_%0.8X", state.shaderID);
1104 routineCache->add(state, routine);
1107 return routine;
  /external/syslinux/memdisk/
memdisk16.asm 18 ;; Routine to initialize and to trampoline into 32-bit
386 ; This routine tests if A20 is enabled (ZF = 0). This routine
484 ; Routine to empty the 8042 KBC controller. If dl != 0
679 retf ; Invoke IVT routine
694 retf ; Invoke routine
713 ; the interrupt routine.
721 mov edx,[ebx+eax*4] ; Get the segment:offset of the routine

Completed in 435 milliseconds

1 2 34 5 6 7 8 91011>>