| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ |
| dnssec_update_test.pl | 82 sub section { subroutine 87 section("Add a name"); 90 section("Delete the name");
|
| dnssec_update_test.pl | 82 sub section { subroutine 87 section("Add a name"); 90 section("Delete the name");
|
| /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ |
| update_test.pl | 88 sub section { subroutine 93 section("Delete any leftovers from previous tests"); 108 section("Simple prerequisites in the absence of data"); 121 section ("Simple creation of data"); 124 section ("Simple prerequisites in the presence of data"); 141 section("Detailed tests of \"RRset exists (value dependent)\" prerequisites"); 156 section("Torture test of \"RRset exists (value dependent)\" prerequisites."); 183 section("Subtraction of RRsets"); 192 section("Other forms of deletion"); 203 section("Case insensitivity") [all...] |
| update_test.pl | 88 sub section { subroutine 93 section("Delete any leftovers from previous tests"); 108 section("Simple prerequisites in the absence of data"); 121 section ("Simple creation of data"); 124 section ("Simple prerequisites in the presence of data"); 141 section("Detailed tests of \"RRset exists (value dependent)\" prerequisites"); 156 section("Torture test of \"RRset exists (value dependent)\" prerequisites."); 183 section("Subtraction of RRsets"); 192 section("Other forms of deletion"); 203 section("Case insensitivity") [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| dicos-tdep.c | 51 expected size of the "header" section in bytes. */ 58 asection *section; local 61 similar. We do know there's always a "header" section of 64 section first, as that should be cheaper. */ 66 section = bfd_get_section_by_name (abfd, "header"); 67 if (!section) 70 if (bfd_section_size (section) != header_size)
|
| dicos-tdep.c | 51 expected size of the "header" section in bytes. */ 58 asection *section; local 61 similar. We do know there's always a "header" section of 64 section first, as that should be cheaper. */ 66 section = bfd_get_section_by_name (abfd, "header"); 67 if (!section) 70 if (bfd_section_size (section) != header_size)
|
| /src/external/bsd/nsd/dist/ |
| answer.h | 29 rr_section_type section[MAXRRSPP]; member in struct:answer 39 * Add the specified RRset to the answer in the specified section. If 40 * the RRset is already present and in the same (or "higher") section 43 int answer_add_rrset(answer_type *answer, rr_section_type section,
|
| answer.h | 29 rr_section_type section[MAXRRSPP]; member in struct:answer 39 * Add the specified RRset to the answer in the specified section. If 40 * the RRset is already present and in the same (or "higher") section 43 int answer_add_rrset(answer_type *answer, rr_section_type section,
|
| answer.c | 25 answer_add_rrset(answer_type *answer, rr_section_type section, 30 assert(section >= ANSWER_SECTION && section < RR_SECTION_COUNT); 38 if (section < answer->section[i]) { 39 answer->section[i] = section; 52 answer->section[answer->rrset_count] = section; 64 rr_section_type section; local [all...] |
| answer.c | 25 answer_add_rrset(answer_type *answer, rr_section_type section, 30 assert(section >= ANSWER_SECTION && section < RR_SECTION_COUNT); 38 if (section < answer->section[i]) { 39 answer->section[i] = section; 52 answer->section[answer->rrset_count] = section; 64 rr_section_type section; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| dicos-tdep.c | 51 expected size of the "header" section in bytes. */ 60 asection *section; local 63 similar. We do know there's always a "header" section of 66 section first, as that should be cheaper. */ 68 section = bfd_get_section_by_name (abfd, "header"); 69 if (!section) 72 if (bfd_section_size (section) != header_size)
|
| dicos-tdep.c | 51 expected size of the "header" section in bytes. */ 60 asection *section; local 63 similar. We do know there's always a "header" section of 66 section first, as that should be cheaper. */ 68 section = bfd_get_section_by_name (abfd, "header"); 69 if (!section) 72 if (bfd_section_size (section) != header_size)
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| abbrev-table-cache.h | 33 /* Find an abbrev table coming from the abbrev section SECTION at 36 const abbrev_table *find (dwarf2_section_info *section, 39 abbrev_table_search_key key {section, offset}; 49 the cache. Note that a table at a given section+offset may only 59 const dwarf2_section_info *section; member in struct:abbrev_table_cache::abbrev_table_search_key 69 return (std::hash<const dwarf2_section_info *> () (key.section) 75 { return (*this) ({ table->section, table->sect_off }); } 84 { return key.section == table->section && key.sect_off == table->sect_off; [all...] |
| abbrev-table-cache.h | 33 /* Find an abbrev table coming from the abbrev section SECTION at 36 const abbrev_table *find (dwarf2_section_info *section, 39 abbrev_table_search_key key {section, offset}; 49 the cache. Note that a table at a given section+offset may only 59 const dwarf2_section_info *section; member in struct:abbrev_table_cache::abbrev_table_search_key 69 return (std::hash<const dwarf2_section_info *> () (key.section) 75 { return (*this) ({ table->section, table->sect_off }); } 84 { return key.section == table->section && key.sect_off == table->sect_off; [all...] |
| section.h | 1 /* DWARF 2 low-level section code 33 scanned. BUFFER, READIN are filled in later when the section is read. 34 If the section contained compressed data then SIZE is updated to record 35 the uncompressed size of the section. 38 creating the concept of virtual sections contained within a real section. 40 into one section, but section offsets are kept relative to the original 41 input section. 42 If this is a virtual dwp-v2 section, S.CONTAINING_SECTION is a backlink to 43 the real section this "virtual" section is contained in, and BUFFER,SIZ 109 asection *section; member in union:dwarf2_section_info::__anon20578 [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| abbrev-table-cache.h | 36 /* Find an abbrev table coming from the abbrev section SECTION at 39 const abbrev_table *find (dwarf2_section_info *section, 42 abbrev_table_search_key key {section, offset}; 52 the cache. Note that a table at a given section+offset may only 62 const dwarf2_section_info *section; member in struct:abbrev_table_cache::abbrev_table_search_key 72 return (std::hash<const dwarf2_section_info *> () (key.section) 78 { return (*this) ({ table->section, table->sect_off }); } 87 { return key.section == table->section && key.sect_off == table->sect_off; [all...] |
| abbrev-table-cache.h | 36 /* Find an abbrev table coming from the abbrev section SECTION at 39 const abbrev_table *find (dwarf2_section_info *section, 42 abbrev_table_search_key key {section, offset}; 52 the cache. Note that a table at a given section+offset may only 62 const dwarf2_section_info *section; member in struct:abbrev_table_cache::abbrev_table_search_key 72 return (std::hash<const dwarf2_section_info *> () (key.section) 78 { return (*this) ({ table->section, table->sect_off }); } 87 { return key.section == table->section && key.sect_off == table->sect_off; [all...] |
| section.h | 1 /* DWARF 2 low-level section code 33 scanned. BUFFER, READIN are filled in later when the section is read. 34 If the section contained compressed data then SIZE is updated to record 35 the uncompressed size of the section. 38 creating the concept of virtual sections contained within a real section. 40 into one section, but section offsets are kept relative to the original 41 input section. 42 If this is a virtual dwp-v2 section, S.CONTAINING_SECTION is a backlink to 43 the real section this "virtual" section is contained in, and BUFFER,SIZ 98 asection *section; member in union:dwarf2_section_info::__anon274 123 const dwarf2_section_info *section; member in struct:section_and_offset [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| clearstate_defs.h | 42 const struct cs_extent_def *section; member in struct:cs_section_def
|
| clearstate_defs.h | 42 const struct cs_extent_def *section; member in struct:cs_section_def
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| clearstate_defs.h | 42 const struct cs_extent_def *section; member in struct:cs_section_def
|
| clearstate_defs.h | 42 const struct cs_extent_def *section; member in struct:cs_section_def
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| float.h | 36 char *section; member in struct:float_elt
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldctor.h | 48 asection *section; /* Section of value in set. */ member in struct:set_element
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldctor.h | 48 asection *section; /* Section of value in set. */ member in struct:set_element
|