| /src/external/gpl3/binutils/dist/include/elf/ |
| tic6x-attrs.h | 21 /* Define the TAG macro before including this file; it takes a tag 24 TAG(Tag_ISA, 4) 25 TAG(Tag_ABI_wchar_t, 6) 26 TAG(Tag_ABI_stack_align_needed, 8) 27 TAG(Tag_ABI_stack_align_preserved, 10) 28 TAG(Tag_ABI_DSBT, 12) 29 TAG(Tag_ABI_PID, 14) 30 TAG(Tag_ABI_PIC, 16) 31 TAG(Tag_ABI_array_object_alignment, 18 [all...] |
| /src/external/gpl3/binutils.old/dist/include/elf/ |
| tic6x-attrs.h | 21 /* Define the TAG macro before including this file; it takes a tag 24 TAG(Tag_ISA, 4) 25 TAG(Tag_ABI_wchar_t, 6) 26 TAG(Tag_ABI_stack_align_needed, 8) 27 TAG(Tag_ABI_stack_align_preserved, 10) 28 TAG(Tag_ABI_DSBT, 12) 29 TAG(Tag_ABI_PID, 14) 30 TAG(Tag_ABI_PIC, 16) 31 TAG(Tag_ABI_array_object_alignment, 18 [all...] |
| /src/external/gpl3/gdb.old/dist/include/elf/ |
| tic6x-attrs.h | 21 /* Define the TAG macro before including this file; it takes a tag 24 TAG(Tag_ISA, 4) 25 TAG(Tag_ABI_wchar_t, 6) 26 TAG(Tag_ABI_stack_align_needed, 8) 27 TAG(Tag_ABI_stack_align_preserved, 10) 28 TAG(Tag_ABI_DSBT, 12) 29 TAG(Tag_ABI_PID, 14) 30 TAG(Tag_ABI_PIC, 16) 31 TAG(Tag_ABI_array_object_alignment, 18 [all...] |
| /src/external/gpl3/gdb/dist/include/elf/ |
| tic6x-attrs.h | 21 /* Define the TAG macro before including this file; it takes a tag 24 TAG(Tag_ISA, 4) 25 TAG(Tag_ABI_wchar_t, 6) 26 TAG(Tag_ABI_stack_align_needed, 8) 27 TAG(Tag_ABI_stack_align_preserved, 10) 28 TAG(Tag_ABI_DSBT, 12) 29 TAG(Tag_ABI_PID, 14) 30 TAG(Tag_ABI_PIC, 16) 31 TAG(Tag_ABI_array_object_alignment, 18 [all...] |
| /src/usr.bin/man/ |
| manconf.h | 41 /* TAG: top-level structure (one per section/reserved word) */ 48 } TAG; 50 /* ENTRY: each TAG has one or more ENTRY strings linked off of it */ 58 int addentry(TAG *, const char *, int); 60 TAG *gettag(const char *, int);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| auxv.c | 470 #define TAG(tag, text, kind) \ 471 case tag: name = #tag; description = text; format = kind; break 472 TAG (AT_NULL, _("End of vector"), AUXV_FORMAT_HEX); 473 TAG (AT_IGNORE, _("Entry should be ignored"), AUXV_FORMAT_HEX); 474 TAG (AT_EXECFD, _("File descriptor of program"), AUXV_FORMAT_DEC); 475 TAG (AT_PHDR, _("Program headers for program"), AUXV_FORMAT_HEX); 476 TAG (AT_PHENT, _("Size of program header entry"), AUXV_FORMAT_DEC); 477 TAG (AT_PHNUM, _("Number of program headers"), AUXV_FORMAT_DEC) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| auxv.c | 470 #define TAG(tag, text, kind) \ 471 case tag: name = #tag; description = text; format = kind; break 472 TAG (AT_NULL, _("End of vector"), AUXV_FORMAT_HEX); 473 TAG (AT_IGNORE, _("Entry should be ignored"), AUXV_FORMAT_HEX); 474 TAG (AT_EXECFD, _("File descriptor of program"), AUXV_FORMAT_DEC); 475 TAG (AT_PHDR, _("Program headers for program"), AUXV_FORMAT_HEX); 476 TAG (AT_PHENT, _("Size of program header entry"), AUXV_FORMAT_DEC); 477 TAG (AT_PHNUM, _("Number of program headers"), AUXV_FORMAT_DEC) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| spu-opc.c | 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| spu-opc.c | 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| spu-opc.c | 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| spu-opc.c | 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gcov-io.h | 95 A record has a tag, length and variable amount of data. 98 header: int32:tag int32:length 101 Records are not nested, but there is a record hierarchy. Tag 105 determine how much data. The tag value is split into 4 8-bit 110 you to determine the tag hierarchy, without understanding the tags 251 the data file. The tag value zero is used as an explicit end of 309 /* Convert a counter index to a tag. */ 312 /* Convert a tag to a counter. */ 313 #define GCOV_COUNTER_FOR_TAG(TAG) \ 314 ((unsigned)(((TAG) - GCOV_TAG_COUNTER_BASE) >> 17) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcov-io.h | 88 A record has a tag, length and variable amount of data. 91 header: int32:tag int32:length 94 Records are not nested, but there is a record hierarchy. Tag 98 determine how much data. The tag value is split into 4 8-bit 103 you to determine the tag hierarchy, without understanding the tags 243 the data file. The tag value zero is used as an explicit end of 298 /* Convert a counter index to a tag. */ 301 /* Convert a tag to a counter. */ 302 #define GCOV_COUNTER_FOR_TAG(TAG) \ 303 ((unsigned)(((TAG) - GCOV_TAG_COUNTER_BASE) >> 17) [all...] |
| /src/external/gpl2/dtc/dist/scripts/ |
| kup-dtc | 12 TAG="v$VERSION" 18 git archive --format=tar --prefix="$PREFIX" -o "$TAR" "$TAG" 26 kup put --tar --prefix="$PREFIX" "$REMOTE_GIT" "$TAG" "$SIG" "$REMOTE_PATH/$TAR.gz"
|
| /src/external/bsd/openldap/dist/build/ |
| mkrelease | 28 echo 'usage: mkrelease REPO RELNAME TAG' 36 TAG=$1 56 echo Tag: $TAG 58 git archive --format=tar --prefix="${RELNAME}/" --remote="${REPO}" "$TAG" | tar xvf -
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| der.h | 52 #define MAKE_TAG(CLASS, TYPE, TAG) (((CLASS) << 6) | ((TYPE) << 5) | (TAG))
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| spu.h | 72 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 73 TAG, 74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 75 TAG,
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| spu.h | 72 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 73 TAG, 74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 75 TAG,
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| spu.h | 72 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 73 TAG, 74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 75 TAG,
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| spu.h | 72 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 73 TAG, 74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 75 TAG,
|
| /src/tests/usr.bin/xlint/lint1/ |
| gcc_attribute_enum.c | 16 enum __attribute__(()) __attribute__((__deprecated__)) tag; 44 enum tag { enum 45 TAG
|
| /src/usr.bin/make/unit-tests/ |
| varcmd.mk | 23 TAG= ${.TARGETS} 25 TAG?= default 30 @echo "${TAG} FU=<v>${FU}</v> FOO=<v>${FOO}</v> VAR=<v>${VAR}</v>" 68 @echo '${TAG} v=${V} k=${K}'
|
| /src/external/bsd/tre/dist/lib/ |
| tre-ast.h | 28 #define TAG -3 /* Tag leaf. */ 35 #define IS_TAG(x) ((x)->code_min == TAG)
|
| /src/external/gpl2/texinfo/dist/info/ |
| nodes.h | 73 #define TAGS_TABLE_END_LABEL "\nEnd Tag Table" 74 #define TAGS_TABLE_BEG_LABEL "Tag Table:\n" 85 info file is called a "tag". For split files, the tag pointer is 92 char *nodename; /* The node pointed to by this tag. */ 95 } TAG; 111 TAG **tags; /* If non-null, the indirect tags table. */ 151 various slots. This can also be used to rebuild a tag or node table. */
|
| /src/sys/uvm/ |
| uvm.h | 190 #define UVM_PAGE_OWN(PG, TAG) uvm_page_own(PG, TAG) 192 #define UVM_PAGE_OWN(PG, TAG) /* nothing */
|