Home
last modified time | relevance | path

Searched refs:has_s (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/
H A Dgen_angle_format_table.py244 has_s = "_S" in format_id
260 return "Byte" if has_s else "UnsignedByte"
264 return "Int1010102" if has_s else "UnsignedInt1010102"
266 return "Int2101010" if has_s else "UnsignedInt2101010"
269 return "Short" if has_s else "UnsignedShort"
272 return "Int" if has_s else "UnsignedInt"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/
H A Dgen_angle_format_table.py244 has_s = "_S" in format_id
260 return "Byte" if has_s else "UnsignedByte"
264 return "Int1010102" if has_s else "UnsignedInt1010102"
266 return "Int2101010" if has_s else "UnsignedInt2101010"
269 return "Short" if has_s else "UnsignedShort"
272 return "Int" if has_s else "UnsignedInt"
/dports/sysutils/f3/f3-8.0/
H A Dlibutils.c65 int has_d, has_h, has_m, has_s; in usec_to_str() local
100 has_s = usec >= USEC_IN_A_SEC; in usec_to_str()
101 if (has_s) { in usec_to_str()
117 if (has_d || has_h || has_m || has_s) in usec_to_str()
/dports/cad/yosys/yosys-yosys-0.12/techlibs/xilinx/
H A Dxilinx_dffopt.cc184 bool has_s = false, has_r = false; in execute() local
190 has_s = true; in execute()
193 has_s = true; in execute()
249 if (has_s) { in execute()
315 if (has_s && (worthy_post_r || worthy_post_s)) { in execute()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dwebglframebuffer.rs125 let has_s = s.is_some(); in update_status() localVariable
142 if (has_zs && (has_z || has_s)) || in update_status()
143 (has_z && has_s) { in update_status()
175 if has_c || has_z || has_zs || has_s { in update_status()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/misc/tensorflow/
H A Dattr_value.pb.h1021 if (has_s()) { in clear_s()
1029 if (has_s()) { in s()
1035 if (!has_s()) { in set_s()
1047 if (!has_s()) { in set_s()
1059 if (!has_s()) { in set_s()
1070 if (!has_s()) { in set_s()
1082 if (!has_s()) { in mutable_s()
1093 if (has_s()) { in release_s()
1102 if (!has_s()) { in set_allocated_s()
1116 if (has_s()) { in unsafe_arena_release_s()
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstpadtemplate.c247 gboolean has_s = FALSE; in name_is_valid() local
267 if (*(str + 1) == 's' && (*(str + 2) != '\0' || has_s)) { in name_is_valid()
276 has_s = TRUE; in name_is_valid()
/dports/cad/py-lcapy/lcapy-23c940f/lcapy/
H A Dnetlist.py669 def has_s(self): member in NetlistMixin
769 has_s = False
787 if elt.has_s:
788 has_s = True
806 analysis['has_s'] = has_s
813 analysis['time_domain'] = not reactive and not has_s
/dports/devel/py-tox/tox-3.12.1/src/tox/util/
H A Dspinner.py171 has_s = "s" if period_value != 1 else ""
172 texts.append("{} {}{}".format(period_value, period_name, has_s))
/dports/cad/yosys/yosys-yosys-0.12/passes/sat/
H A Dsim.cc285 bool has_a, has_b, has_c, has_d, has_s, has_y; in update_cell() local
291 has_s = cell->hasPort(ID::S); in update_cell()
298 if (has_s) sig_s = cell->getPort(ID::S); in update_cell()
305 if (has_a && !has_c && !has_d && !has_s && has_y) { in update_cell()
311 if (has_a && has_b && has_c && !has_d && !has_s && has_y) { in update_cell()
317 if (has_a && has_b && !has_c && !has_d && has_s && has_y) { in update_cell()
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drnd_test.pl166 do(5, S, _P, _O, _G) :- has_s(S).
191 has_s(S) :-
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dwin-gtab.cpp249 gboolean has_s = s && s[0]; in set_key_codes_label() local
251 if (has_s){ in set_key_codes_label()
295 if (has_s) { in set_key_codes_label()
/dports/chinese/gcin/gcin-2.9.0/
H A Dwin-gtab.cpp249 gboolean has_s = s && s[0]; in set_key_codes_label() local
251 if (has_s){ in set_key_codes_label()
295 if (has_s) { in set_key_codes_label()
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dwin-gtab.cpp249 gboolean has_s = s && s[0]; in set_key_codes_label() local
251 if (has_s){ in set_key_codes_label()
295 if (has_s) { in set_key_codes_label()
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Drnd_test.pl170 do(5, S, _P, _O, _G) :- has_s(S).
197 has_s(S) :-
/dports/net-p2p/bazarr/bazarr-1.0.2/bazarr/
H A Dscheduler.py95 has_s = 's' if period_value > 1 else ''
96 strings.append("%s %s%s" % (period_value, period_name, has_s))
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/generator/
H A Dold.cc147 if (!value_string->has_s()) { in __anon980a70580102()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dmenus.c704 char has_i, has_s; in MenuRealize() local
726 has_s = 0; in MenuRealize()
733 has_s = 1; in MenuRealize()
793 if (((has_i) && (has_s)) || ((!has_i) && (!has_s))) in MenuRealize()
821 else if (has_s) in MenuRealize()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-channel-mixer.c240 gboolean * has_c, gint * r, gboolean * has_r, gint * s, gboolean * has_s, in gst_audio_channel_mixer_detect_pos() argument
285 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
289 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-channel-mixer.c240 gboolean * has_c, gint * r, gboolean * has_r, gint * s, gboolean * has_s, in gst_audio_channel_mixer_detect_pos() argument
285 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
289 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-channel-mixer.c240 gboolean * has_c, gint * r, gboolean * has_r, gint * s, gboolean * has_s, in gst_audio_channel_mixer_detect_pos() argument
285 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
289 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-channel-mixer.c240 gboolean * has_c, gint * r, gboolean * has_r, gint * s, gboolean * has_s, in gst_audio_channel_mixer_detect_pos() argument
285 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
289 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-channel-mixer.c240 gboolean * has_c, gint * r, gboolean * has_r, gint * s, gboolean * has_s, in gst_audio_channel_mixer_detect_pos() argument
285 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
289 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-channel-mixer.c240 gboolean * has_c, gint * r, gboolean * has_r, gint * s, gboolean * has_s, in gst_audio_channel_mixer_detect_pos() argument
285 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
289 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/audio/
H A Daudio-channel-mixer.c240 gboolean * has_c, gint * r, gboolean * has_r, gint * s, gboolean * has_s, in gst_audio_channel_mixer_detect_pos() argument
285 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()
289 *has_s = TRUE; in gst_audio_channel_mixer_detect_pos()

123