Home
last modified time | relevance | path

Searched refs:Next (Results 1 – 25 of 252) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/
H A Dsegmented_next_impl.hpp79 typename Next = typename pop_front_car<Stack>::type,
80 bool IsInvalid = is_invalid<Next>::value,
181 template <typename Stack, typename Next, bool IsInvalid, int StackSize>
195 template <typename Stack, typename Next>
196 struct segmented_next_impl_recurse<Stack, Next, true, 1>
198 typedef Next type;
207 template <typename Stack, typename Next, int StackSize>
208 struct segmented_next_impl_recurse<Stack, Next, false, StackSize>
210 typedef segmented_next_impl_recurse2<Next> impl;
232 typename Next = typename pop_front_car<Stack>::type,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dwapi_sms4.c138 u32 Next, i, j, Next_Input; in CalculateEnKey() local
141 Next = 0; in CalculateEnKey()
144 Next = (Next << BYTE_LEN); in CalculateEnKey()
145 Next = Next | Key[(j <<2) + i]; in CalculateEnKey()
147 Cipher_Text[j] = XOR_MACRO(Next, FK_Parameter[j]); in CalculateEnKey()
158 u32 Next; in SMS4_Run() local
163 Next = 0; in SMS4_Run()
166 Next = (Next << BYTE_LEN); in SMS4_Run()
167 Next = Next | PlainText[(j<<2) + i]; in SMS4_Run()
169 Plain_Text[j] = Next; in SMS4_Run()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp77 TEdge *Next; member
115 OutPt *Next; member
413 op = op->Next; in Area()
431 pp2 = pp2->Next; in PointIsVertex()
491 if (op->Next->Pt.Y == pt.Y) in PointInPolygon()
493 if ((op->Next->Pt.X == pt.X) || (op->Pt.Y == pt.Y && in PointInPolygon()
494 ((op->Next->Pt.X > pt.X) == (op->Pt.X < pt.X)))) return -1; in PointInPolygon()
496 if ((op->Pt.Y < pt.Y) != (op->Next->Pt.Y < pt.Y)) in PointInPolygon()
500 if (op->Next->Pt.X > pt.X) result = 1 - result; in PointInPolygon()
503 double d = (double)(op->Pt.X - pt.X) * (op->Next->Pt.Y - pt.Y) - in PointInPolygon()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/detail/
H A Dstrictest_traversal.hpp47 template<typename StrictestSoFar, typename Next>
48 struct result<strictest_traversal_impl(StrictestSoFar, Next)>
50 typedef typename remove_reference<Next>::type next_value;
61 template<typename StrictestSoFar, typename Next>
63 typename result<strictest_traversal_impl(StrictestSoFar, Next)>::type
64 operator()(StrictestSoFar&&, Next&&) const;
/OK3568_Linux_fs/kernel/drivers/staging/kpc2000/kpc_dma/
H A Ddma.c41 cur = cur->Next; in ndd_irq_worker()
128 cur->Next = next; in setup_dma_engine()
134 cur->Next = eng->desc_pool_first; in setup_dma_engine()
218 struct kpc_dma_descriptor *next = cur->Next; in destroy_dma_engine()
240 cur = cur->Next; in count_descriptors_available()
H A Dfileops.c168 ldev->desc_next = desc->Next; in kpc_dma_transfer()
169 desc = desc->Next; in kpc_dma_transfer()
279 cur = eng->desc_completed->Next; in kpc_dma_close()
290 cur = cur->Next; in kpc_dma_close()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/list/aux_/
H A Ditem.hpp27 , typename Next
40 typedef Next next;
/OK3568_Linux_fs/u-boot/arch/arc/
H A DKconfig23 ISA for the Next Generation ARC-HS cores
51 Next Generation ARC Core based on ISA-v2 ISA without MMU.
58 Next Generation ARC Core based on ISA-v2 ISA without MMU.
65 Next Generation ARC Core based on ISA-v2 ISA with MMU.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dvariadic_templates_tools.hpp106 typedef get_impl<I-1, tuple<Values...> > Next; typedef in boost::container::container_detail::get_impl
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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dlibgomp.info57 File: libgomp.info, Node: Top, Next: Enabling OpenMP, Up: (dir)
107 File: libgomp.info, Node: Enabling OpenMP, Next: Runtime Library Routines, Prev: Top, Up: Top
125 File: libgomp.info, Node: Runtime Library Routines, Next: Environment Variables, Prev: Enabling …
188 File: libgomp.info, Node: omp_get_active_level, Next: omp_get_ancestor_thread_num, Up: Runtime L…
211 File: libgomp.info, Node: omp_get_ancestor_thread_num, Next: omp_get_cancellation, Prev: omp_get…
237 File: libgomp.info, Node: omp_get_cancellation, Next: omp_get_default_device, Prev: omp_get_ance…
261 File: libgomp.info, Node: omp_get_default_device, Next: omp_get_dynamic, Prev: omp_get_cancellat…
282 File: libgomp.info, Node: omp_get_dynamic, Next: omp_get_level, Prev: omp_get_default_device, U…
309 File: libgomp.info, Node: omp_get_level, Next: omp_get_max_active_levels, Prev: omp_get_dynamic,…
331 File: libgomp.info, Node: omp_get_max_active_levels, Next: omp_get_max_task_priority, Prev: omp_…
[all …]
H A Dgfortran.info55 File: gfortran.info, Node: Top, Next: Introduction, Up: (dir)
91 File: gfortran.info, Node: Introduction, Next: Invoking GNU Fortran, Prev: Top, Up: Top
110 File: gfortran.info, Node: About GNU Fortran, Next: GNU Fortran and GCC, Up: Introduction
190 File: gfortran.info, Node: GNU Fortran and GCC, Next: Preprocessing and conditional compilation, …
230 File: gfortran.info, Node: Preprocessing and conditional compilation, Next: GNU Fortran and G77, …
270 File: gfortran.info, Node: GNU Fortran and G77, Next: Project Status, Prev: Preprocessing and co…
283 File: gfortran.info, Node: Project Status, Next: Standards, Prev: GNU Fortran and G77, Up: Intr…
383 File: gfortran.info, Node: Invoking GNU Fortran, Next: Runtime, Prev: Introduction, Up: Top
423 File: gfortran.info, Node: Option Summary, Next: Fortran Dialect Options, Up: Invoking GNU Fortr…
514 File: gfortran.info, Node: Fortran Dialect Options, Next: Preprocessing Options, Prev: Option Su…
[all …]
H A Das.info21 File: as.info, Node: Top, Next: Overview, Up: (dir)
50 File: as.info, Node: Overview, Next: Invoking, Prev: Top, Up: Top
1281 File: as.info, Node: Manual, Next: GNU Assembler, Up: Overview
1303 File: as.info, Node: GNU Assembler, Next: Object Formats, Prev: Manual, Up: Overview
1328 File: as.info, Node: Object Formats, Next: Command Line, Prev: GNU Assembler, Up: Overview
1340 File: as.info, Node: Command Line, Next: Input Files, Prev: Object Formats, Up: Overview
1367 File: as.info, Node: Input Files, Next: Object, Prev: Command Line, Up: Overview
1417 File: as.info, Node: Object, Next: Errors, Prev: Input Files, Up: Overview
1483 File: as.info, Node: Invoking, Next: Syntax, Prev: Overview, Up: Top
1532 File: as.info, Node: a, Next: alternate, Up: Invoking
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dlibgomp.info57 File: libgomp.info, Node: Top, Next: Enabling OpenMP, Up: (dir)
107 File: libgomp.info, Node: Enabling OpenMP, Next: Runtime Library Routines, Prev: Top, Up: Top
125 File: libgomp.info, Node: Runtime Library Routines, Next: Environment Variables, Prev: Enabling …
188 File: libgomp.info, Node: omp_get_active_level, Next: omp_get_ancestor_thread_num, Up: Runtime L…
211 File: libgomp.info, Node: omp_get_ancestor_thread_num, Next: omp_get_cancellation, Prev: omp_get…
237 File: libgomp.info, Node: omp_get_cancellation, Next: omp_get_default_device, Prev: omp_get_ance…
261 File: libgomp.info, Node: omp_get_default_device, Next: omp_get_dynamic, Prev: omp_get_cancellat…
282 File: libgomp.info, Node: omp_get_dynamic, Next: omp_get_level, Prev: omp_get_default_device, U…
309 File: libgomp.info, Node: omp_get_level, Next: omp_get_max_active_levels, Prev: omp_get_dynamic,…
331 File: libgomp.info, Node: omp_get_max_active_levels, Next: omp_get_max_task_priority, Prev: omp_…
[all …]
H A Dgfortran.info55 File: gfortran.info, Node: Top, Next: Introduction, Up: (dir)
91 File: gfortran.info, Node: Introduction, Next: Invoking GNU Fortran, Prev: Top, Up: Top
110 File: gfortran.info, Node: About GNU Fortran, Next: GNU Fortran and GCC, Up: Introduction
190 File: gfortran.info, Node: GNU Fortran and GCC, Next: Preprocessing and conditional compilation, …
230 File: gfortran.info, Node: Preprocessing and conditional compilation, Next: GNU Fortran and G77, …
270 File: gfortran.info, Node: GNU Fortran and G77, Next: Project Status, Prev: Preprocessing and co…
283 File: gfortran.info, Node: Project Status, Next: Standards, Prev: GNU Fortran and G77, Up: Intr…
383 File: gfortran.info, Node: Invoking GNU Fortran, Next: Runtime, Prev: Introduction, Up: Top
423 File: gfortran.info, Node: Option Summary, Next: Fortran Dialect Options, Up: Invoking GNU Fortr…
514 File: gfortran.info, Node: Fortran Dialect Options, Next: Preprocessing Options, Prev: Option Su…
[all …]
H A Das.info21 File: as.info, Node: Top, Next: Overview, Up: (dir)
50 File: as.info, Node: Overview, Next: Invoking, Prev: Top, Up: Top
1281 File: as.info, Node: Manual, Next: GNU Assembler, Up: Overview
1303 File: as.info, Node: GNU Assembler, Next: Object Formats, Prev: Manual, Up: Overview
1328 File: as.info, Node: Object Formats, Next: Command Line, Prev: GNU Assembler, Up: Overview
1340 File: as.info, Node: Command Line, Next: Input Files, Prev: Object Formats, Up: Overview
1367 File: as.info, Node: Input Files, Next: Object, Prev: Command Line, Up: Overview
1417 File: as.info, Node: Object, Next: Errors, Prev: Input Files, Up: Overview
1483 File: as.info, Node: Invoking, Next: Syntax, Prev: Overview, Up: Top
1532 File: as.info, Node: a, Next: alternate, Up: Invoking
[all …]
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-stats.rst45 Next three are schedule() statistics:
52 Next two are try_to_wake_up() statistics:
57 Next three are statistics describing scheduling latency:
126 Next three are active_load_balance() statistics:
132 Next three are sched_balance_exec() statistics:
138 Next three are sched_balance_fork() statistics:
144 Next three are try_to_wake_up() statistics:
/OK3568_Linux_fs/kernel/drivers/media/pci/ngene/
H A Dngene-core.c151 Cur = Cur->Next; in demux_tasklet()
519 Cur = Cur->Next; in clear_buffers()
535 Cur = Cur->Next; in clear_buffers()
764 for (j = 0; j < rb->NumBuffers; j++, Cur = Cur->Next) { in free_ringbuffer()
795 for (j = 0; j < tb->NumBuffers; j++, Cur = Cur->Next) { in free_idlebuffer()
841 struct SBufferHeader *Cur, *Next; in create_ring_buffer() local
861 Next = (struct SBufferHeader *) in create_ring_buffer()
864 Cur->Next = Next; in create_ring_buffer()
865 Cur->ngeneBuffer.Next = PARingBufferNext; in create_ring_buffer()
866 Cur = Next; in create_ring_buffer()
[all …]
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A DDefaultKeyAssignments14 KeyPad-9 Say Next Line (down one line)
19 KeyPad-6 Say Next Word (right one word)
24 KeyPad-3 Say Next Character (right one letter)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0004-Use-list-for-changed-interfaces.patch29 + struct NetworkInterfaceIndex *Next;
44 + for (item = (NetworkInterfaceIndex*)list->Head; item != NULL; item = item->Next)
62 + item->Next = NULL;
151 + InitLinkedList(&changedInterfaces, offsetof(NetworkInterfaceIndex, Next));
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VidMode.c161 for (p = pVidMode->Next; p != NULL && p != pVidMode->First; p = p->next) { in xf86VidModeGetNextModeline()
163 pVidMode->Next = p->next; in xf86VidModeGetNextModeline()
185 pVidMode->Next = pVidMode->First->next; in xf86VidModeGetFirstModeline()
411 pVidMode->Next = NULL; in xf86VidModeInit()
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dcluster-pm-race-avoidance.rst147 Next state:
165 Next state:
192 Next state:
205 Next state:
303 Next state:
326 Next state:
344 Next state:
361 Next state:
385 Next states:
425 Next states:
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dtest-h.in5 # Next comment is empty
H A Dtest-h.out5 # Next comment is empty
/OK3568_Linux_fs/buildroot/package/ngircd/
H A DConfig.in5 Next Generation IRC server deamon.
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A Diskeleton.S104 | * Next * * Next *
144 | * Next * * Next *

1234567891011