Home
last modified time | relevance | path

Searched refs:vclass (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/atomic/
H A DAtomicReferenceFieldUpdater.java156 private final Class<V> vclass; field in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
190 if (vclass != fieldClass) in AtomicReferenceFieldUpdaterImpl()
199 if (vclass == Object.class) in AtomicReferenceFieldUpdaterImpl()
200 this.vclass = null; in AtomicReferenceFieldUpdaterImpl()
202 this.vclass = vclass; in AtomicReferenceFieldUpdaterImpl()
215 (update != null && vclass != null && !vclass.isInstance(update))) in updateCheck()
223 (update != null && vclass != null && in compareAndSet()
224 vclass != update.getClass())) in compareAndSet()
233 vclass != update.getClass())) in weakCompareAndSet()
241 vclass != newValue.getClass())) in set()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/external/jsr166/java/util/concurrent/atomic/
H A DAtomicReferenceFieldUpdater.java156 private final Class<V> vclass; field in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
190 if (vclass != fieldClass) in AtomicReferenceFieldUpdaterImpl()
199 if (vclass == Object.class) in AtomicReferenceFieldUpdaterImpl()
200 this.vclass = null; in AtomicReferenceFieldUpdaterImpl()
202 this.vclass = vclass; in AtomicReferenceFieldUpdaterImpl()
215 (update != null && vclass != null && !vclass.isInstance(update))) in updateCheck()
223 (update != null && vclass != null && in compareAndSet()
224 vclass != update.getClass())) in compareAndSet()
233 vclass != update.getClass())) in weakCompareAndSet()
241 vclass != newValue.getClass())) in set()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/external/jsr166/java/util/concurrent/atomic/
H A DAtomicReferenceFieldUpdater.java156 private final Class<V> vclass; field in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
190 if (vclass != fieldClass) in AtomicReferenceFieldUpdaterImpl()
199 if (vclass == Object.class) in AtomicReferenceFieldUpdaterImpl()
200 this.vclass = null; in AtomicReferenceFieldUpdaterImpl()
202 this.vclass = vclass; in AtomicReferenceFieldUpdaterImpl()
215 (update != null && vclass != null && !vclass.isInstance(update))) in updateCheck()
223 (update != null && vclass != null && in compareAndSet()
224 vclass != update.getClass())) in compareAndSet()
233 vclass != update.getClass())) in weakCompareAndSet()
241 vclass != newValue.getClass())) in set()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/external/jsr166/java/util/concurrent/atomic/
H A DAtomicReferenceFieldUpdater.java156 private final Class<V> vclass; field in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
190 if (vclass != fieldClass) in AtomicReferenceFieldUpdaterImpl()
199 if (vclass == Object.class) in AtomicReferenceFieldUpdaterImpl()
200 this.vclass = null; in AtomicReferenceFieldUpdaterImpl()
202 this.vclass = vclass; in AtomicReferenceFieldUpdaterImpl()
215 (update != null && vclass != null && !vclass.isInstance(update))) in updateCheck()
223 (update != null && vclass != null && in compareAndSet()
224 vclass != update.getClass())) in compareAndSet()
233 vclass != update.getClass())) in weakCompareAndSet()
241 vclass != newValue.getClass())) in set()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/external/jsr166/java/util/concurrent/atomic/
H A DAtomicReferenceFieldUpdater.java156 private final Class<V> vclass; field in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
190 if (vclass != fieldClass) in AtomicReferenceFieldUpdaterImpl()
199 if (vclass == Object.class) in AtomicReferenceFieldUpdaterImpl()
200 this.vclass = null; in AtomicReferenceFieldUpdaterImpl()
202 this.vclass = vclass; in AtomicReferenceFieldUpdaterImpl()
215 (update != null && vclass != null && !vclass.isInstance(update))) in updateCheck()
223 (update != null && vclass != null && in compareAndSet()
224 vclass != update.getClass())) in compareAndSet()
233 vclass != update.getClass())) in weakCompareAndSet()
241 vclass != newValue.getClass())) in set()
[all …]
/dports/lang/onyx/onyx-5.1.2/doc/latex/onyx/
H A Dlang_class_vclass.tex39 \subsection{vclass} subsection
40 \label{sec:vclass}
211 $vclass
215 \label{vclass:data}
240 \label{vclass:def}
300 $vclass
339 \label{vclass:isa}
362 $vclass
597 $vclass
655 $vclass
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/utils/
H A Dvisual.c58 int vclass; in get_visual() local
66 if (!v || !*v) vclass = BEST_VISUAL; in get_visual()
74 else if (!strcmp (v, "gl")) vclass = GL_VISUAL; in get_visual()
87 vclass = DEFAULT_VISUAL; in get_visual()
90 if (vclass == DEFAULT_VISUAL) in get_visual()
92 else if (vclass == BEST_VISUAL) in get_visual()
94 else if (vclass == MONO_VISUAL) in get_visual()
100 else if (vclass == GRAY_VISUAL) in get_visual()
112 else if (vclass == COLOR_VISUAL) in get_visual()
133 else if (vclass == GL_VISUAL) in get_visual()
[all …]
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/X11/
H A Dvisual.c68 int vclass; in get_visual() local
76 if (!v || !*v) vclass = BEST_VISUAL; in get_visual()
84 else if (!strcmp (v, "gl")) vclass = GL_VISUAL; in get_visual()
97 vclass = DEFAULT_VISUAL; in get_visual()
100 if (vclass == DEFAULT_VISUAL) in get_visual()
102 else if (vclass == BEST_VISUAL) in get_visual()
104 else if (vclass == MONO_VISUAL) in get_visual()
110 else if (vclass == GRAY_VISUAL) in get_visual()
122 else if (vclass == COLOR_VISUAL) in get_visual()
143 else if (vclass == GL_VISUAL) in get_visual()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/utils/vehicle/
H A DSUMOVTypeParameter.cpp59 switch (vclass) { in SUMOVTypeParameter()
67 emissionClass = PollutantsInterface::getClassByName(EMPREFIX + "zero", vclass); in SUMOVTypeParameter()
78 emissionClass = PollutantsInterface::getClassByName(EMPREFIX + "zero", vclass); in SUMOVTypeParameter()
109 emissionClass = PollutantsInterface::getClassByName(EMPREFIX + "HDV", vclass); in SUMOVTypeParameter()
121 emissionClass = PollutantsInterface::getClassByName(EMPREFIX + "HDV", vclass); in SUMOVTypeParameter()
132 emissionClass = PollutantsInterface::getClassByName(EMPREFIX + "Bus", vclass); in SUMOVTypeParameter()
154 emissionClass = PollutantsInterface::getClassByName(EMPREFIX + "zero", vclass); in SUMOVTypeParameter()
165 emissionClass = PollutantsInterface::getClassByName(EMPREFIX + "zero", vclass); in SUMOVTypeParameter()
188 emissionClass = PollutantsInterface::getClassByName(EMPREFIX + "zero", vclass); in SUMOVTypeParameter()
196 emissionClass = PollutantsInterface::getClassByName(EMPREFIX + "LDV", vclass); in SUMOVTypeParameter()
[all …]
/dports/cad/sumo/sumo-1.2.0/tools/net/
H A Dnetcheck.py61 def getWeaklyConnected(net, vclass=None, ignore_connections=False): argument
70 if vclass is None or edge.allows(vclass):
98 if options.vclass is not None and not source.allows(options.vclass):
99 sys.exit("'{}' does not allow {}".format(source_id, options.vclass))
106 if options.vclass == "pedestrian":
112 if options.vclass is None or (
113 conn.getFromLane().allows(options.vclass)
114 and conn.getToLane().allows(options.vclass)):
142 withInternal=(options.vclass == "pedestrian"),
143 withPedestrianConnections=(options.vclass == "pedestrian"))
[all …]
/dports/lang/onyx/onyx-5.1.2/bin/onyx/test/
H A Dkind_a.nx.in37 $fooclass vclass <
46 `instance vclass'
47 `vclass:new class'
49 `vclass:new vclass'
50 `vclass:new fooclass'
51 `vclass:new barclass'
52 `fooclass:new vclass'
55 `barclass:new vclass'
H A Dvclass_a.nx.in41 $v vclass:new def
70 `vclass v:setisa\n' print
71 vclass v:setisa
76 `vclass v:kind --> ' print
77 vclass v:kind 1 sprint
83 $fooclass vclass <
99 `$rnew vclass:implements --> ' print
100 $rnew vclass:implements 1 sprint
126 `vclass fooclass:setsuper\n' print
127 vclass fooclass:setsuper
/dports/emulators/x48/x48-0.6.4_1/src/
H A Dresources.c348 int vclass; local
356 if (!s || !strcmp(s, "default")) vclass = -1;
357 else if (!strcmp (s, "staticgray")) vclass = StaticGray;
358 else if (!strcmp (s, "staticcolor")) vclass = StaticColor;
359 else if (!strcmp (s, "truecolor")) vclass = TrueColor;
360 else if (!strcmp (s, "grayscale")) vclass = GrayScale;
361 else if (!strcmp (s, "pseudocolor")) vclass = PseudoColor;
368 vclass = -1;
372 if (vclass == -1)
377 else if (vclass == -2)
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/embryo/
H A Dembryo_cc_sc4.c283 outval(vclass, FALSE); in defsymbol()
343 if (sym->vclass == sLOCAL) in rvalue()
355 if (sym->vclass == sLOCAL) in rvalue()
385 if (sym->vclass == sLOCAL) in address()
422 if (sym->vclass == sLOCAL) in store()
433 if (sym->vclass == sLOCAL) in store()
473 if (sym->vclass == sLOCAL) in copyarray()
503 if (sym->vclass == sLOCAL) in fillarray()
1186 if (sym->vclass == sLOCAL) in inc()
1194 if (sym->vclass == sLOCAL) in inc()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/shaders/
H A Dextra_vert.glsl3 in int vclass;
67 if ((vclass & VCLASS_LIGHT_AREA_SHAPE) != 0) {
79 else if ((vclass & VCLASS_LIGHT_DIST) != 0) {
92 else if ((vclass & VCLASS_CAMERA_FRAME) != 0) {
93 if ((vclass & VCLASS_CAMERA_VOLUME) != 0) {
104 else if ((vclass & VCLASS_CAMERA_DIST) != 0) {
143 else if ((vclass & VCLASS_EMPTY_SIZE) != 0) {
147 else if ((vclass & VCLASS_EMPTY_AXES) != 0) {
160 if ((vclass & VCLASS_CAMERA_VOLUME) != 0) {
179 if ((vclass & VCLASS_SCREENSPACE) != 0) {
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dxwdenc.c38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local
69 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
77 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
98 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
116 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
125 vclass = XWD_PSEUDO_COLOR; in xwd_encode_frame()
132 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
139 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
170 bytestream_put_be32(&buf, vclass); // visual class in xwd_encode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dxwdenc.c38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local
68 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
76 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
97 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
115 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
124 vclass = XWD_PSEUDO_COLOR; in xwd_encode_frame()
131 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
138 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
169 bytestream_put_be32(&buf, vclass); // visual class in xwd_encode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dxwdenc.c38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local
69 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
77 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
98 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
116 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
125 vclass = XWD_PSEUDO_COLOR; in xwd_encode_frame()
132 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
139 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
170 bytestream_put_be32(&buf, vclass); // visual class in xwd_encode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dxwdenc.c38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local
69 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
77 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
98 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
116 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
125 vclass = XWD_PSEUDO_COLOR; in xwd_encode_frame()
132 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
139 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
170 bytestream_put_be32(&buf, vclass); // visual class in xwd_encode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dxwdenc.c38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local
69 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
77 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
98 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
116 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
125 vclass = XWD_PSEUDO_COLOR; in xwd_encode_frame()
132 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
139 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
170 bytestream_put_be32(&buf, vclass); // visual class in xwd_encode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dxwdenc.c38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local
68 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
76 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
97 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
115 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
124 vclass = XWD_PSEUDO_COLOR; in xwd_encode_frame()
131 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
138 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
169 bytestream_put_be32(&buf, vclass); // visual class in xwd_encode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dxwdenc.c38 uint32_t pixdepth, bpp, bpad, ncolors = 0, lsize, vclass, be = 0; in xwd_encode_frame() local
69 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
77 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
98 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
116 vclass = XWD_TRUE_COLOR; in xwd_encode_frame()
125 vclass = XWD_PSEUDO_COLOR; in xwd_encode_frame()
132 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
139 vclass = XWD_STATIC_GRAY; in xwd_encode_frame()
170 bytestream_put_be32(&buf, vclass); // visual class in xwd_encode_frame()
/dports/cad/sumo/sumo-1.2.0/tools/game/A10KW/
H A Dbuild.sh10 …passenger.rou.xml -o osm.passenger.trips.xml --vehicle-class passenger --vclass passenger --prefix…
11 …truck.rou.xml -o osm.truck.trips.xml --vehicle-class truck --vclass truck --prefix…
15 …enger$M.rou.xml -o osm.passenger$M.trips.xml --vehicle-class passenger --vclass passenger --prefix…
16 …k$M.rou.xml -o osm.truck$M.trips.xml --vehicle-class truck --vclass truck --prefix…
20 …enger$M.rou.xml -o osm.passenger$M.trips.xml --vehicle-class passenger --vclass passenger --prefix…
21 …k$M.rou.xml -o osm.truck$M.trips.xml --vehicle-class truck --vclass truck --prefix…
/dports/misc/mc/mc-4.8.27/lib/vfs/
H A Dgc.c201 vfs_stamp_create (struct vfs_class *vclass, vfsid id) in vfs_stamp_create() argument
205 ev_vfs_stamp_create_t event_data = { vclass, id, FALSE }; in vfs_stamp_create()
223 if (!(id == NULL || (path_element->class == vclass && nvfsid == id))) in vfs_stamp_create()
227 if (!event_data.ret && vclass != NULL && vclass->nothingisopen != NULL in vfs_stamp_create()
228 && vclass->nothingisopen (id)) in vfs_stamp_create()
229 vfs_addstamp (vclass, id); in vfs_stamp_create()
/dports/misc/mc-nox11/mc-4.8.27/lib/vfs/
H A Dgc.c201 vfs_stamp_create (struct vfs_class *vclass, vfsid id) in vfs_stamp_create() argument
205 ev_vfs_stamp_create_t event_data = { vclass, id, FALSE }; in vfs_stamp_create()
223 if (!(id == NULL || (path_element->class == vclass && nvfsid == id))) in vfs_stamp_create()
227 if (!event_data.ret && vclass != NULL && vclass->nothingisopen != NULL in vfs_stamp_create()
228 && vclass->nothingisopen (id)) in vfs_stamp_create()
229 vfs_addstamp (vclass, id); in vfs_stamp_create()

12345678910>>...15