Home
last modified time | relevance | path

Searched defs:__init (Results 1 – 25 of 107) sorted by relevance

12345

/external/llvm-project/pstl/include/pstl/internal/
Dnumeric_impl.h36 …duce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init, in __brick_transform_reduce()
45 …duce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init, in __brick_transform_reduce()
59 _ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, in __pattern_transform_reduce()
70 … _RandomAccessIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, in __pattern_transform_reduce()
95 __brick_transform_reduce(_ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOper… in __brick_transform_reduce()
103 __brick_transform_reduce(_ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOper… in __brick_transform_reduce()
115 …transform_reduce(_ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in __pattern_transform_reduce()
125 …rm_reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in __pattern_transform_reduce()
149 _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __brick_transform_scan()
156 __init = __binary_op(__init, __unary_op(*__first)); in __brick_transform_scan() local
[all …]
Dglue_numeric_impl.h30 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce()
39 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce()
60 _ForwardIterator2 __first2, _Tp __init) in transform_reduce()
76 …_ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary… in transform_reduce()
88 …rm_reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in transform_reduce()
102 _ForwardIterator2 __result, _Tp __init) in exclusive_scan()
115 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op) in exclusive_scan()
149 _ForwardIterator2 __result, _BinaryOperation __binary_op, _Tp __init) in inclusive_scan()
161 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op, in transform_exclusive_scan()
180 _Tp __init) in transform_inclusive_scan()
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.ts28 __init(i:number, bb:flatbuffers.ByteBuffer):Attacker { method in Attacker
118 __init(i:number, bb:flatbuffers.ByteBuffer):Rapunzel { method in Rapunzel
170 __init(i:number, bb:flatbuffers.ByteBuffer):BookReader { method in BookReader
222 __init(i:number, bb:flatbuffers.ByteBuffer):Movie { method in Movie
DRapunzel.kt11 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in Rapunzel
DBookReader.kt11 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in BookReader
DAttacker.kt11 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.ts17 __init(i:number, bb:flatbuffers.ByteBuffer):TableInFirstNS { method in NamespaceA.TableInFirstNS
145 __init(i:number, bb:flatbuffers.ByteBuffer):TableInC { method in NamespaceC.TableInC
241 __init(i:number, bb:flatbuffers.ByteBuffer):SecondTableInA { method in NamespaceA.SecondTableInA
Dnamespace_test1_generated.ts26 __init(i:number, bb:flatbuffers.ByteBuffer):TableInNestedNS { method in NamespaceA.NamespaceB.TableInNestedNS
118 __init(i:number, bb:flatbuffers.ByteBuffer):StructInNestedNS { method in NamespaceA.NamespaceB.StructInNestedNS
/external/flatbuffers/tests/MyGame/Example/
DAbility.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example.Ability
DTest.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example.Test
DTestSimpleTableWithEnum.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DVec3.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/external/arm-trusted-firmware/include/lib/libc/
Dcdefs.h22 #define __init __section(".text.init." __FILE__ "." __XSTRING(__LINE__)) macro
24 #define __init macro
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DTableInNestedNS.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in NamespaceA.NamespaceB.TableInNestedNS
/external/flatbuffers/tests/MyGame/
DInParentNamespace.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.InParentNamespace
/external/flatbuffers/tests/MyGame/Example2/
DMonster.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example2.Monster
/external/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/external/libnl/include/netlink/cli/
Dutils.h56 #define __init __attribute__((constructor)) macro
/external/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in NamespaceC.TableInC
/external/flatbuffers/net/FlatBuffers/
DIFlatbufferObject.cs24 void __init(int _i, ByteBuffer _bb); in __init() method
/external/llvm-project/debuginfo-tests/dexter/dex/command/commands/
DDexUnreachable.py21 def __init(self): member in DexUnreachable
/external/llvm-project/libcxx/src/
Dvalarray.cpp22 gslice::__init(size_t __start) in __init() function in gslice
/external/libcxx/src/
Dvalarray.cpp19 gslice::__init(size_t __start) in __init() function in gslice
/external/flatbuffers/tests/
Dmonster_test_generated.ts81 __init(i:number, bb:flatbuffers.ByteBuffer):InParentNamespace { method in MyGame.InParentNamespace
141 __init(i:number, bb:flatbuffers.ByteBuffer):Monster { method in MyGame.Example2.Monster
201 __init(i:number, bb:flatbuffers.ByteBuffer):Test { method in MyGame.Example.Test
280 __init(i:number, bb:flatbuffers.ByteBuffer):TestSimpleTableWithEnum { method in MyGame.Example.TestSimpleTableWithEnum
372 __init(i:number, bb:flatbuffers.ByteBuffer):Vec3 { method in MyGame.Example.Vec3
539 __init(i:number, bb:flatbuffers.ByteBuffer):Ability { method in MyGame.Example.Ability
617 __init(i:number, bb:flatbuffers.ByteBuffer):Stat { method in MyGame.Example.Stat
761 __init(i:number, bb:flatbuffers.ByteBuffer):Referrable { method in MyGame.Example.Referrable
855 __init(i:number, bb:flatbuffers.ByteBuffer):Monster { method in MyGame.Example.Monster
2615 __init(i:number, bb:flatbuffers.ByteBuffer):TypeAliases { method in MyGame.Example.TypeAliases

12345