HomeSort by relevance Sort by last modified time
    Searched refs:_f (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/MC/MachO/
bad-darwin-x86_64-32-bit-abs-addr.s 4 mov $_f, %rsi
eh_symbol.s 4 // CHECK-NOT: _f.eh
5 // CHECK: T _f
6 // CHECK-NOT: _f.eh
8 .globl _f
9 _f: label
debug_frame.s 14 .globl _f
16 _f: ## @f label
indirect-symbols.s 6 _f = 0 define
20 .indirect_symbol _f
132 // CHECK: ('_string', '_f')
  /external/clang/test/CXX/over/over.oper/over.literal/
p6.cpp 11 template<char...> void operator "" _f(); // expected-error {{must have C++ linkage}}
p2.cpp 24 int operator "" _f; // expected-error {{cannot be the name of a variable}} local
  /development/ndk/platforms/android-3/include/linux/
kernel.h 30 char _f[20-2*sizeof(long)-sizeof(int)]; member in struct:sysinfo
  /external/iptables/include/linux/
kernel.h 26 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
  /external/clang/test/CodeGenCXX/
cxx11-user-defined-literal.cpp 8 S operator"" _f(long double);
29 "foo"_x, "bar"_x, L'a'_y, 42_z, 1.0_f;
  /bionic/libc/kernel/uapi/linux/
sysinfo.h 41 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; member in struct:sysinfo
  /development/ndk/platforms/android-L/include/linux/
sysinfo.h 41 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; member in struct:sysinfo
  /external/kernel-headers/original/uapi/linux/
sysinfo.h 21 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member in struct:sysinfo
  /external/clang/test/Lexer/
token-concat.cpp 15 id(1.0)_f // CHECK: 1.0 _f
  /external/compiler-rt/lib/interception/
interception_linux.h 39 ::__interception::real_##func = (func##_f)(unsigned long) \
interception.h 160 # define FUNC_TYPE(x) x##_f
  /external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py 299 self._f = f
303 all = getcallargs(self._f, *args, **kwds)
304 return cython_inline(self._body, locals=self._f.func_globals, globals=self._f.func_globals, **all)
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd 29 _f, _d, _i, _c, _u, ...
36 float *subview = vector._f + 10 # starting from 10th element
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
  /external/mksh/src/
Build.sh 220 for _f in "$@"; do
221 case $_f in
223 *) rm -f "$_f" ;;
619 ccpr='|| for _f in ${tcfn}*; do case $_f in Build.sh|check.pl|check.t|dot.mkshrc|*.1|*.c|*.h|*.ico|*.opt) ;; *) rm -f "$_f" ;; esac; done'
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump     [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 232 function _f(b,a){if(a==undefined)throw new TypeError;b[7]=a}
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 1454 milliseconds

1 2