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

1 2 3 4 5 6 7

  /external/flatbuffers/net/FlatBuffers/
IFlatbufferObject.cs 24 void __init(int _i, ByteBuffer _bb); method in interface:FlatBuffers.IFlatbufferObject
  /external/kmod/testsuite/module-playground/
mod-fake-scsi-mod.c 4 static int __init test_module_init(void)
mod-simple.c 4 static int __init test_module_init(void)
mod-foo-a.c 7 static int __init foo_init(void)
mod-foo-b.c 7 static int __init foo_init(void)
mod-foo-c.c 7 static int __init foo_init(void)
mod-foo.c 11 static int __init foo_init(void)
mod-loop-a.c 9 static int __init test_module_init(void)
mod-loop-b.c 9 static int __init test_module_init(void)
mod-loop-c.c 9 static int __init test_module_init(void)
mod-loop-d.c 9 static int __init test_module_init(void)
mod-loop-e.c 9 static int __init test_module_init(void)
mod-loop-f.c 9 static int __init test_module_init(void)
mod-loop-g.c 9 static int __init test_module_init(void)
mod-loop-h.c 9 static int __init test_module_init(void)
mod-loop-i.c 9 static int __init test_module_init(void)
mod-loop-j.c 9 static int __init test_module_init(void)
mod-loop-k.c 9 static int __init test_module_init(void)
  /external/compiler-rt/test/scudo/
preinit.cpp 13 void __init(void) { function
35 void (*__local_preinit)(void) = __init;
  /external/libnl/lib/route/link/
dummy.c 30 static void __init dummy_init(void)
  /external/libnl/lib/route/qdisc/
blackhole.c 27 static void __init blackhole_init(void)
  /external/ltp/testcases/kernel/module/delete_module/
dummy_del_mod_dep.c 40 static int __init dummy_init(void)
  /external/syslinux/gpxe/src/include/gpxe/
linux_compat.h 21 #define __init macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...]

Completed in 737 milliseconds

1 2 3 4 5 6 7