| /netbsd/src/external/mit/expat/dist/examples/ |
| D | element_declarations.c | 64 } Stack; typedef 66 static Stack * 67 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc() 68 Stack *const newStackTop = malloc(sizeof(Stack)); in stackPushMalloc() 78 static Stack * 79 stackPopFree(Stack *stackTop) { in stackPopFree() 80 Stack *const newStackTop = stackTop->prev; in stackPopFree() 146 Stack *stackTop = stackPushMalloc(NULL, root, 1); in dumpContentModel() 160 Stack *const newStackTop in dumpContentModel()
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | mpls-traceroute-v.out | 9 MPLS Stack Entry Object (1), Class-Type: 1, length 8 19 MPLS Stack Entry Object (1), Class-Type: 1, length 8 29 MPLS Stack Entry Object (1), Class-Type: 1, length 8 39 MPLS Stack Entry Object (1), Class-Type: 1, length 8 49 MPLS Stack Entry Object (1), Class-Type: 1, length 8 59 MPLS Stack Entry Object (1), Class-Type: 1, length 8
|
| D | lspping-fec-rsvp-v.out | 10 Target FEC Stack TLV (1), length: 24 31 Target FEC Stack TLV (1), length: 24 52 Target FEC Stack TLV (1), length: 24 73 Target FEC Stack TLV (1), length: 24 94 Target FEC Stack TLV (1), length: 24
|
| D | lspping-fec-ldp-v.out | 14 Target FEC Stack TLV (1), length: 12 41 Target FEC Stack TLV (1), length: 12 61 Target FEC Stack TLV (1), length: 12 81 Target FEC Stack TLV (1), length: 12 101 Target FEC Stack TLV (1), length: 12
|
| D | lspping-fec-ldp-vv.out | 14 Target FEC Stack TLV (1), length: 12 43 Target FEC Stack TLV (1), length: 12 65 Target FEC Stack TLV (1), length: 12 87 Target FEC Stack TLV (1), length: 12 109 Target FEC Stack TLV (1), length: 12
|
| D | lspping-fec-rsvp-vv.out | 10 Target FEC Stack TLV (1), length: 24 35 Target FEC Stack TLV (1), length: 24 60 Target FEC Stack TLV (1), length: 24 85 Target FEC Stack TLV (1), length: 24 110 Target FEC Stack TLV (1), length: 24
|
| D | icmp-cksum-oobr-4.out | 6 MPLS Stack Entry Object (1), Class-Type: 1, length 8
|
| D | tok2str-oobr-2.out | 10 Target FEC Stack TLV (1), length: 24
|
| /netbsd/src/external/gpl3/gcc/dist/intl/ |
| D | plural.c | 453 # define YYSTACK_RELOCATE(Stack) \ argument 457 YYCOPY (&yyptr->Stack, Stack, yysize); \ 458 Stack = &yyptr->Stack; \ 459 yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/nova/ |
| D | README | 10 10 Stack pointer 32 Stack pointer points to the last used stack entry, which means: 39 Stack layout: 48 Stack references to zero page are converted to NAMEs, using word addresses.
|
| /netbsd/src/crypto/external/cpl/trousers/dist/dist/ |
| D | trousers.spec.in | 15 Summary: Implementation of the TCG's Software Stack v1.1 Specification 28 TrouSerS is an implementation of the Trusted Computing Group's Software Stack
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| D | parse.c | 533 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 537 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 538 Stack = &yyptr->Stack_alloc; \ 539 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | arparse.c | 562 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 566 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 567 Stack = &yyptr->Stack_alloc; \ 568 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
| D | sysinfo.c | 504 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 508 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 509 Stack = &yyptr->Stack_alloc; \ 510 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
| D | mcparse.c | 578 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 582 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 583 Stack = &yyptr->Stack_alloc; \ 584 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
| D | defparse.c | 591 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 595 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 596 Stack = &yyptr->Stack_alloc; \ 597 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
| /netbsd/src/crypto/external/cpl/trousers/dist/dist/fedora/ |
| D | trousers.spec.in | 9 Summary: Implementation of the TCG's Software Stack v1.1 Specification 27 TrouSerS is an implementation of the Trusted Computing Group's Software Stack
|
| /netbsd/src/sys/arch/evbmips/conf/ |
| D | files.octeon | 12 # Stack-less Just-In-Time compiler
|
| D | files.adm5120 | 22 # Stack-less Just-In-Time compiler
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | itbl-parse.c | 761 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 765 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 766 Stack = &yyptr->Stack_alloc; \ 767 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
| /netbsd/src/sys/arch/evbarm/conf/ |
| D | files.generic64 | 25 # Stack-less Just-In-Time compiler
|
| D | files.generic | 34 # Stack-less Just-In-Time compiler
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| D | abi | 67 Stack alignment 8 bytes 71 The IQ2000 Stack 95 Stack Frame
|
| /netbsd/src/sys/external/bsd/sljit/dist/ |
| D | README | 2 SLJIT - Stack Less JIT Compiler
|
| /netbsd/src/external/lgpl3/gmp/dist/demos/calc/ |
| D | calc.c | 670 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ argument 674 YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ 675 Stack = &yyptr->Stack_alloc; \ 676 yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
|