Home
last modified time | relevance | path

Searched refs:unmapped (Results 26 – 50 of 2701) sorted by relevance

12345678910>>...109

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/builder/dockerfile/
H A Dinternals_linux_test.go38 unmapped := &idtools.IdentityMapping{}
64 idMapping: unmapped,
72 idMapping: unmapped,
96 idMapping: unmapped,
137 idMapping: unmapped,
145 idMapping: unmapped,
153 idMapping: unmapped,
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Examples/include/
H A DofxUtilities.H165 ofxuGetImagePixelsAreRGBA(OfxPropertySetHandle imageHandle, bool unmapped = false)
168 if(unmapped)
176 ofxuGetClipPixelDepth(OfxImageClipHandle clipHandle, bool unmapped = false)
180 return props ? ofxuGetImagePixelDepth(props, unmapped) : 0; // same property
184 ofxuGetClipPixelsAreRGBA(OfxImageClipHandle clipHandle, bool unmapped = false)
188 return props ? ofxuGetImagePixelsAreRGBA(props, unmapped) : 0; // same property
192 ofxuClipGetFormat(OfxImageClipHandle clipHandle, int &bitDepth, bool &isRGBA, bool unmapped = false)
194 bitDepth = ofxuGetClipPixelDepth(clipHandle, unmapped);
195 isRGBA = ofxuGetClipPixelsAreRGBA(clipHandle, unmapped);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Examples/include/
H A DofxUtilities.H165 ofxuGetImagePixelsAreRGBA(OfxPropertySetHandle imageHandle, bool unmapped = false)
168 if(unmapped)
176 ofxuGetClipPixelDepth(OfxImageClipHandle clipHandle, bool unmapped = false)
180 return props ? ofxuGetImagePixelDepth(props, unmapped) : 0; // same property
184 ofxuGetClipPixelsAreRGBA(OfxImageClipHandle clipHandle, bool unmapped = false)
188 return props ? ofxuGetImagePixelsAreRGBA(props, unmapped) : 0; // same property
192 ofxuClipGetFormat(OfxImageClipHandle clipHandle, int &bitDepth, bool &isRGBA, bool unmapped = false)
194 bitDepth = ofxuGetClipPixelDepth(clipHandle, unmapped);
195 isRGBA = ofxuGetClipPixelsAreRGBA(clipHandle, unmapped);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dhuge_memory.h54 int referenced, int none_or_zero, int status, int unmapped),
56 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped),
65 __field(int, unmapped)
75 __entry->unmapped = unmapped;
85 __entry->unmapped)
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dhuge_memory.h54 int referenced, int none_or_zero, int status, int unmapped),
56 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped),
65 __field(int, unmapped)
75 __entry->unmapped = unmapped;
85 __entry->unmapped)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dhuge_memory.h54 int referenced, int none_or_zero, int status, int unmapped),
56 TP_ARGS(mm, page, writable, referenced, none_or_zero, status, unmapped),
65 __field(int, unmapped)
75 __entry->unmapped = unmapped;
85 __entry->unmapped)
/dports/emulators/bochs/bochs-2.7/patches/
H A Dpatch.hosttime-port47 Index: iodev/unmapped.cc
49 RCS file: /cvsroot/bochs/bochs/iodev/unmapped.cc,v
51 diff -u -r1.17 unmapped.cc
52 --- iodev/unmapped.cc 30 Jul 2002 08:48:03 -0000 1.17
53 +++ iodev/unmapped.cc 31 Jul 2002 09:01:23 -0000
147 Index: iodev/unmapped.h
149 RCS file: /cvsroot/bochs/bochs/iodev/unmapped.h,v
151 diff -u -r1.8 unmapped.h
152 --- iodev/unmapped.h 29 Jul 2002 12:44:47 -0000 1.8
153 +++ iodev/unmapped.h 31 Jul 2002 09:01:23 -0000
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/builder/dockerfile/
H A Dinternals_test.go199 unmapped := &idtools.IDMappings{}
222 idMapping: unmapped,
228 idMapping: unmapped,
246 idMapping: unmapped,
279 idMapping: unmapped,
285 idMapping: unmapped,
291 idMapping: unmapped,
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/builder/dockerfile/
H A Dinternals_test.go199 unmapped := &idtools.IDMappings{}
222 idMapping: unmapped,
228 idMapping: unmapped,
246 idMapping: unmapped,
279 idMapping: unmapped,
285 idMapping: unmapped,
291 idMapping: unmapped,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gpu_trace.h145 TP_PROTO(u32 unmapped),
146 TP_ARGS(unmapped),
148 __field(u32, unmapped)
151 __entry->unmapped = unmapped;
153 TP_printk("Purging %u vmaps", __entry->unmapped)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gpu_trace.h145 TP_PROTO(u32 unmapped),
146 TP_ARGS(unmapped),
148 __field(u32, unmapped)
151 __entry->unmapped = unmapped;
153 TP_printk("Purging %u vmaps", __entry->unmapped)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_gpu_trace.h145 TP_PROTO(u32 unmapped),
146 TP_ARGS(unmapped),
148 __field(u32, unmapped)
151 __entry->unmapped = unmapped;
153 TP_printk("Purging %u vmaps", __entry->unmapped)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/
H A Dsearch_aggs_range.go26 unmapped *bool member
80 func (a RangeAggregation) Unmapped(unmapped bool) RangeAggregation {
81 a.unmapped = &unmapped
188 if a.unmapped != nil {
189 opts["unmapped"] = *a.unmapped
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/
H A Dsearch_aggs_bucket_date_range.go25 unmapped *bool member
69 func (a *DateRangeAggregation) Unmapped(unmapped bool) *DateRangeAggregation {
70 a.unmapped = &unmapped
178 if a.unmapped != nil {
179 opts["unmapped"] = *a.unmapped
H A Dsearch_aggs_bucket_range.go25 unmapped *bool member
74 func (a *RangeAggregation) Unmapped(unmapped bool) *RangeAggregation {
75 a.unmapped = &unmapped
180 if a.unmapped != nil {
181 opts["unmapped"] = *a.unmapped
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/
H A Dsearch_aggs_bucket_date_range.go25 unmapped *bool member
70 func (a *DateRangeAggregation) Unmapped(unmapped bool) *DateRangeAggregation {
71 a.unmapped = &unmapped
184 if a.unmapped != nil {
185 opts["unmapped"] = *a.unmapped
H A Dsearch_aggs_bucket_range.go25 unmapped *bool member
74 func (a *RangeAggregation) Unmapped(unmapped bool) *RangeAggregation {
75 a.unmapped = &unmapped
180 if a.unmapped != nil {
181 opts["unmapped"] = *a.unmapped
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/
H A Dsearch_aggs_bucket_date_range.go25 unmapped *bool member
69 func (a *DateRangeAggregation) Unmapped(unmapped bool) *DateRangeAggregation {
70 a.unmapped = &unmapped
178 if a.unmapped != nil {
179 opts["unmapped"] = *a.unmapped
H A Dsearch_aggs_bucket_range.go25 unmapped *bool member
74 func (a *RangeAggregation) Unmapped(unmapped bool) *RangeAggregation {
75 a.unmapped = &unmapped
180 if a.unmapped != nil {
181 opts["unmapped"] = *a.unmapped
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsearch_aggs_bucket_date_range.go25 unmapped *bool member
70 func (a *DateRangeAggregation) Unmapped(unmapped bool) *DateRangeAggregation {
71 a.unmapped = &unmapped
184 if a.unmapped != nil {
185 opts["unmapped"] = *a.unmapped
H A Dsearch_aggs_bucket_range.go25 unmapped *bool member
74 func (a *RangeAggregation) Unmapped(unmapped bool) *RangeAggregation {
75 a.unmapped = &unmapped
180 if a.unmapped != nil {
181 opts["unmapped"] = *a.unmapped
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/gopkg.in/olivere/elastic.v6/
H A Dsearch_aggs_bucket_date_range.go25 unmapped *bool member
70 func (a *DateRangeAggregation) Unmapped(unmapped bool) *DateRangeAggregation {
71 a.unmapped = &unmapped
184 if a.unmapped != nil {
185 opts["unmapped"] = *a.unmapped
H A Dsearch_aggs_bucket_range.go25 unmapped *bool member
74 func (a *RangeAggregation) Unmapped(unmapped bool) *RangeAggregation {
75 a.unmapped = &unmapped
180 if a.unmapped != nil {
181 opts["unmapped"] = *a.unmapped
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dsearch_aggs_bucket_date_range.go25 unmapped *bool member
70 func (a *DateRangeAggregation) Unmapped(unmapped bool) *DateRangeAggregation {
71 a.unmapped = &unmapped
184 if a.unmapped != nil {
185 opts["unmapped"] = *a.unmapped
H A Dsearch_aggs_bucket_range.go25 unmapped *bool member
74 func (a *RangeAggregation) Unmapped(unmapped bool) *RangeAggregation {
75 a.unmapped = &unmapped
180 if a.unmapped != nil {
181 opts["unmapped"] = *a.unmapped

12345678910>>...109