Home
last modified time | relevance | path

Searched refs:sweep (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/
H A Dpoly2tri.pro18 sweep/advancing_front.h \
19 sweep/cdt.h \
20 sweep/sweep.h \
21 sweep/sweep_context.h
24 sweep/sweep_context.cpp \
25 sweep/cdt.cpp \
26 sweep/sweep.cpp \
27 sweep/advancing_front.cpp
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dsweep.hpp20 namespace detail { namespace sweep namespace
46 inline void sweep(Range const& range, PriorityQueue& queue, in sweep() function
76 inline void sweep(Range const& range, PriorityQueue& queue, in sweep() function
80 sweep(range, queue, initialization_visitor, event_visitor, in sweep()
81 detail::sweep::no_interrupt_policy()); in sweep()
H A Dmax_interval_gap.hpp245 geometry::sweep(range_of_intervals, in maximum_gap()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-impedance-analyzer-ad59336 Frequency sweep start frequency in Hz.
14 frequency points along the sweep.
21 Number of frequency points (steps) in the frequency sweep.
25 sweep range for the sweep operation.
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsynth.c88 sweep_t sweep; member
275 chan->sweep = strchr(sweeps, *end_ptr) - sweeps; in getopts()
290 if (chan->sweep >= Exp && chan->freq * chan->freq2 == 0) { in getopts()
416 switch (chan->sweep) { in start()
465 switch (chan->sweep) { in flow()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dctcm_mpc.h154 struct th_sweep *sweep; member
H A Dctcm_mpc.c616 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_resp()
711 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_req()
1047 struct th_sweep *sweep = NULL; in ctcmpc_unpack_skb() local
1188 sweep = (struct th_sweep *)pskb->data; in ctcmpc_unpack_skb()
1189 mpcginfo->sweep = sweep; in ctcmpc_unpack_skb()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c3272 } band[5], sweep[20]; in drawArc() local
3410 sweep[sweepno].a0 = q0; in drawArc()
3411 sweep[sweepno].a1 = q1; in drawArc()
3412 sweep[sweepno].mask = mask; in drawArc()
3429 mask = sweep[j].mask; in drawArc()
3432 if (sweep[j].a0 == righta) in drawArc()
3434 else if (sweep[j].a1 == righta) { in drawArc()
3440 if (sweep[j].a1 == lefta) { in drawArc()
3445 else if (sweep[j].a0 == lefta) { in drawArc()
3452 drawQuadrant(&def, &acc, sweep[j].a0, sweep[j].a1, mask, in drawArc()
/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dtesttones.sh207 next_file ${freq}hz_108dB-sweep 216
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/
H A DTODO24 should be able to do a sweep of the code to see what's left that's
/OK3568_Linux_fs/kernel/include/sound/
H A Dgus.h526 …card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0_core.c560 unsigned int cr, unsigned int b, int sweep, int d, in vortex_src_setupchannel() argument
574 if (sweep) { in vortex_src_setupchannel()
603 if ((dirplay == 0) && (sweep == 0)) { in vortex_src_setupchannel()
617 (sl << 0x9) | (sweep << 0x8) | ((esi & 0xf) << 4) | d); in vortex_src_setupchannel()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_gsm.c1023 int sweep; in gsm_dlci_data_kick() local
1030 sweep = (dlci->gsm->tx_bytes < TX_THRESH_LO); in gsm_dlci_data_kick()
1037 if (sweep) in gsm_dlci_data_kick()
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DChangeLog643 o `synth' can now sweep linearly and squarely (as well as
/OK3568_Linux_fs/kernel/
H A DCREDITS2909 D: Author of mark-and-sweep GC integrated by Alan Cox
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info7687 This pass is an extremely simple sweep across the gimple code in
43403 sweep phases of garbage collection. The gt_clear_cache function is
43771 stack. The GGC is an exact mark and sweep garbage collector (so it does
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info7687 This pass is an extremely simple sweep across the gimple code in
43403 sweep phases of garbage collection. The gt_clear_cache function is
43771 stack. The GGC is an exact mark and sweep garbage collector (so it does
/OK3568_Linux_fs/external/xserver/
H A DChangeLog184124 Perform a warnings sweep on hw/kdrive. A number of these were my fault, but