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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_init.h 44 #define UTIL_INIT(f) static void __cdecl f##__init(void) {f();}; __declspec(allocate(".CRT$XCU")) void (__cdecl* f##__xcu)(void) = f##__init;
46 #define UTIL_INIT(f) static void f##__init(void) __attribute__((constructor)); static void f##__init(void) {f();}
  /external/mesa3d/src/gallium/auxiliary/util/
u_init.h 44 #define UTIL_INIT(f) static void __cdecl f##__init(void) {f();}; __declspec(allocate(".CRT$XCU")) void (__cdecl* f##__xcu)(void) = f##__init;
46 #define UTIL_INIT(f) static void f##__init(void) __attribute__((constructor)); static void f##__init(void) {f();}
  /external/oprofile/module/ia64/
cpu_type.c 17 __init op_cpu get_cpu_type(void)
  /external/oprofile/module/
op_init.c 21 int __init stub_init(void)
  /external/libnl/lib/route/sch/
blackhole.c 28 static void __init blackhole_init(void)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_numeric.h 121 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
128 __init = __init + *__first;
129 return __init;
147 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
155 __init = __binary_op(__init, *__first);
156 return __init;
176 _InputIterator2 __first2, _Tp __init)
184 __init = __init + (*__first1 * *__first2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_numeric.h 115 * @param __init Starting value to add other values to.
120 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
127 __init = __init + *__first;
128 return __init;
135 * object @p __binary_op. The initial value is @p __init. The values are
140 * @param __init Starting value to add other values to.
146 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
154 __init = __binary_op(__init, *__first)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_numeric.h 115 * @param __init Starting value to add other values to.
120 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
127 __init = __init + *__first;
128 return __init;
135 * object @p __binary_op. The initial value is @p __init. The values are
140 * @param __init Starting value to add other values to.
146 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
154 __init = __binary_op(__init, *__first)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 115 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
122 __init = __init + *__first;
123 return __init;
141 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
149 __init = __binary_op(__init, *__first);
150 return __init;
170 _InputIterator2 __first2, _Tp __init)
178 __init = __init + (*__first1 * *__first2)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 115 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
122 __init = __init + *__first;
123 return __init;
141 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
149 __init = __binary_op(__init, *__first);
150 return __init;
170 _InputIterator2 __first2, _Tp __init)
178 __init = __init + (*__first1 * *__first2)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_numeric.h 115 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
122 __init = __init + *__first;
123 return __init;
141 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
149 __init = __binary_op(__init, *__first);
150 return __init;
170 _InputIterator2 __first2, _Tp __init)
178 __init = __init + (*__first1 * *__first2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_numeric.h 115 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
122 __init = __init + *__first;
123 return __init;
141 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
149 __init = __binary_op(__init, *__first);
150 return __init;
170 _InputIterator2 __first2, _Tp __init)
178 __init = __init + (*__first1 * *__first2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_numeric.h 121 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
128 __init = __init + *__first;
129 return __init;
147 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
155 __init = __binary_op(__init, *__first);
156 return __init;
176 _InputIterator2 __first2, _Tp __init)
184 __init = __init + (*__first1 * *__first2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_numeric.h 116 * @param __init Starting value to add other values to.
121 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
128 __init = __init + *__first;
129 return __init;
136 * object @p __binary_op. The initial value is @p __init. The values are
141 * @param __init Starting value to add other values to.
147 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
155 __init = __binary_op(__init, *__first)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_numeric.h 121 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
128 __init = __init + *__first;
129 return __init;
147 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
155 __init = __binary_op(__init, *__first);
156 return __init;
176 _InputIterator2 __first2, _Tp __init)
184 __init = __init + (*__first1 * *__first2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_numeric.h 116 * @param __init Starting value to add other values to.
121 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
128 __init = __init + *__first;
129 return __init;
136 * object @p __binary_op. The initial value is @p __init. The values are
141 * @param __init Starting value to add other values to.
147 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
155 __init = __binary_op(__init, *__first)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_numeric.h 115 * @param __init Starting value to add other values to.
120 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
127 __init = __init + *__first;
128 return __init;
135 * object @p __binary_op. The initial value is @p __init. The values are
140 * @param __init Starting value to add other values to.
146 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
154 __init = __binary_op(__init, *__first)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_numeric.h 115 * @param __init Starting value to add other values to.
120 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
127 __init = __init + *__first;
128 return __init;
135 * object @p __binary_op. The initial value is @p __init. The values are
140 * @param __init Starting value to add other values to.
146 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init,
154 __init = __binary_op(__init, *__first)
    [all...]
  /external/libcxx/src/
system_error.cpp 152 system_error::__init(const error_code& ec, string what_arg) function in class:system_error
164 : runtime_error(__init(ec, what_arg)),
170 : runtime_error(__init(ec, what_arg)),
176 : runtime_error(__init(ec, "")),
182 : runtime_error(__init(error_code(ev, ecat), what_arg)),
188 : runtime_error(__init(error_code(ev, ecat), what_arg)),
194 : runtime_error(__init(error_code(ev, ecat), "")),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
system_error.cpp 152 system_error::__init(const error_code& ec, string what_arg) function in class:system_error
164 : runtime_error(__init(ec, what_arg)),
170 : runtime_error(__init(ec, what_arg)),
176 : runtime_error(__init(ec, "")),
182 : runtime_error(__init(error_code(ev, ecat), what_arg)),
188 : runtime_error(__init(error_code(ev, ecat), what_arg)),
194 : runtime_error(__init(error_code(ev, ecat), "")),
  /external/libnl/lib/route/cls/ematch/
container.c 31 static void __init container_init(void)
  /external/oprofile/module/x86/
op_fixmap.c 149 static int __init mpf_checksum(unsigned char * mp, int len)
159 static int __init mpf_table_ok(struct intel_mp_floating * mpf, unsigned long * bp)
171 static int __init smp_scan_config (unsigned long base, unsigned long length)
186 static int __init find_intel_smp(void)
op_apic.c 81 void __init lvtpc_apic_setup(void * dummy)
96 /* not safe to mark as __exit since used from __init code */
110 static int __init enable_apic(void)
151 static void __init do_apic_setup(void)
192 static int __init check_cpu_ok(void)
206 int __init apic_setup(void)
  /development/ndk/platforms/android-3/include/linux/
init.h 17 #define __init __attribute__ ((__section__ (".init.text"))) macro
28 #define __INIT .section ".init.text","ax"
107 #define __init_or_module __init
110 #define __devinit __init
115 #define __cpuinit __init
120 #define __meminit __init
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
init.h 17 #define __init __attribute__ ((__section__ (".init.text"))) macro
28 #define __INIT .section ".init.text","ax"
107 #define __init_or_module __init
110 #define __devinit __init
115 #define __cpuinit __init
120 #define __meminit __init

Completed in 920 milliseconds

1 2 3 4 5 6 7