HomeSort by relevance Sort by last modified time
    Searched refs:_fn (Results 1 - 8 of 8) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 53 #define _fn _fn macro
55 #define BCMPREATTACHFN(_fn) _fn
57 #define _fn _fn macro
58 #define _fn _fn macro
59 #define BCMNMIATTACHFN(_fn) _fn
81 #define _fn macro
82 #define _fn macro
    [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 67 register unsigned int _fn asm("t1"); \
84 : [fn] "=c"(_fn), \
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 119 register unsigned int _fn asm("t1"); \
136 : [fn] "=c"(_fn), \
  /frameworks/native/opengl/libs/EGL/
getProcAddress.cpp 65 register unsigned int _fn asm("t1"); \
81 : [fn] "=c"(_fn), \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 144 (__extension__ ({ __typeof (FUNC) *_fn = (FUNC); \
145 _fn != NULL ? (*_fn) ARGS : ELSE; }))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 144 (__extension__ ({ __typeof (FUNC) *_fn = (FUNC); \
145 _fn != NULL ? (*_fn) ARGS : ELSE; }))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 144 (__extension__ ({ __typeof (FUNC) *_fn = (FUNC); \
145 _fn != NULL ? (*_fn) ARGS : ELSE; }))
  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 666 my $_fn = sub {
685 find( { wanted => $_fn, no_chdir => 1 }, $dir);
    [all...]

Completed in 615 milliseconds