Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmcompand_xover.h24 previous_t * previous; member
66 p->previous = lsx_calloc(effp->in_signal.channels, sizeof(*p->previous)); in crossover_setup()
80 #define _ out_low += p->coefs[j] * p->previous[c][p->pos + j].in \ in crossover_flow()
81 - p->coefs[2*N+2 + j] * p->previous[c][p->pos + j].out_low, ++j; in crossover_flow()
90 #define _ out_high += p->coefs[j+N+1] * p->previous[c][p->pos + j].in \ in crossover_flow()
91 - p->coefs[2*N+2 + j] * p->previous[c][p->pos + j].out_high, ++j; in crossover_flow()
99 p->previous[c][p->pos + N].in = p->previous[c][p->pos].in = *ibuf++; in crossover_flow()
100 p->previous[c][p->pos + N].out_low = p->previous[c][p->pos].out_low = out_low; in crossover_flow()
101 p->previous[c][p->pos + N].out_high = p->previous[c][p->pos].out_high = out_high; in crossover_flow()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A Drc79 previous=$PREVLEVEL
80 [ "$previous" = "" ] && previous=N
82 export runlevel previous
130 if [ $previous != N ]
147 if [ $previous != N ] && [ $previous != S ]
155 previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp111 inline bool in_box(Point const& previous, in in_box() argument
118 geometry::expand(box, previous); in in_box()
125 inline analyse_result check_segment(Point const& previous, in check_segment() argument
134 segment_type const r(previous, current); in check_segment()
165 >(previous, current, turn.robust_point); in check_segment()
170 if (in_box(previous, current, turn.robust_point)) in check_segment()
180 if (twice_area * twice_area < geometry::comparable_distance(previous, current) in check_segment()
181 && in_box(previous, current, turn.robust_point)) in check_segment()
239 point_type const& previous = piece.robust_ring[i - 1]; in apply() local
247 coordinate_type x1 = geometry::get<0>(previous); in apply()
[all …]
H A Dturn_in_original_visitor.hpp90 for (Iterator previous = it++; it != end; ++previous, ++it) in point_in_range() local
92 if (! strategy.apply(point, *previous, *it, state)) in point_in_range()
123 for (Iterator previous = it++; it != end; ++previous, ++it) in point_in_section() local
126 CoordinateType const previous_x = geometry::get<0>(*previous); in point_in_section()
139 if (! strategy.apply(point, *previous, *it, state)) in point_in_section()
/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dtask.h28 struct aa_label *previous; member
46 aa_put_label(ctx->previous); in aa_free_task_ctx()
61 aa_get_label(new->previous); in aa_dup_task_ctx()
73 aa_put_label(ctx->previous); in aa_clear_task_ctx_trans()
75 ctx->previous = NULL; in aa_clear_task_ctx_trans()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dasmmacro.h48 .previous
62 .previous
75 .previous
89 .previous
112 .previous
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Duttrack.c310 return (element->previous); in acpi_ut_find_allocation()
380 previous = allocation; in acpi_ut_track_allocation()
384 allocation->previous = NULL; in acpi_ut_track_allocation()
391 allocation->previous = element; in acpi_ut_track_allocation()
394 (element->next)->previous = allocation; in acpi_ut_track_allocation()
451 if (allocation->previous) { in acpi_ut_remove_allocation()
452 (allocation->previous)->next = allocation->next; in acpi_ut_remove_allocation()
458 (allocation->next)->previous = allocation->previous; in acpi_ut_remove_allocation()
H A Devgpeutil.c172 gpe_xrupt->previous = next_gpe_xrupt; in acpi_ev_get_gpe_xrupt_block()
236 if (gpe_xrupt->previous) { in acpi_ev_delete_gpe_xrupt()
237 gpe_xrupt->previous->next = gpe_xrupt->next; in acpi_ev_delete_gpe_xrupt()
245 gpe_xrupt->next->previous = gpe_xrupt->previous; in acpi_ev_delete_gpe_xrupt()
H A Devgpeblk.c72 gpe_block->previous = next_gpe_block; in acpi_ev_install_gpe_block()
117 if (!gpe_block->previous && !gpe_block->next) { in acpi_ev_delete_gpe_block()
129 if (gpe_block->previous) { in acpi_ev_delete_gpe_block()
130 gpe_block->previous->next = gpe_block->next; in acpi_ev_delete_gpe_block()
137 gpe_block->next->previous = gpe_block->previous; in acpi_ev_delete_gpe_block()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Detrap_64.S46 .previous
100 .previous
107 .previous
118 .previous
128 .previous
142 .previous
174 .previous
179 .previous
276 .previous
H A Dtsb.S65 .previous
153 .previous
193 .previous
218 .previous
229 .previous
260 .previous
275 .previous
384 .previous
485 .previous
495 .previous
H A Dfpu_traps.S75 .previous
84 .previous
116 .previous
126 .previous
157 .previous
166 .previous
183 .previous
349 .previous
358 .previous
379 .previous
H A Drtrap_64.S37 .previous
53 .previous
79 .previous
207 .previous
239 .previous
249 .previous
261 .previous
269 .previous
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dhweight.S18 .previous
31 .previous
44 .previous
57 .previous
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupplier.cpp108 QPlaceSupplier previous = m_src; in setSupplier() local
111 if (previous.name() != m_src.name()) in setSupplier()
114 if (previous.supplierId() != m_src.supplierId()) in setSupplier()
117 if (previous.url() != m_src.url()) in setSupplier()
H A Dqdeclarativeratings.cpp79 QPlaceRatings previous = m_ratings; in setRatings() local
82 if (ratings.average() != previous.average()) { in setRatings()
85 if (ratings.count() != previous.count()) { in setRatings()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dexport.h41 .previous
45 .previous
55 .previous
68 .previous
/OK3568_Linux_fs/kernel/arch/openrisc/lib/
H A Dstring.S60 .previous
65 .previous
97 .previous
101 .previous
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dtsb.h83 .previous
90 .previous
97 .previous
104 .previous
111 .previous
118 .previous
214 .previous; \
345 .previous; \
368 .previous; \
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dtask.c125 if (!ctx->previous) { in aa_set_current_hat()
127 ctx->previous = cred_label(new); in aa_set_current_hat()
163 if (!ctx->previous) in aa_restore_previous_label()
171 set_cred_label(new, aa_get_newest_label(ctx->previous)); in aa_restore_previous_label()
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/English.lproj/
H A DLocalizable.strings11previous state when the requesting application requests to return to the previous state. Alternat…
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_bunzip2.c526 int pos, xcurrent, previous, gotcount; in read_bunzip() local
570 previous = xcurrent; in read_bunzip()
579 if (xcurrent != previous) in read_bunzip()
585 xcurrent = previous; in read_bunzip()
610 previous = get_next_block(bd); in read_bunzip()
611 if (previous) { in read_bunzip()
612 bd->writeCount = previous; in read_bunzip()
613 return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount; in read_bunzip()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dis_convex.hpp65 it_type previous(view); in apply() local
70 while (equals::equals_point_point(*current, *previous) && index < n) in apply()
94 int const side = strategy.apply(*previous, *current, *next); in apply()
102 previous = current; in apply()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dcpcap-battery.c382 struct cpcap_battery_state_data state, *latest, *previous; in cpcap_battery_update_status() local
407 previous = cpcap_battery_previous(ddata); in cpcap_battery_update_status()
408 memcpy(previous, latest, sizeof(*previous)); in cpcap_battery_update_status()
438 struct cpcap_battery_state_data *latest, *previous; in cpcap_battery_get_property() local
449 previous = cpcap_battery_previous(ddata); in cpcap_battery_get_property()
484 sample = latest->cc.sample - previous->cc.sample; in cpcap_battery_get_property()
489 accumulator = latest->cc.accumulator - previous->cc.accumulator; in cpcap_battery_get_property()
505 sample = latest->cc.sample - previous->cc.sample; in cpcap_battery_get_property()
512 accumulator = latest->cc.accumulator - previous->cc.accumulator; in cpcap_battery_get_property()
515 tmp *= ((latest->voltage + previous->voltage) / 20000); in cpcap_battery_get_property()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dbug.h18 .previous
21 .previous
29 .previous

12345678910>>...45