Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c231 static int reader_changes_init(struct reader_changes *const changes, in reader_changes_init() argument
234 BUILD_BUG_ON((PAGE_SIZE % sizeof(*changes->data)) != 0); in reader_changes_init()
241 changes->data = vmalloc(size); in reader_changes_init()
242 if (!changes->data) in reader_changes_init()
245 spin_lock_init(&changes->producer); in reader_changes_init()
246 mutex_init(&changes->consumer); in reader_changes_init()
248 changes->size = size / sizeof(*changes->data); in reader_changes_init()
249 changes->threshold = min(((size_t)(changes->size)) / 4, in reader_changes_init()
250 ((size_t)(PAGE_SIZE)) / sizeof(*changes->data)); in reader_changes_init()
252 return changes->size; in reader_changes_init()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp204 QList<QSharedPointer<QMapboxGLStyleChange>> changes; in addMapParameter() local
211 changes << QMapboxGLStyleSetPaintProperty::fromMapParameter(param); in addMapParameter()
214 changes << QMapboxGLStyleSetLayoutProperty::fromMapParameter(param); in addMapParameter()
217 changes << QMapboxGLStyleSetFilter::fromMapParameter(param); in addMapParameter()
220 changes << QMapboxGLStyleAddLayer::fromMapParameter(param); in addMapParameter()
223 changes << QMapboxGLStyleAddSource::fromMapParameter(param); in addMapParameter()
226 changes << QMapboxGLStyleAddImage::fromMapParameter(param); in addMapParameter()
230 return changes; in addMapParameter()
235 QList<QSharedPointer<QMapboxGLStyleChange>> changes; in addMapItem() local
245 return changes; in addMapItem()
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMAlloc.c561 int minKC, int maxKC, XkbChangesPtr changes) in XkbChangeKeycodeRange() argument
570 if (changes) in XkbChangeKeycodeRange()
571 changes->map.min_key_code = minKC; in XkbChangeKeycodeRange()
577 if (changes) { in XkbChangeKeycodeRange()
578 changes->map.changed = _ExtendRange(changes->map.changed, in XkbChangeKeycodeRange()
580 &changes->map. in XkbChangeKeycodeRange()
582 &changes->map. in XkbChangeKeycodeRange()
588 if (changes) { in XkbChangeKeycodeRange()
589 changes->map.changed = _ExtendRange(changes->map.changed, in XkbChangeKeycodeRange()
592 &changes->map. in XkbChangeKeycodeRange()
[all …]
H A DxkbLEDs.c235 XkbChangesPtr changes, XkbEventCausePtr cause) in XkbUpdateLedAutoState() argument
279 XkbFlushLedEvents(dev, kbd, sli, ed, changes, cause); in XkbUpdateLedAutoState()
283 if (changes == NULL) { in XkbUpdateLedAutoState()
284 changes = &my_changes; in XkbUpdateLedAutoState()
285 memset((char *) changes, 0, sizeof(XkbChangesRec)); in XkbUpdateLedAutoState()
287 changes->indicators.state_changes |= affected; in XkbUpdateLedAutoState()
298 if (changes != &my_changes) in XkbUpdateLedAutoState()
299 changes = NULL; in XkbUpdateLedAutoState()
302 if (changes || ed) in XkbUpdateLedAutoState()
303 XkbFlushLedEvents(dev, kbd, sli, ed, changes, cause); in XkbUpdateLedAutoState()
[all …]
H A DXKBMisc.c375 XkbApplyCompatMapToKey(XkbDescPtr xkb, KeyCode key, XkbChangesPtr changes) in XkbApplyCompatMapToKey() argument
477 if (changes && old != BitIsOn(xkb->ctrls->per_key_repeat, key)) in XkbApplyCompatMapToKey()
478 changes->ctrls.changed_ctrls |= XkbPerKeyRepeatMask; in XkbApplyCompatMapToKey()
488 if (changes && (old != BitIsOn(xkb->ctrls->per_key_repeat, key))) in XkbApplyCompatMapToKey()
489 changes->ctrls.changed_ctrls |= XkbPerKeyRepeatMask; in XkbApplyCompatMapToKey()
497 if (changes) { in XkbApplyCompatMapToKey()
500 mc = &changes->map; in XkbApplyCompatMapToKey()
537 unsigned groups, int *newTypesIn, XkbMapChangesPtr changes) in XkbChangeTypesOfKey() argument
644 if (changes != NULL) { in XkbChangeTypesOfKey()
645 if (changes->changed & XkbKeySymsMask) { in XkbChangeTypesOfKey()
[all …]
H A DxkbUtils.c220 KeyCode first, CARD8 num, XkbChangesPtr changes) in XkbUpdateKeyTypesFromCore() argument
234 mc = (changes ? (&changes->map) : NULL); in XkbUpdateKeyTypesFromCore()
249 if (changes->map.changed & XkbKeySymsMask) { in XkbUpdateKeyTypesFromCore()
252 oldLast = changes->map.first_key_sym + changes->map.num_key_syms - 1; in XkbUpdateKeyTypesFromCore()
255 if (first < changes->map.first_key_sym) in XkbUpdateKeyTypesFromCore()
256 changes->map.first_key_sym = first; in XkbUpdateKeyTypesFromCore()
259 changes->map.num_key_syms = newLast - changes->map.first_key_sym + 1; in XkbUpdateKeyTypesFromCore()
262 changes->map.changed |= XkbKeySymsMask; in XkbUpdateKeyTypesFromCore()
263 changes->map.first_key_sym = first; in XkbUpdateKeyTypesFromCore()
264 changes->map.num_key_syms = num; in XkbUpdateKeyTypesFromCore()
[all …]
H A Dxkmread.c162 ReadXkmVirtualMods(FILE * file, XkbDescPtr xkb, XkbChangesPtr changes) in ReadXkmVirtualMods() argument
177 if (changes) in ReadXkmVirtualMods()
178 changes->map.vmods |= bit; in ReadXkmVirtualMods()
194 if (changes) in ReadXkmVirtualMods()
195 changes->names.changed_vmods |= bit; in ReadXkmVirtualMods()
205 ReadXkmKeycodes(FILE * file, XkbDescPtr xkb, XkbChangesPtr changes) in ReadXkmKeycodes() argument
261 if (changes) in ReadXkmKeycodes()
262 changes->names.changed |= XkbKeyAliasesMask; in ReadXkmKeycodes()
264 if (changes) in ReadXkmKeycodes()
265 changes->names.changed |= XkbKeyNamesMask; in ReadXkmKeycodes()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DVim11changes to Vim yourself, you must clearly describe in the distribution how to contact you. When th…
13 …dified, as mentioned at I). If you make additional changes the text under a) applies to those chan…
15changes, including source code, with every copy of the modified Vim you distribute. This may be do…
17 …a modified Vim which includes changes as mentioned under c), you can distribute it without the sou…
18 …e changes permits you to distribute the changes to the Vim maintainer without fee or restriction, …
19changes for at least three years after last distributing the corresponding modified Vim. When the …
22 …e) When the GNU General Public License (GPL) applies to the changes, you can distribute the modifi…
24 …essage is only required for as far as this does not conflict with the license used for the changes.
28changes and make them available to the maintainer, including the source code. The preferred way to…
/OK3568_Linux_fs/kernel/drivers/net/slip/
H A Dslhc.c234 short changes = 0; in slhc_compress() local
372 changes |= NEW_U; in slhc_compress()
382 changes |= NEW_W; in slhc_compress()
388 changes |= NEW_A; in slhc_compress()
394 changes |= NEW_S; in slhc_compress()
397 switch(changes){ in slhc_compress()
419 changes = SPECIAL_I; in slhc_compress()
426 changes = SPECIAL_D; in slhc_compress()
434 changes |= NEW_I; in slhc_compress()
437 changes |= TCP_PUSH_BIT; in slhc_compress()
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Drefcount-vs-atomic.rst79 Function changes:
84 Memory ordering guarantee changes:
92 Function changes:
97 Memory ordering guarantee changes:
104 Function changes:
108 Memory ordering guarantee changes:
116 Function changes:
121 Memory ordering guarantees changes:
132 Function changes:
137 Memory ordering guarantees changes:
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dseries.py39 self.changes = {}
160 for change in sorted(self.changes, reverse=True):
162 for this_commit, text in self.changes[change]:
179 if self.changes:
190 changes_copy = dict(self.changes)
192 if self.changes.get(version):
201 elif self.changes:
266 if not self.changes.get(version):
267 self.changes[version] = []
268 self.changes[version].append([commit, info])
H A Dcommit.py30 self.changes = {}
42 if not self.changes.get(version):
43 self.changes[version] = []
44 self.changes[version].append(info)
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dchangesets.rst7 A DT changeset is a method which allows one to apply changes
8 in the live tree in such a way that either the full set of changes
14 When a changeset is applied, all of the changes get applied to the tree
26 a set of changes. No changes to the active tree are made at this point.
30 3. of_changeset_apply() - Apply the changes to the tree. Either the
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py450 changes = []
516 changes.append(chg)
517 return changes
547 changes = collections.OrderedDict()
569 entry = changes.get(m.hexdigest(), (line, []))
571 changes[m.hexdigest()] = (line, entry[1] + [desc])
589 for key, item in changes.items():
622 changes = []
627 changes.append(compare_siglists(d.a_blob, d.b_blob, taskdiff=sigsdiff))
628 return changes
[all …]
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_core.c221 glamor_validate_gc(GCPtr gc, unsigned long changes, DrawablePtr drawable) in glamor_validate_gc() argument
227 if (changes & GCTile) { in glamor_validate_gc()
246 changes &= ~GCTile; in glamor_validate_gc()
249 if (changes & GCStipple) in glamor_validate_gc()
252 if (changes & GCStipple && gc->stipple) { in glamor_validate_gc()
257 fbValidateGC(gc, changes, drawable); in glamor_validate_gc()
262 fbValidateGC(gc, changes, drawable); in glamor_validate_gc()
265 if (changes & GCDashList) { in glamor_validate_gc()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbgc.c113 fbValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable) in fbValidateGC() argument
124 if ((changes & in fbValidateGC()
131 if (changes & GCTile) { in fbValidateGC()
137 if (changes & GCStipple) { in fbValidateGC()
147 if (changes & (GCForeground | GCBackground | GCPlaneMask | GCFunction)) { in fbValidateGC()
174 if (changes & GCDashList) { in fbValidateGC()
/OK3568_Linux_fs/device/rockchip/common/configs/
H A DConfig.in.others10 bool "save committed changes only"
13 bool "save changes of tracked files"
16 bool "save all changes"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c32 int changes = 0; in ixgbe_copy_dcb_cfg() local
41 changes |= BIT_APP_UPCHG; in ixgbe_copy_dcb_cfg()
50 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
55 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
60 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
67 changes |= (BIT_PG_TX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg()
72 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg()
77 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg()
82 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg()
89 changes |= (BIT_PG_RX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg()
[all …]
/OK3568_Linux_fs/kernel/tools/laptop/dslm/
H A Ddslm.c78 int changes = 0; in measure() local
92 changes++; in measure()
107 changes--; /* Compensate for SIGINT */ in measure()
111 printf(" State changed %d times\n", changes); in measure()
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-1.6.rst18 .. _migration-1.6-packaging-changes:
23 The following packaging changes have been made:
46 The following changes have been made to :term:`BitBake`.
122 .. _migration-1.6-variable-changes:
130 .. _migration-1.6-variable-changes-TMPDIR:
142 .. _migration-1.6-variable-changes-PRINC:
148 detected during a build. For :term:`PR` increments on changes,
153 .. _migration-1.6-variable-changes-IMAGE_TYPES:
162 .. _migration-1.6-variable-changes-COPY_LIC_MANIFEST:
170 .. _migration-1.6-variable-changes-COPY_LIC_DIRS:
[all …]
H A Dmigration-2.5.rst7 .. _migration-2.5-packaging-changes:
12 This section provides information about packaging changes that have
83 .. _migration-2.5-scripts-and-tools-changes:
88 The following are changes to scripts and tools:
100 there are uncommitted changes or a rebase/am in progress in the
102 uncommitted changes that will not be included in updates to the
104 situations that the uncommitted changes are inconsequential and you
115 .. _migration-2.5-bitbake-changes:
120 The following are BitBake changes:
149 .. _migration-2.5-python-and-python3-changes:
[all …]
H A Dmigration-2.6.rst7 .. _migration-2.6-gcc-changes:
14 release, see https://gcc.gnu.org/gcc-8/changes.html.
76 .. _migration-2.6-packaging-changes:
81 The following packaging changes have been made:
150 .. _migration-2.6-image-kernel-artifact-naming-changes:
155 The following changes have been made:
160 allows easier and more direct changes.
237 .. _migration-2.6-override-changes:
242 The following changes have occurred:
305 .. _migration-2.6-automatic-testing-changes:
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dintro.rst60 to separating source changes.
63 minimal changes to the sources, the released recipes provide a vetted
64 base upon which to layer your changes. Doing so allows you to benefit
100 kernel recipes. Configuration changes can be added in the form of
136 if you have to do this, you make the changes to the files in the
151 interactively develop and test the configuration changes you are
152 making to the kernel. Saving changes you make with ``menuconfig``
162 Once you are satisfied with the configuration changes made using
165 those changes into a
173 image applies your changes. Depending on your target hardware, you
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.8.010 Some of the changes listed in this file include issue tracking numbers
40 an OSM based default provider changes T&Cs.
43 changes to general mouse/touch handling in Qt QML
44 - Adapted QtLocation and QtPositioning to the Qt Lite related build system changes
63 - Migrated the QtLocation rendering code to the new scenegraph changes enabling
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst146 is usually named "poky", allows you to make changes, contribute to the
239 responsible for accepting changes from other developers and for
254 area. These branches hold changes (commits) to the project that have
257 determines if the changes are qualified to be moved from the "contrib"
263 develop changes. When a developer is satisfied with a particular feature
274 There is a somewhat formal method by which developers commit changes and
278 submitting patches and changes, see the
282 In summary, there is a single point of entry for changes into the
285 develop, test, and submit changes to "contrib" areas for the maintainer
286 to examine. The maintainer then chooses which changes are going to
[all …]

12345678910>>...64