Home
last modified time | relevance | path

Searched refs:tail (Results 12626 – 12650 of 156629) sorted by relevance

1...<<501502503504505506507508509510>>...6266

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/HotColdSplit/
H A Dnoreturn.ll15 tail call void @_Z10sideeffectv()
19 tail call void @longjmp(%struct.__jmp_buf_tag* %1, i32 0)
32 tail call void @_Z10sideeffectv()
50 tail call void @_Z10sideeffectv()
54 tail call void @_Z10sideeffectv()
68 tail call void @_Z10sideeffectv()
73 tail call void @longjmp(%struct.__jmp_buf_tag* %1, i32 0)
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dpascal.c66 static boolean tail (const char *cp) in tail() function
177 if (tail ("extern")) /* superfluous, really! */ in findPascalTags()
185 if (tail ("forward")) /* check for forward reference */ in findPascalTags()
223 if (tail ("onstructor")) in findPascalTags()
230 if (tail ("estructor")) in findPascalTags()
237 if (tail ("rocedure")) in findPascalTags()
244 if (tail ("unction")) in findPascalTags()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dpascal.c66 static boolean tail (const char *cp) in tail() function
177 if (tail ("extern")) /* superfluous, really! */ in findPascalTags()
185 if (tail ("forward")) /* check for forward reference */ in findPascalTags()
223 if (tail ("onstructor")) in findPascalTags()
230 if (tail ("estructor")) in findPascalTags()
237 if (tail ("rocedure")) in findPascalTags()
244 if (tail ("unction")) in findPascalTags()
/dports/dns/knot3/knot-3.1.5/src/contrib/ucw/
H A Dlists.c45 node_t *z = &l->tail; in add_tail()
120 l->head.next = &l->tail; in init_list()
122 l->tail.next = NULL; in init_list()
123 l->tail.prev = &l->head; in init_list()
137 node_t *p = to->tail.prev; in add_tail_list()
142 to->tail.prev = l->tail.prev; in add_tail_list()
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/ucw/
H A Dlists.c45 node_t *z = &l->tail; in add_tail()
120 l->head.next = &l->tail; in init_list()
122 l->tail.next = NULL; in init_list()
123 l->tail.prev = &l->head; in init_list()
137 node_t *p = to->tail.prev; in add_tail_list()
142 to->tail.prev = l->tail.prev; in add_tail_list()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/container/detail/
H A Dvariadic_templates_tools.hpp58 : inherited(other.tail()), m_head(other.head()) in tuple()
65 tail() = other.tail(); in operator =()
72 inherited& tail() { return *this; } in tail() function in boost::container::dtl::tuple
73 const inherited& tail() const { return *this; } in tail() function in boost::container::dtl::tuple
111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dsystem_user.ll8 tail call void @llvm.hexagon.prefetch(i8* %p)
16 tail call void @llvm.hexagon.Y2.dccleana(i8* %p)
24 tail call void @llvm.hexagon.Y2.dccleaninva(i8* %p)
32 tail call void @llvm.hexagon.Y2.dcinva(i8* %p)
40 tail call void @llvm.hexagon.Y2.dczeroa(i8* %p)
48 tail call void @llvm.hexagon.Y4.l2fetch(i8* %p, i32 %q)
56 tail call void @llvm.hexagon.Y5.l2fetch(i8* %p, i64 %q)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/Hexagon/intrinsics/
H A Dsystem_user.ll8 tail call void @llvm.hexagon.prefetch(i8* %p)
16 tail call void @llvm.hexagon.Y2.dccleana(i8* %p)
24 tail call void @llvm.hexagon.Y2.dccleaninva(i8* %p)
32 tail call void @llvm.hexagon.Y2.dcinva(i8* %p)
40 tail call void @llvm.hexagon.Y2.dczeroa(i8* %p)
48 tail call void @llvm.hexagon.Y4.l2fetch(i8* %p, i32 %q)
56 tail call void @llvm.hexagon.Y5.l2fetch(i8* %p, i64 %q)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dsystem_user.ll8 tail call void @llvm.hexagon.prefetch(i8* %p)
16 tail call void @llvm.hexagon.Y2.dccleana(i8* %p)
24 tail call void @llvm.hexagon.Y2.dccleaninva(i8* %p)
32 tail call void @llvm.hexagon.Y2.dcinva(i8* %p)
40 tail call void @llvm.hexagon.Y2.dczeroa(i8* %p)
48 tail call void @llvm.hexagon.Y4.l2fetch(i8* %p, i32 %q)
56 tail call void @llvm.hexagon.Y5.l2fetch(i8* %p, i64 %q)
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/HotColdSplit/
H A Dnoreturn.ll15 tail call void @_Z10sideeffectv()
19 tail call void @longjmp(%struct.__jmp_buf_tag* %1, i32 0)
32 tail call void @_Z10sideeffectv()
50 tail call void @_Z10sideeffectv()
54 tail call void @_Z10sideeffectv()
68 tail call void @_Z10sideeffectv()
73 tail call void @longjmp(%struct.__jmp_buf_tag* %1, i32 0)
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/HotColdSplit/
H A Dnoreturn.ll15 tail call void @_Z10sideeffectv()
19 tail call void @longjmp(%struct.__jmp_buf_tag* %1, i32 0)
32 tail call void @_Z10sideeffectv()
50 tail call void @_Z10sideeffectv()
54 tail call void @_Z10sideeffectv()
68 tail call void @_Z10sideeffectv()
73 tail call void @longjmp(%struct.__jmp_buf_tag* %1, i32 0)
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/Hexagon/intrinsics/
H A Dsystem_user.ll8 tail call void @llvm.hexagon.prefetch(i8* %p)
16 tail call void @llvm.hexagon.Y2.dccleana(i8* %p)
24 tail call void @llvm.hexagon.Y2.dccleaninva(i8* %p)
32 tail call void @llvm.hexagon.Y2.dcinva(i8* %p)
40 tail call void @llvm.hexagon.Y2.dczeroa(i8* %p)
48 tail call void @llvm.hexagon.Y4.l2fetch(i8* %p, i32 %q)
56 tail call void @llvm.hexagon.Y5.l2fetch(i8* %p, i64 %q)
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/container/detail/
H A Dvariadic_templates_tools.hpp58 : inherited(other.tail()), m_head(other.head()) in tuple()
65 tail() = other.tail(); in operator =()
72 inherited& tail() { return *this; } in tail() function in boost::container::dtl::tuple
73 const inherited& tail() const { return *this; } in tail() function in boost::container::dtl::tuple
111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
/dports/lang/micropython/micropython-1.17/tools/
H A Dcodestats.sh57 size $2 | tail -n1 | $AWK '{print $1}'
65 size $2 | tail -n1 | $AWK '{print $1}'
67 size $3 | tail -n1 | $AWK '{print $1}'
75 size $2 | tail -n1 | $AWK '{print $1}'
77 size $3 | tail -n1 | $AWK '{print $1}'
79 size $4 | tail -n1 | $AWK '{print $1}'
87 last_rev=$(tail -n1 $output | $AWK '{print $1}')
/dports/devel/ctags/ctags-5.8/
H A Dpascal.c66 static boolean tail (const char *cp) in tail() function
177 if (tail ("extern")) /* superfluous, really! */ in findPascalTags()
185 if (tail ("forward")) /* check for forward reference */ in findPascalTags()
223 if (tail ("onstructor")) in findPascalTags()
230 if (tail ("estructor")) in findPascalTags()
237 if (tail ("rocedure")) in findPascalTags()
244 if (tail ("unction")) in findPascalTags()
/dports/devel/fsmtrie/fsmtrie-2.0.0/fsmtrie/
H A Dsubsearch.c27 int size, head, tail; member
41 q->head = q->tail = 0; in _fsmtrie_nodeq_init()
54 return q->head == q->tail; in _fsmtrie_nodeq_empty()
59 int next = (q->tail + 1) % q->size; in _fsmtrie_nodeq_enqueue()
64 q->queue[q->tail] = n; in _fsmtrie_nodeq_enqueue()
65 q->tail = next; in _fsmtrie_nodeq_enqueue()
73 if (q->head == q->tail) in _fsmtrie_nodeq_dequeue()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/container/detail/
H A Dvariadic_templates_tools.hpp58 : inherited(other.tail()), m_head(other.head()) in tuple()
65 tail() = other.tail(); in operator =()
72 inherited& tail() { return *this; } in tail() function in boost::container::dtl::tuple
73 const inherited& tail() const { return *this; } in tail() function in boost::container::dtl::tuple
111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/HotColdSplit/
H A Dnoreturn.ll15 tail call void @_Z10sideeffectv()
19 tail call void @longjmp(%struct.__jmp_buf_tag* %1, i32 0)
32 tail call void @_Z10sideeffectv()
50 tail call void @_Z10sideeffectv()
54 tail call void @_Z10sideeffectv()
68 tail call void @_Z10sideeffectv()
73 tail call void @longjmp(%struct.__jmp_buf_tag* %1, i32 0)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dsystem_user.ll8 tail call void @llvm.hexagon.prefetch(i8* %p)
16 tail call void @llvm.hexagon.Y2.dccleana(i8* %p)
24 tail call void @llvm.hexagon.Y2.dccleaninva(i8* %p)
32 tail call void @llvm.hexagon.Y2.dcinva(i8* %p)
40 tail call void @llvm.hexagon.Y2.dczeroa(i8* %p)
48 tail call void @llvm.hexagon.Y4.l2fetch(i8* %p, i32 %q)
56 tail call void @llvm.hexagon.Y5.l2fetch(i8* %p, i64 %q)
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/container/detail/
H A Dvariadic_templates_tools.hpp58 : inherited(other.tail()), m_head(other.head()) in tuple()
65 tail() = other.tail(); in operator =()
72 inherited& tail() { return *this; } in tail() function in boost::container::container_detail::tuple
73 const inherited& tail() const { return *this; } in tail() function in boost::container::container_detail::tuple
111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
/dports/science/dftbplus/dftbplus-19.1/external/xmlf90/
H A Ddom_namednodemap.f9091 nodeMap%tail => nodeMap%head
93 allocate(nodeMap%tail%next)
94 nodeMap%tail%next%node => node
95 nodeMap%tail%next%name = node%nodeName
96 nodeMap%tail => nodeMap%tail%next
187 namedNodeMap%tail => previous
/dports/devel/boost-libs/boost_1_72_0/boost/container/detail/
H A Dvariadic_templates_tools.hpp58 : inherited(other.tail()), m_head(other.head()) in tuple()
65 tail() = other.tail(); in operator =()
72 inherited& tail() { return *this; } in tail() function in boost::container::dtl::tuple
73 const inherited& tail() const { return *this; } in tail() function in boost::container::dtl::tuple
111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
/dports/multimedia/avidemux/avidemux_2.7.6/addons/dumpIndex/
H A DADM_indexFile.cpp177 char *head,*tail; in readSection() local
179 tail=(char *)buffer.at(0); in readSection()
180 tail=strstr((char *)buffer.at(0),"="); in readSection()
181 if(!tail) in readSection()
193 *tail=0; in readSection()
194 tail++; in readSection()
195 dmxToken *tk=new dmxToken(head,tail); in readSection()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreDemuxerMpeg/src/
H A DADM_indexFile.cpp177 char *head,*tail; in readSection() local
179 tail=(char *)buffer.at(0); in readSection()
180 tail=strstr((char *)buffer.at(0),"="); in readSection()
181 if(!tail) in readSection()
190 *tail=0; in readSection()
191 tail++; in readSection()
192 dmxToken *tk=new dmxToken(head,tail); in readSection()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/addons/dumpIndex/
H A DADM_indexFile.cpp177 char *head,*tail; in readSection() local
179 tail=(char *)buffer.at(0); in readSection()
180 tail=strstr((char *)buffer.at(0),"="); in readSection()
181 if(!tail) in readSection()
193 *tail=0; in readSection()
194 tail++; in readSection()
195 dmxToken *tk=new dmxToken(head,tail); in readSection()

1...<<501502503504505506507508509510>>...6266