HomeSort by relevance Sort by last modified time
    Searched full:functions (Results 551 - 575 of 22576) sorted by null

<<21222324252627282930>>

  /external/llvm/test/Linker/
2008-06-26-AddressSpace.ll 1 ; Test linking two functions with different prototypes and two globals
basiclink.ll 1 ; Test linking two functions with different prototypes and two globals
visibility2.ll 15 ; Functions
  /external/llvm/test/Transforms/GlobalDCE/
2002-08-17-FunctionDGE.ll 1 ; Make sure that functions are removed successfully if they are referred to by
  /external/llvm/test/Transforms/Inline/
inline_dce.ll 1 ; This checks to ensure that the inline pass deletes functions if they get
  /external/llvm/test/Transforms/InstCombine/
pow-2.ll 7 ; Check that pow functions with the wrong prototype aren't simplified.
  /external/lzma/C/
7zCrc.h 13 /* Call CrcGenerateTable one time before other CRC functions */
Alloc.h 1 /* Alloc.h -- Memory allocation functions
  /external/marisa-trie/
configure.ac 30 # Checks for library functions.
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.h 37 void intelInitTextureFuncs(struct dd_function_table *functions);
39 void intelInitTextureImageFuncs(struct dd_function_table *functions);
41 void intelInitTextureSubImageFuncs(struct dd_function_table *functions);
43 void intelInitTextureCopyImageFuncs(struct dd_function_table *functions);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 302 nouveau_fbo_functions_init(struct dd_function_table *functions)
305 functions->NewFramebuffer = nouveau_framebuffer_new;
306 functions->NewRenderbuffer = nouveau_renderbuffer_new;
307 functions->MapRenderbuffer = nouveau_renderbuffer_map;
308 functions->UnmapRenderbuffer = nouveau_renderbuffer_unmap;
309 functions->BindFramebuffer = nouveau_bind_framebuffer;
310 functions->FramebufferRenderbuffer = nouveau_framebuffer_renderbuffer;
311 functions->RenderTexture = nouveau_render_texture;
312 functions->FinishRenderTexture = nouveau_finish_render_texture;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_condrender.c 30 * glBegin/EndCondtionalRender functions
104 void st_init_cond_render_functions(struct dd_function_table *functions)
106 functions->BeginConditionalRender = st_BeginConditionalRender;
107 functions->EndConditionalRender = st_EndConditionalRender;
  /external/openssl/crypto/pkcs7/
doc 7 There will also be functions to add signed and unsigned attributes.
  /external/ppp/pppd/plugins/pppoatm/
atmres.h 1 /* atmres.h - Common definitions and prototypes for resolver functions */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GL_LoadLibrary.3 11 If you wish, you may load the OpenGL library at runtime, this must be done before \fI\fBSDL_SetVideoMode\fP\fR is called\&. The \fBpath\fR of the GL library is passed to \fBSDL_GL_LoadLibrary\fP and it returns \fB0\fR on success, or \fB-1\fR on an error\&. You must then use \fI\fBSDL_GL_GetProcAddress\fP\fR to retrieve function pointers to GL functions\&.
SDL_LockAudio.3 11 The lock manipulated by these functions protects the callback function\&. During a LockAudio period, you can be guaranteed that the callback function is not running\&. Do not call these from the callback function or you will cause deadlock\&.
SDL_Rect.3 22 A \fBSDL_Rect\fR defines a rectangular area of pixels\&. It is used by \fI\fBSDL_BlitSurface\fP\fR to define blitting regions and by several other video functions\&.
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.h 36 /* Hidden "this" pointer for the audio functions */
102 /* Functions */
109 /* MiNT thread functions */
113 /* ASM interrupt functions */
  /external/qemu/
dma.h 2 * DMA helper functions
  /external/qemu/hw/
mips_pic.c 8 /* Stub functions for hardware that don't exist. */
  /external/stlport/test/unit/
math_aux.h 15 * it also leads to ambiguity problems if the called functions do not have the
setjmp_header_test2.cpp 10 * Sometimes, if native setjmp.h was included first, the setjmp functions
  /external/wpa_supplicant_8/src/drivers/
netlink.h 2 * Netlink helper functions for driver wrappers
  /external/zlib/src/
gzclose.c 9 That way the other gzclose functions can be used instead to avoid linking in
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 31 /* MPL needs below functions */
47 * We rename functions here to provide the hook for other
48 * customized math functions.
67 /* stubs for float version of math functions */

Completed in 489 milliseconds

<<21222324252627282930>>