Searched refs:key (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddeferred_character_16.f907 character(len=:), allocatable :: key component in type:t_env_table
15 environment_table(1)%key='tt'
17 allocate(s, source=environment_table(1)%key)
22 !print *, 's:"', s, '" derived:"',environment_table(1)%key,'"'
H A Dpublic_private_module_7.f9021 function get_key() result(key)
23 character(len=get_key_len()) :: key local in function:get_key
24 key = ''
H A Dunlimited_polymorphic_25.f9011 CLASS( * ), ALLOCATABLE :: key
18 SUBROUTINE dict_put ( this, key, val )
20 CLASS(base_type), INTENT(IN) :: key, val
22 ALLOCATE( this%key, SOURCE=key, STAT=istat )
32 if (.NOT. allocated(t%key)) call abort()
33 select type (x => t%key)
38 deallocate(t%key)
H A Dunlimited_polymorphic_26.f908 CLASS( * ), ALLOCATABLE :: key
15 SUBROUTINE dict_put ( this, key, val )
17 CLASS(*), INTENT(IN) :: key, val
19 ALLOCATE( this%key, SOURCE=key, STAT=istat )
29 if (.NOT. allocated(t%key)) call abort()
30 select type (x => t%key)
36 deallocate(t%key)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr47766.c6 parse_opt (int key) argument
10 int arg[key];
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash49.C6 const int key[keys] = {6, key[1], 2, keys, 1, 7, 6, key[2], key[8]}; variable
10 for(int i = 0; i < keys;) std::cout << key[i++] << " "; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20071027-1.c6 int key; member in struct:z_key
11 z_key key; member in struct:picture_size
16 z_key key; local
17 ps->key = key;
H A Dpr21532.c4 bar (unsigned char key) argument
11 buf_[b] = key >> b;
H A Dinit-1.c3 char *key; member in struct:__anon1512
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/explicit_instantiation/
H A D1.cc28 int key; member in struct:A
30 A(int i = 0): key(i) { }
32 operator==(int i) { return i == key; }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2573.C6 int key();
12 char *f1 = (char *) &key; // { dg-error "" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Daes_1.c8 test_vaeseq_u8 (uint8x16_t data, uint8x16_t key) argument
10 return vaeseq_u8 (data, key);
16 test_vaesdq_u8 (uint8x16_t data, uint8x16_t key) argument
18 return vaesdq_u8 (data, key);
/haiku-buildtools/gcc/gcc/
H A Dprefix.h33 extern char *update_path (const char *path, const char *key);
/haiku-buildtools/legacy/binutils/gas/
H A Dhash.h45 const char *key, PTR value);
52 const char *key, PTR value);
58 extern PTR hash_replace (struct hash_control *, const char *key,
64 extern PTR hash_find (struct hash_control *, const char *key);
69 extern PTR hash_find_n (struct hash_control *, const char *key, size_t len);
74 extern PTR hash_delete (struct hash_control *, const char *key);
80 void (*pfn) (const char *key, PTR value));
/haiku-buildtools/binutils/gas/
H A Dhash.h45 const char *key, void *value);
52 const char *key, void *value);
58 extern void *hash_replace (struct hash_control *, const char *key,
64 extern void *hash_find (struct hash_control *, const char *key);
69 extern void *hash_find_n (struct hash_control *, const char *key, size_t len);
74 extern void *hash_delete (struct hash_control *, const char *key, int);
80 void (*pfn) (const char *key, void *value));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dblock.C17 struct UColToken *key = (struct UColToken *)k.pointer; local
18 if (key != 0) {
19 int len = (key->source & 0xFF000000)>>24;
21 const unsigned char *p = (key->source & 0x00FFFFFF)
22 + *(key->rulesToParseHdl);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dconv9.C14 char const* key; member in struct:Foo::Bar
25 bar(cp->key, cp->item);
26 bar(cp->key, (copyfn) ? (*copyfn)(cp) : 0);
27 bar(cp->key, (copyfn) ? (*copyfn)(0) : 0);
29 bar(cp->key, (copyfn) ? (*copyfn)(0) : cp->item);
30 bar(cp->key, (copyfn) ? (*copyfn)(cp) : cp->item);
/haiku-buildtools/gcc/libgcc/config/
H A Dvxlib-tls.c55 array which is used to store TLS values. A TLS key is simply an
64 A task delete hook is installed to execute key destructors. The
116 A key is potentially valid (i.e. has been handed out by
120 non-NULL specific value for that key.
122 A key is actually valid in a thread T iff the generation count
134 #define KEY_VALID_P(key) !(tls_keys.generation[key] & 1)
138 key is valid. */
153 function for each TLS key that has both a destructor and
158 need to read tls_keys.dtor[key] atomicall
164 __gthread_key_t key; local
241 __gthread_key_t key; local
268 __gthread_key_delete(__gthread_key_t key) argument
299 __gthread_getspecific(__gthread_key_t key) argument
327 __gthread_setspecific(__gthread_key_t key, void *value) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dgthr-vxworks.h78 __gthread_key_create (__gthread_key_t *key, void (*dtor) (void *)) argument
80 *key = 0;
95 #define __gthread_setspecific(key, ptr) \
96 (key = (int) ptr, 0)
99 __gthread_key_dtor (__gthread_key_t key, void *ptr) argument
101 /* Just reset the key value to zero. */
103 return __gthread_setspecific (key, 0);
108 #define __gthread_key_delete(key) \
109 taskVarDelete (taskIdSelf (), &key)
111 #define __gthread_getspecific(key) \
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr34312.c27 JamoNormMap key; local
29 key.seq[0] = 0;
30 key.seq[1] = 1;
31 key.seq[2] = 2;
33 JamoClusterSearch (key, aClusters, aClustersSize);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-pre-31.c5 unsigned int key; member in struct:__anon1443
8 unsigned int key; member in struct:s1
19 return (int)(p->key == n->key);
26 if (p->key & (1 << curr->bits))
32 return (int)(p->key == next->key);
46 /* { dg-final { scan-tree-dump-times "key" 4 "pre" } } */
/haiku-buildtools/isl/
H A Disl_hmap_map_basic_set.c4 isl_map *key; member in struct:isl_map_basic_set_pair
17 isl_map_free(pair->key);
33 static int has_key(const void *entry, const void *key) argument
36 isl_map *map = (isl_map *)key;
38 return isl_map_plain_is_equal(pair->key, map);
42 __isl_keep isl_hmap_map_basic_set *hmap, __isl_keep isl_map *key)
46 hash = isl_map_get_hash(key);
47 return !!isl_hash_table_find(ctx, &hmap->table, hash, &has_key, key, 0);
51 __isl_keep isl_hmap_map_basic_set *hmap, __isl_take isl_map *key)
57 hash = isl_map_get_hash(key);
41 isl_hmap_map_basic_set_has(isl_ctx *ctx, __isl_keep isl_hmap_map_basic_set *hmap, __isl_keep isl_map *key) argument
50 isl_hmap_map_basic_set_get(isl_ctx *ctx, __isl_keep isl_hmap_map_basic_set *hmap, __isl_take isl_map *key) argument
69 isl_hmap_map_basic_set_set(isl_ctx *ctx, __isl_keep isl_hmap_map_basic_set *hmap, __isl_take isl_map *key, __isl_take isl_basic_set *val) argument
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dgather-docs78 $key = $name;
79 $key =~ tr/A-Z/a-z/;
80 $key =~ s/[^a-z0-9]+/ /g;
81 $name{$key} = $node;
82 $lines{$key} = '';
83 $src_file{$key} = $in;
84 $src_line{$key} = $line;
88 $node_lines{$key} .= $_;
91 $node_lines{$key} .= $_;
115 for $key (sor
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dgather-docs78 $key = $name;
79 $key =~ tr/A-Z/a-z/;
80 $key =~ s/[^a-z0-9]+/ /g;
81 $name{$key} = $node;
82 $lines{$key} = '';
83 $src_file{$key} = $in;
84 $src_line{$key} = $line;
88 $node_lines{$key} .= $_;
91 $node_lines{$key} .= $_;
115 for $key (sor
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgather-docs78 $key = $name;
79 $key =~ tr/A-Z/a-z/;
80 $key =~ s/[^a-z0-9]+/ /g;
81 $name{$key} = $node;
82 $lines{$key} = '';
83 $src_file{$key} = $in;
84 $src_line{$key} = $line;
88 $node_lines{$key} .= $_;
91 $node_lines{$key} .= $_;
115 for $key (sor
[all...]

Completed in 287 milliseconds

1234567891011>>