Searched refs:keys (Results 1 - 25 of 36) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash49.C5 const int keys = 10; variable
6 const int key[keys] = {6, key[1], 2, keys, 1, 7, 6, key[2], key[8]};
10 for(int i = 0; i < keys;) std::cout << key[i++] << " ";
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr33923.c18 unsigned long int keys; local
31 keys |= 1;
32 if ((routingKeyCount == 0) && keys)
36 doChord:switch (keys);
42 if (keys & 0X01UL)
44 if (keys & 0X02UL)
46 if (keys & 0X04UL)
48 if (keys & 0X08UL)
50 if (keys & 0X10UL)
52 if (keys
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr26425.c2 struct key *keys[0]; member in struct:keyring_list
8 key_put(keyring->keys[loop]);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr33922.c20 unsigned long int keys; local
33 keys |= 1;
34 if ((routingKeyCount == 0) && keys)
38 doChord:switch (keys);
44 if (keys & 0X01UL)
46 if (keys & 0X02UL)
48 if (keys & 0X04UL)
50 if (keys & 0X08UL)
52 if (keys & 0X10UL)
54 if (keys
[all...]
/haiku-buildtools/autoconf/bin/
H A Difnames.in131 foreach (sort keys %occurrence)
133 print "$_ ", join (' ', sort keys %{$occurrence{$_}}), "\n";
H A Dautoupdate.in169 foreach (keys %au_macros);
173 foreach (keys %m4_builtins);
175 unless keys %ac_macros;
177 unless keys %au_macros;
182 print STDERR join (' ', sort keys %ac_macros) . "\n\n";
184 print STDERR join (' ', sort keys %au_macros) . "\n\n";
193 foreach (sort keys %ac_macros)
208 foreach (sort keys %m4_builtins)
233 's/\b(' . join ('|', keys %au_macros) . ')\b/_au_m4_changequote([,])$1/g';
H A Dautoheader.in200 %symbol = map { s/\(.*//; $_ => 1 } keys %symbol;
231 foreach (sort keys %verbatim)
270 foreach (sort keys %symbol)
281 if keys %symbol;
H A Dautom4te.in489 for my $re (sort keys %forbidden)
533 foreach (sort keys %forbidden);
588 my $prohibited = '\b(' . join ('|', keys %prohibited) . ')\b';
608 $prohibited = '\b(' . join ('|', keys %prohibited) . ')\b';
612 foreach (sort { $prohibited{$a} <=> $prohibited{$b} } keys %prohibited);
704 verb "formatting traces for `$output': " . join (', ', sort keys %trace);
778 foreach (sort keys %{$req->macro});
787 foreach (sort keys %trace)
977 'macro' => [keys %trace, @preselect]);
989 handle_m4 ($req, keys
[all...]
H A Dautoscan.in199 foreach my $word (sort keys %{$macro{$kind}})
438 foreach my $word (sort keys %{$used{$kind}})
462 foreach my $word (sort keys %{$used{$kind}})
507 foreach my $word (sort keys %{$used{'library'}})
555 sort keys %unique_makefiles), "])\n");
588 uniq (sort (map { s/\(.*//; $_ } keys %needed_macros)));
622 foreach my $macro (sort keys %needed_macros)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug343.go11 func getArgs(data map[string]interface{}, keys ...string) map[string]string {
14 for _, k := range keys {
H A Dissue3925.go15 "3", "4", // ERROR "missing key|must have keys"
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmaint-tool70 for $f (sort keys %have) {
76 for $f (sort keys %listed) {
127 # $out = join(' ', sort keys %documented);
167 for $k (keys %saw) {
171 for $k (sort keys %saw) {
176 for $f (sort keys %fromfile) {
195 return keys %d;
265 @deps = sort { &locals_first($a,$b) } keys %scanned;
H A Dgather-docs115 for $key (sort keys %name) {
H A Dpex-win32.c159 openkey (HKEY hStart, const char *keys[]) argument
162 for (hKey = hStart; *keys; keys++)
166 res = RegOpenKey (hTmp, *keys, &hKey);
194 /* Need to enumerate all of the keys here looking for one the most recent
215 /* Look through all of the keys for one that begins with Minimal GNU...
/haiku-buildtools/binutils/libiberty/
H A Dmaint-tool70 for $f (sort keys %have) {
76 for $f (sort keys %listed) {
127 # $out = join(' ', sort keys %documented);
167 for $k (keys %saw) {
171 for $k (sort keys %saw) {
176 for $f (sort keys %fromfile) {
195 return keys %d;
268 @deps = sort { &locals_first($a,$b) } keys %scanned;
H A Dgather-docs115 for $key (sort keys %name) {
/haiku-buildtools/gcc/libiberty/
H A Dmaint-tool70 for $f (sort keys %have) {
76 for $f (sort keys %listed) {
127 # $out = join(' ', sort keys %documented);
167 for $k (keys %saw) {
171 for $k (sort keys %saw) {
176 for $f (sort keys %fromfile) {
195 return keys %d;
268 @deps = sort { &locals_first($a,$b) } keys %scanned;
H A Dgather-docs115 for $key (sort keys %name) {
H A Dpex-win32.c166 openkey (HKEY hStart, const char *keys[]) argument
169 for (hKey = hStart; *keys; keys++)
173 res = RegOpenKey (hTmp, *keys, &hKey);
201 /* Need to enumerate all of the keys here looking for one the most recent
220 /* Look through all of the keys for one that begins with Minimal GNU...
/haiku-buildtools/gcc/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
/haiku-buildtools/binutils/zlib/
H A Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dinitializerr.go30 // These keys can be computed at compile time but they are
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/priority_queue/
H A Drand_regression_test.hpp101 rand_regression_test(size_t iter, size_t keys, const std::string name, TL tl) argument
105 size_t m = keys;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Drand_regression_test.hpp102 rand_regression_test(size_t iter, size_t keys, const std::string name, TL tl) argument
106 size_t m = keys;
/haiku-buildtools/binutils/include/vms/
H A Dlbr.h174 unsigned char keys[INDEXDEF__BLKSIZ]; member in struct:vms_indexdef
189 /* Index keys. For version 3. */
202 /* Index keys, for version 4 and later. */
261 /* Key name block. This is used for keys longer than 128 bytes. */

Completed in 336 milliseconds

12