HomeSort by: relevance | last modified time | path
    Searched refs:canonical (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/gcc/
inchash.cc 51 add_int (v.canonical);
52 if (v.canonical)
data-streamer.cc 126 bp_pack_value (bp, r->canonical, 1);
144 r->canonical = (unsigned) bp_unpack_value (bp, 1);
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpencod.txt 16 Encoding = canonical
20 Encoding = canonical
24 Encoding = canonical
28 Encoding = canonical
32 Encoding = canonical
65 Encoding = canonical
85 Encoding = canonical
142 Encoding = canonical
158 Encoding = canonical
163 Encoding = canonical
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpencod.txt 16 Encoding = canonical
20 Encoding = canonical
24 Encoding = canonical
28 Encoding = canonical
32 Encoding = canonical
65 Encoding = canonical
85 Encoding = canonical
142 Encoding = canonical
158 Encoding = canonical
163 Encoding = canonical
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evpencod.txt 17 Encoding = canonical
21 Encoding = canonical
25 Encoding = canonical
29 Encoding = canonical
33 Encoding = canonical
66 Encoding = canonical
86 Encoding = canonical
143 Encoding = canonical
159 Encoding = canonical
164 Encoding = canonical
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
print-sysroot-suffix.sh 44 # For each ALIAS=CANONICAL entry in $MULTILIB_MATCHES, look for sed
45 # arguments in $substs of the form "-e 's/CANONICAL/.../'". Replace
46 # such entries with "-e 's/CANONICAL/ALIAS|.../'". Both the ALIAS and
47 # CANONICAL parts of $MULTILIB_MATCHES use '?' to stand for '='.
50 # will replace a canonical option FOO with a %{...}-style spec pattern.
53 canonical=`echo "$match" | sed -e 's/=.*//' -e 's/?/=/g'`
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
print-sysroot-suffix.sh 44 # For each ALIAS=CANONICAL entry in $MULTILIB_MATCHES, look for sed
45 # arguments in $substs of the form "-e 's/CANONICAL/.../'". Replace
46 # such entries with "-e 's/CANONICAL/ALIAS|.../'". Both the ALIAS and
47 # CANONICAL parts of $MULTILIB_MATCHES use '?' to stand for '='.
50 # will replace a canonical option FOO with a %{...}-style spec pattern.
53 canonical=`echo "$match" | sed -e 's/=.*//' -e 's/?/=/g'`
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
  /src/external/gpl3/gcc.old/dist/gcc/config/bfin/
print-sysroot-suffix.sh 44 # For each ALIAS=CANONICAL entry in $MULTILIB_MATCHES, look for sed
45 # arguments in $substs of the form "-e 's/CANONICAL/.../'". Replace
46 # such entries with "-e 's/CANONICAL/ALIAS|.../'". Both the ALIAS and
47 # CANONICAL parts of $MULTILIB_MATCHES use '?' to stand for '='.
50 # will replace a canonical option FOO with a %{...}-style spec pattern.
53 canonical=`echo "$match" | sed -e 's/=.*//' -e 's/?/=/g'`
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
print-sysroot-suffix.sh 44 # For each ALIAS=CANONICAL entry in $MULTILIB_MATCHES, look for sed
45 # arguments in $substs of the form "-e 's/CANONICAL/.../'". Replace
46 # such entries with "-e 's/CANONICAL/ALIAS|.../'". Both the ALIAS and
47 # CANONICAL parts of $MULTILIB_MATCHES use '?' to stand for '='.
50 # will replace a canonical option FOO with a %{...}-style spec pattern.
53 canonical=`echo "$match" | sed -e 's/=.*//' -e 's/?/=/g'`
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-objc-common.cc 98 tree canonical = TYPE_CANONICAL (type); local
99 if (canonical && TREE_CODE (type) != TREE_CODE (canonical))
100 return canonical;
103 (which has no typedefs stripped) and CANONICAL (which has
104 all typedefs stripped). So try to reuse TYPE or CANONICAL if
116 if (canonical && target_type == TREE_TYPE (canonical))
117 return canonical;
136 if (canonical
    [all...]
  /src/external/ibm-public/postfix/share/conf/
Makefile 12 FILES= ../LICENSE ../TLS_LICENSE access aliases canonical generic \
  /src/external/bsd/libarchive/dist/libarchive/
archive_entry_link_resolver.c 72 struct archive_entry *canonical; member in struct:links_entry
206 archive_entry_pathname_w(le->canonical));
209 archive_entry_pathname(le->canonical));
219 archive_entry_pathname_w(le->canonical));
222 archive_entry_pathname(le->canonical));
244 archive_entry_pathname_w(le->canonical));
247 archive_entry_pathname(le->canonical));
289 archive_entry_free(res->spare->canonical);
303 && dev == archive_entry_dev(le->canonical)
304 && ino == archive_entry_ino64(le->canonical)) {
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-objc-common.cc 135 tree canonical = TYPE_CANONICAL (type); local
136 if (canonical && TREE_CODE (type) != TREE_CODE (canonical))
137 return canonical;
140 (which has no typedefs stripped) and CANONICAL (which has
141 all typedefs stripped). So try to reuse TYPE or CANONICAL if
153 if (canonical && target_type == TREE_TYPE (canonical))
154 return canonical;
173 if (canonical
    [all...]
  /src/external/ibm-public/postfix/man/man5/
Makefile 8 MAN= access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index.c 221 const char *local_name = for_main ? name : canonical;
260 const char *local_name = for_main ? name : canonical;
302 std::string canonical = ada_decode (entry->name, false, false, false); local
303 if (canonical.empty ())
305 entry->canonical = entry->name;
308 std::vector<std::string_view> names = split_name (canonical.c_str (),
329 last->canonical = last->name;
339 entry->canonical = new_canon.get ();
371 return dwarf5_djb_hash (entry->canonical);
378 return (strlen (ae->canonical) == sv->length (
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.c 216 const char *local_name = for_main ? name : canonical;
253 const char *local_name = for_main ? name : canonical;
295 std::string canonical = ada_decode (entry->name, false, false, false); local
296 if (canonical.empty ())
298 std::vector<std::string_view> names = split_name (canonical.c_str (),
319 last->canonical = last->name;
359 return dwarf5_djb_hash (entry->canonical);
366 return (strlen (ae->canonical) == sv->length ()
367 && strncasecmp (ae->canonical, sv->data (), sv->length ()) == 0);
384 gdb_assert (entry->canonical == nullptr)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
linespec.h 46 char *canonical; member in struct:linespec_sals
102 CANONICAL is where the results are stored. It must not be NULL.
108 FILTER can either be NULL or a string holding a canonical name.
119 CANONICAL->SALS will have one entry for each name the user chose.
121 . With multiple_symbols_all, CANONICAL->SALS will have a single
123 non-NULL, then only locations whose canonical name is equal (in the
130 struct linespec_result *canonical,
linespec.c 120 /* A canonical linespec represented as a symtab-related string.
164 /* The 'canonical' value passed to decode_line_full, or NULL. */
165 struct linespec_result *canonical; member in struct:linespec_state
167 /* Canonical strings that mirror the std::vector<symtab_and_line> result. */
285 struct linespec_result *canonical);
1040 symbol to use when constructing the new canonical name.
1043 canonical name for the SAL. */
1053 if (self->canonical)
1055 struct linespec_canonical_name *canonical; local
1060 canonical = &self->canonical_names[sals->size () - 1]
1342 const struct linespec_canonical_name *canonical; local
1432 const struct linespec_canonical_name *canonical; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
linespec.h 46 char *canonical; member in struct:linespec_sals
102 CANONICAL is where the results are stored. It must not be NULL.
108 FILTER can either be NULL or a string holding a canonical name.
119 CANONICAL->SALS will have one entry for each name the user chose.
121 . With multiple_symbols_all, CANONICAL->SALS will have a single
123 non-NULL, then only locations whose canonical name is equal (in the
130 struct linespec_result *canonical,
linespec.c 121 /* A canonical linespec represented as a symtab-related string.
165 /* The 'canonical' value passed to decode_line_full, or NULL. */
166 struct linespec_result *canonical; member in struct:linespec_state
168 /* Canonical strings that mirror the std::vector<symtab_and_line> result. */
289 struct linespec_result *canonical);
1051 symbol to use when constructing the new canonical name.
1054 canonical name for the SAL. */
1064 if (self->canonical)
1066 struct linespec_canonical_name *canonical; local
1071 canonical = &self->canonical_names[sals->size () - 1]
1353 const struct linespec_canonical_name *canonical; local
1447 const struct linespec_canonical_name *canonical; local
2684 default_symtab, default_line, canonical); local
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
localcharset.c 1 /* Determine a canonical name for the current locale's character encoding.
78 /* On these platforms, we use a mapping from non-canonical encoding name
79 to GNU canonical encoding name. */
83 GNU canonical names directly. */
89 const char canonical[11+1]; member in struct:table_entry
175 paths, and other file-system entities must be in canonical
176 UTF-8. In a canonical UTF-8 Unicode string, all decomposable
574 /* On these platforms, we use a mapping from locale name to GNU canonical
580 const char canonical[11+1]; member in struct:table_entry
819 into one of the canonical names listed below
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
localcharset.c 1 /* Determine a canonical name for the current locale's character encoding.
78 /* On these platforms, we use a mapping from non-canonical encoding name
79 to GNU canonical encoding name. */
83 GNU canonical names directly. */
89 const char canonical[11+1]; member in struct:table_entry
175 paths, and other file-system entities must be in canonical
176 UTF-8. In a canonical UTF-8 Unicode string, all decomposable
574 /* On these platforms, we use a mapping from locale name to GNU canonical
580 const char canonical[11+1]; member in struct:table_entry
819 into one of the canonical names listed below
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
test-data.h 97 char *canonical; member in struct:__anon23964
  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_domain_name.c 122 // See <https://datatracker.ietf.org/doc/html/rfc4035#section-5.3.2> for how canonical name is calculated.
128 dns_obj_domain_name_t canonical = NULL; local
131 // let fqdn = RRset's fully qualified domain name in canonical form
143 canonical = me;
144 dns_obj_retain(canonical);
152 canonical = dns_obj_domain_name_create_concatenation_with_subdomain(asterisk_labels, rightmost, &err);
163 return canonical;
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
api.txt 98 This function decomposes an input string and does canonical reordering of
103 contains the fully decomposed string in canonical order.
153 This function does a canonical composition of characters in the string.

Completed in 142 milliseconds

1 2 3 4 5