Home
last modified time | relevance | path

Searched refs:list_counter (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddictionary.c364 for (list_counter = symbol_list; in dict_create_hashed()
365 list_counter != NULL; in dict_create_hashed()
366 list_counter = list_counter->next) in dict_create_hashed()
377 for (list_counter = symbol_list; in dict_create_hashed()
378 list_counter != NULL; in dict_create_hashed()
379 list_counter = list_counter->next) in dict_create_hashed()
428 for (list_counter = symbol_list; in dict_create_linear()
429 list_counter != NULL; in dict_create_linear()
430 list_counter = list_counter->next) in dict_create_linear()
441 list_counter != NULL; in dict_create_linear()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddictionary.c364 for (list_counter = symbol_list; in dict_create_hashed()
365 list_counter != NULL; in dict_create_hashed()
366 list_counter = list_counter->next) in dict_create_hashed()
377 for (list_counter = symbol_list; in dict_create_hashed()
378 list_counter != NULL; in dict_create_hashed()
379 list_counter = list_counter->next) in dict_create_hashed()
428 for (list_counter = symbol_list; in dict_create_linear()
429 list_counter != NULL; in dict_create_linear()
430 list_counter = list_counter->next) in dict_create_linear()
441 list_counter != NULL; in dict_create_linear()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddictionary.c370 for (list_counter = symbol_list; in dict_create_hashed()
371 list_counter != NULL; in dict_create_hashed()
372 list_counter = list_counter->next) in dict_create_hashed()
383 for (list_counter = symbol_list; in dict_create_hashed()
384 list_counter != NULL; in dict_create_hashed()
385 list_counter = list_counter->next) in dict_create_hashed()
434 for (list_counter = symbol_list; in dict_create_linear()
435 list_counter != NULL; in dict_create_linear()
436 list_counter = list_counter->next) in dict_create_linear()
447 list_counter != NULL; in dict_create_linear()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddictionary.c369 for (list_counter = symbol_list; in dict_create_hashed()
370 list_counter != NULL; in dict_create_hashed()
371 list_counter = list_counter->next) in dict_create_hashed()
382 for (list_counter = symbol_list; in dict_create_hashed()
383 list_counter != NULL; in dict_create_hashed()
384 list_counter = list_counter->next) in dict_create_hashed()
433 for (list_counter = symbol_list; in dict_create_linear()
434 list_counter != NULL; in dict_create_linear()
435 list_counter = list_counter->next) in dict_create_linear()
446 list_counter != NULL; in dict_create_linear()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/docs/bcdoc/
H A Dtextwriter.py62 self.list_counter = []
481 self.list_counter.append(-1)
484 self.list_counter.pop()
487 self.list_counter.append(0)
490 self.list_counter.pop()
493 self.list_counter.append(-2)
496 self.list_counter.pop()
499 if self.list_counter[-1] == -1:
502 elif self.list_counter[-1] == -2:
507 self.list_counter[-1] += 1
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/bcdoc/
H A Dtextwriter.py62 self.list_counter = []
481 self.list_counter.append(-1)
484 self.list_counter.pop()
487 self.list_counter.append(0)
490 self.list_counter.pop()
493 self.list_counter.append(-2)
496 self.list_counter.pop()
499 if self.list_counter[-1] == -1:
502 elif self.list_counter[-1] == -2:
507 self.list_counter[-1] += 1
[all …]
/dports/devel/py-bcdoc/bcdoc-0.16.0/bcdoc/
H A Dtextwriter.py62 self.list_counter = []
444 self.list_counter.append(-1)
446 self.list_counter.pop()
449 self.list_counter.append(0)
451 self.list_counter.pop()
454 self.list_counter.append(-2)
456 self.list_counter.pop()
459 if self.list_counter[-1] == -1:
462 elif self.list_counter[-1] == -2:
467 self.list_counter[-1] += 1
[all …]
/dports/net-im/tkabber/tkabber-1.1.2/plugins/chat/
H A Ddraw_xhtml_message.tcl8 list_style list_counter
103 set state(list_counter) 0
104 set stack(list_counter) {}
206 set stack(list_counter) \
207 [lreplace $stack(list_counter) 0 0 \
208 $state(list_counter)]
223 set state(list_counter) 0
/dports/textproc/py-rst2ansi/rst2ansi-0.1.5/rst2ansi/
H A Dansi.py96 self.list_counter = 0
341 list_counter = strt)
350 list_counter = 0)
358 if self.ctx.list_counter:
359 self.append(str(self.ctx.list_counter) + '. ')
360 self.ctx.list_counter += 1
368 visit_definition_list = npartial(push_ctx, in_list=True, list_counter=0)
379 visit_option_list = npartial(push_ctx, in_list=True, list_counter=0)
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/writers/
H A Dtext.py402 self.list_counter = [] # type: List[int]
799 self.list_counter.append(-1)
802 self.list_counter.pop()
808 self.list_counter.pop()
811 self.list_counter.append(-2)
814 self.list_counter.pop()
817 if self.list_counter[-1] == -1:
820 elif self.list_counter[-1] == -2:
825 self.list_counter[-1] += 1
829 if self.list_counter[-1] == -1:
[all …]
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/writers/
H A Dtext.py402 self.list_counter = [] # type: List[int]
799 self.list_counter.append(-1)
802 self.list_counter.pop()
808 self.list_counter.pop()
811 self.list_counter.append(-2)
814 self.list_counter.pop()
817 if self.list_counter[-1] == -1:
820 elif self.list_counter[-1] == -2:
825 self.list_counter[-1] += 1
829 if self.list_counter[-1] == -1:
[all …]
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/writers/
H A Dtext.py402 self.list_counter = [] # type: List[int]
799 self.list_counter.append(-1)
802 self.list_counter.pop()
808 self.list_counter.pop()
811 self.list_counter.append(-2)
814 self.list_counter.pop()
817 if self.list_counter[-1] == -1:
820 elif self.list_counter[-1] == -2:
825 self.list_counter[-1] += 1
829 if self.list_counter[-1] == -1:
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dread-rtl.c626 int list_counter = 0; in read_rtx() local
638 list_counter++; in read_rtx()
641 if (list_counter > 0) in read_rtx()
643 return_vec = rtvec_alloc (list_counter); in read_rtx()
645 list_counter * sizeof (rtx)); in read_rtx()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dread-rtl.c626 int list_counter = 0; in read_rtx() local
638 list_counter++; in read_rtx()
641 if (list_counter > 0) in read_rtx()
643 return_vec = rtvec_alloc (list_counter); in read_rtx()
645 list_counter * sizeof (rtx)); in read_rtx()
/dports/devel/gdb/gdb-11.1/gdb/
H A Ddictionary.c933 for (const pending *list_counter = symbol_list;
934 list_counter != nullptr; list_counter = list_counter->next)
936 for (int i = list_counter->nsyms - 1; i >= 0; --i)
938 enum language language = list_counter->symbol[i]->language ();
939 nsyms[language].push_back (list_counter->symbol[i]);
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/html/
H A Dhtml2rtf.c66 #define list_counter data[0].number macro
535 sfprintf(state.out, "%d.", state.sp->list_counter); in start_li()
538 sfprintf(state.out, "%c)", 'A' + state.sp->list_counter); in start_li()
541 sfprintf(state.out, "%c)", 'a' + state.sp->list_counter); in start_li()
545 roman(state.sp->list_counter, state.sp->list_type); in start_li()
552 state.sp->list_counter++; in start_li()
583 …if (!(op = attribute(ap, "START")) || !op->value || (state.sp->list_counter = strtol(op->value, &e… in start_ol()
584 state.sp->list_counter = 1; in start_ol()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/html/
H A Dhtml2rtf.c66 #define list_counter data[0].number macro
535 sfprintf(state.out, "%d.", state.sp->list_counter); in start_li()
538 sfprintf(state.out, "%c)", 'A' + state.sp->list_counter); in start_li()
541 sfprintf(state.out, "%c)", 'a' + state.sp->list_counter); in start_li()
545 roman(state.sp->list_counter, state.sp->list_type); in start_li()
552 state.sp->list_counter++; in start_li()
583 …if (!(op = attribute(ap, "START")) || !op->value || (state.sp->list_counter = strtol(op->value, &e… in start_ol()
584 state.sp->list_counter = 1; in start_ol()
/dports/shells/ksh93/ast-93u/src/cmd/html/
H A Dhtml2rtf.c66 #define list_counter data[0].number macro
535 sfprintf(state.out, "%d.", state.sp->list_counter); in start_li()
538 sfprintf(state.out, "%c)", 'A' + state.sp->list_counter); in start_li()
541 sfprintf(state.out, "%c)", 'a' + state.sp->list_counter); in start_li()
545 roman(state.sp->list_counter, state.sp->list_type); in start_li()
552 state.sp->list_counter++; in start_li()
583 …if (!(op = attribute(ap, "START")) || !op->value || (state.sp->list_counter = strtol(op->value, &e… in start_ol()
584 state.sp->list_counter = 1; in start_ol()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dread-rtl.c1175 int list_counter = 0; in read_rtx_code() local
1189 list_counter++; in read_rtx_code()
1192 if (list_counter > 0) in read_rtx_code()
1194 return_vec = rtvec_alloc (list_counter); in read_rtx_code()
1196 list_counter * sizeof (rtx)); in read_rtx_code()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dread-rtl.c1183 int list_counter = 0; in read_rtx_code() local
1197 list_counter++; in read_rtx_code()
1200 if (list_counter > 0) in read_rtx_code()
1202 return_vec = rtvec_alloc (list_counter); in read_rtx_code()
1204 list_counter * sizeof (rtx)); in read_rtx_code()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dread-rtl.c1175 int list_counter = 0; in read_rtx_code() local
1189 list_counter++; in read_rtx_code()
1192 if (list_counter > 0) in read_rtx_code()
1194 return_vec = rtvec_alloc (list_counter); in read_rtx_code()
1196 list_counter * sizeof (rtx)); in read_rtx_code()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dread-rtl.c1181 int list_counter = 0; in read_rtx_code() local
1195 list_counter++; in read_rtx_code()
1198 if (list_counter > 0) in read_rtx_code()
1200 return_vec = rtvec_alloc (list_counter); in read_rtx_code()
1202 list_counter * sizeof (rtx)); in read_rtx_code()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dread-rtl.c1181 int list_counter = 0; in read_rtx_code() local
1195 list_counter++; in read_rtx_code()
1198 if (list_counter > 0) in read_rtx_code()
1200 return_vec = rtvec_alloc (list_counter); in read_rtx_code()
1202 list_counter * sizeof (rtx)); in read_rtx_code()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dread-rtl.c1464 int list_counter = 0; in read_rtx_operand() local
1476 list_counter++; in read_rtx_operand()
1479 if (list_counter > 0) in read_rtx_operand()
1481 return_vec = rtvec_alloc (list_counter); in read_rtx_operand()
1483 list_counter * sizeof (rtx)); in read_rtx_operand()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dread-rtl.c1509 int list_counter = 0; in read_rtx_1() local
1521 list_counter++; in read_rtx_1()
1524 if (list_counter > 0) in read_rtx_1()
1526 return_vec = rtvec_alloc (list_counter); in read_rtx_1()
1528 list_counter * sizeof (rtx)); in read_rtx_1()

12