Home
last modified time | relevance | path

Searched refs:nest_count (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/cc65/cc65-2.19/libsrc/lynx/
H A Dlynx-snd.s91 nest_count .set 0 label
95 nest_count .set nest_count +1
97 .ident (.sprintf ("push%04d", nest_count)) .set if_count
102 nest_count .set nest_count +1
104 .ident (.sprintf ("push%04d", nest_count)) .set if_count
109 nest_count .set nest_count +1
116 nest_count .set nest_count +1
123 nest_count .set nest_count +1
130 nest_count .set nest_count +1
137 nest_count .set nest_count +1
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/importers/proto/
H A Dasync_track_set_tracker.cc58 PERFETTO_DCHECK(state.nest_count == 0); in Begin()
59 state.nest_count = 1; in Begin()
65 PERFETTO_DCHECK(it->nest_count <= 1); in Begin()
68 PERFETTO_DCHECK(it->nest_count == 0); in Begin()
90 [](const TrackState& state) { return state.nest_count == 0; }); in GetOrCreateEmptyTrack()
96 state.nest_count = 0; in GetOrCreateEmptyTrack()
H A Dasync_track_set_tracker.h109 uint32_t nest_count; member
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/ControlStructures/
H A DProhibitDeepNests.pm41 my $nest_count = 1; #For _this_ element
46 $nest_count++;
50 if ( $nest_count > $self->{_max_nests} ) {
/dports/math/py-numpy/numpy-1.20.3/tools/npy_tempita/
H A D__init__.py1080 nest_count = 0
1088 if tok_type == tokenize.ENDMARKER and nest_count:
1091 if (not nest_count and
1100 if nest_count \
1103 nest_count += 1
1104 elif nest_count \
1107 nest_count -= 1
1108 if not nest_count:
1110 elif not nest_count \
1114 nest_count = 1
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Tempita/
H A D_tempita.py1063 nest_count = 0
1071 if tok_type == tokenize.ENDMARKER and nest_count:
1074 if (not nest_count and
1081 if nest_count and tok_type == tokenize.OP and tok_string == nest_type:
1082 nest_count += 1
1083 elif nest_count and tok_type == tokenize.OP and tok_string == unnest_type:
1084 nest_count -= 1
1085 if not nest_count:
1087 elif not nest_count and tok_type == tokenize.OP and tok_string in ('(', '[', '{'):
1089 nest_count = 1
/dports/lang/cython/Cython-0.29.24/Cython/Tempita/
H A D_tempita.py1063 nest_count = 0
1071 if tok_type == tokenize.ENDMARKER and nest_count:
1074 if (not nest_count and
1081 if nest_count and tok_type == tokenize.OP and tok_string == nest_type:
1082 nest_count += 1
1083 elif nest_count and tok_type == tokenize.OP and tok_string == unnest_type:
1084 nest_count -= 1
1085 if not nest_count:
1087 elif not nest_count and tok_type == tokenize.OP and tok_string in ('(', '[', '{'):
1089 nest_count = 1
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Tempita/
H A D_tempita.py1063 nest_count = 0
1071 if tok_type == tokenize.ENDMARKER and nest_count:
1074 if (not nest_count and
1081 if nest_count and tok_type == tokenize.OP and tok_string == nest_type:
1082 nest_count += 1
1083 elif nest_count and tok_type == tokenize.OP and tok_string == unnest_type:
1084 nest_count -= 1
1085 if not nest_count:
1087 elif not nest_count and tok_type == tokenize.OP and tok_string in ('(', '[', '{'):
1089 nest_count = 1
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Tempita/
H A D_tempita.py1063 nest_count = 0
1071 if tok_type == tokenize.ENDMARKER and nest_count:
1074 if (not nest_count and
1081 if nest_count and tok_type == tokenize.OP and tok_string == nest_type:
1082 nest_count += 1
1083 elif nest_count and tok_type == tokenize.OP and tok_string == unnest_type:
1084 nest_count -= 1
1085 if not nest_count:
1087 elif not nest_count and tok_type == tokenize.OP and tok_string in ('(', '[', '{'):
1089 nest_count = 1
/dports/lang/cython-devel/cython-2b1e743/Cython/Tempita/
H A D_tempita.py1064 nest_count = 0
1072 if tok_type == tokenize.ENDMARKER and nest_count:
1075 if (not nest_count and
1082 if nest_count and tok_type == tokenize.OP and tok_string == nest_type:
1083 nest_count += 1
1084 elif nest_count and tok_type == tokenize.OP and tok_string == unnest_type:
1085 nest_count -= 1
1086 if not nest_count:
1088 elif not nest_count and tok_type == tokenize.OP and tok_string in ('(', '[', '{'):
1090 nest_count = 1
/dports/textproc/py-Tempita/Tempita-0.5.2/tempita/
H A D__init__.py1064 nest_count = 0
1072 if tok_type == tokenize.ENDMARKER and nest_count:
1075 if (not nest_count and
1082 if nest_count and tok_type == tokenize.OP and tok_string == nest_type:
1083 nest_count += 1
1084 elif nest_count and tok_type == tokenize.OP and tok_string == unnest_type:
1085 nest_count -= 1
1086 if not nest_count:
1088 elif not nest_count and tok_type == tokenize.OP and tok_string in ('(', '[', '{'):
1090 nest_count = 1
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/externals/tempita/
H A D__init__.py1183 nest_count = 0
1191 if tok_type == tokenize.ENDMARKER and nest_count:
1194 if (not nest_count and
1203 if nest_count \
1206 nest_count += 1
1207 elif nest_count \
1210 nest_count -= 1
1211 if not nest_count:
1213 elif not nest_count \
1217 nest_count = 1
/dports/textproc/py-html2text2018/html2text-2018.1.9/html2text/
H A D__init__.py600 nest_count = self.google_nest_count(tag_style)
602 nest_count = len(self.list)
604 self.o(" " * nest_count)
879 nest_count = 0
881 nest_count = int(style['margin-left'][:-2]) \
884 return nest_count
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_platform/development/scripts/
H A Dstack_core.py465 nest_count = len(info) - 1
467 if nest_count > 0:
468 nest_count = nest_count - 1
/dports/textproc/py-html2text/html2text-2020.1.16/html2text/
H A D__init__.py598 nest_count = self.google_nest_count(tag_style)
600 nest_count = len(self.list)
602 self.o(" " * nest_count)
875 nest_count = 0
877 nest_count = int(style["margin-left"][:-2]) // self.google_list_indent
879 return nest_count
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/3d/
H A Dinterp.cpp928 static int nest_count; variable
943 Assert(++nest_count < 1000); in init_model_sub()
954 nest_count = 0; in g3_init_polygon_model()
965 assert(++nest_count < 1000); in validate_model_sub()
974 nest_count = 0; in g3_validate_polygon_model()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/osf-share/
H A Dcma_mutex.h47 cma_t_integer nest_count; /* Nesting level for recursive mutex */
/dports/devel/avr-gdb/gdb-7.3.1/gdb/osf-share/
H A Dcma_mutex.h47 cma_t_integer nest_count; /* Nesting level for recursive mutex */ member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/osf-share/
H A Dcma_mutex.h47 cma_t_integer nest_count; /* Nesting level for recursive mutex */ member
/dports/games/d2x/d2x-0.2.5/3d/
H A Dinterp.c513 int nest_count; variable
691 Assert(++nest_count < 1000); in init_model_sub()
768 nest_count = 0; in g3_init_polygon_model()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_netlink.c248 struct nlattr *nest_count; in dump_counters() local
259 nest_count = nla_nest_start(skb, attr); in dump_counters()
260 if (!nest_count) in dump_counters()
269 nla_nest_end(skb, nest_count); in dump_counters()
296 struct nlattr *nest_count; in ctnetlink_dump_timestamp() local
303 nest_count = nla_nest_start(skb, CTA_TIMESTAMP); in ctnetlink_dump_timestamp()
304 if (!nest_count) in ctnetlink_dump_timestamp()
313 nla_nest_end(skb, nest_count); in ctnetlink_dump_timestamp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_netlink.c248 struct nlattr *nest_count; in dump_counters() local
259 nest_count = nla_nest_start(skb, attr); in dump_counters()
260 if (!nest_count) in dump_counters()
269 nla_nest_end(skb, nest_count); in dump_counters()
296 struct nlattr *nest_count; in ctnetlink_dump_timestamp() local
303 nest_count = nla_nest_start(skb, CTA_TIMESTAMP); in ctnetlink_dump_timestamp()
304 if (!nest_count) in ctnetlink_dump_timestamp()
313 nla_nest_end(skb, nest_count); in ctnetlink_dump_timestamp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_netlink.c248 struct nlattr *nest_count; in dump_counters() local
259 nest_count = nla_nest_start(skb, attr); in dump_counters()
260 if (!nest_count) in dump_counters()
269 nla_nest_end(skb, nest_count); in dump_counters()
296 struct nlattr *nest_count; in ctnetlink_dump_timestamp() local
303 nest_count = nla_nest_start(skb, CTA_TIMESTAMP); in ctnetlink_dump_timestamp()
304 if (!nest_count) in ctnetlink_dump_timestamp()
313 nla_nest_end(skb, nest_count); in ctnetlink_dump_timestamp()
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/uil/
H A DUilSemVal.c622 static int nest_count=0; local
638 if(!nest_count)
640 nest_count++;
641 if(nest_count == 1 || nest_head != nested_list_entry->az_list){
644 nest_count--;
/dports/lang/v/v-0.1.29/vlib/v/scanner/
H A Dscanner.v1117 mut nest_count := 1
1119 for nest_count > 0 {
1134 nest_count--

12