Searched refs:key_t (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-current/external/bsd/elftosb/dist/common/
H A DAESKey.h39 * The underlying key type can be accessed like this: AESKey<128>::key_t
55 typedef uint8_t key_t[S/8]; typedef in class:AESKey
67 AESKey(const key_t & key)
73 AESKey(const key_t * key)
119 inline const key_t & getKey() const { return m_key; }
120 inline void getKey(key_t * key) const { memcpy(key, m_key, sizeof(m_key)); }
122 inline void setKey(const key_t & key) { memcpy(m_key, &key, sizeof(m_key)); }
123 inline void setKey(const key_t * key) { memcpy(m_key, key, sizeof(m_key)); }
130 const AESKey<S> & operator = (const key_t & key) { setKey(key); return *this; }
131 const AESKey<S> & operator = (const key_t * ke
[all...]
/netbsd-current/lib/libc/gen/
H A Dftok.c45 key_t
53 return (key_t)-1;
55 return (key_t)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-nested-maps.c23 struct key_t struct
40 struct key_t *keys;
69 add_map_element (struct map_t *m, struct key_t k, struct value_t v)
73 m->keys = malloc (sizeof (struct key_t) * FIXED_MAP_SIZE);
106 struct key_t k1 = {3, 4};
107 struct key_t k2 = {4, 5};
108 struct key_t k3 = {5, 6};
109 struct key_t k4 = {6, 7};
110 struct key_t k5 = {7, 8};
111 struct key_t k
[all...]
/netbsd-current/usr.bin/ipcrm/
H A Dipcrm.c56 static int msgrm(key_t, int);
57 static int shmrm(key_t, int);
58 static int semrm(key_t, int);
74 msgrm(key_t key, int id)
85 shmrm(key_t key, int id)
96 semrm(key_t key, int id)
134 result -= msgrm((key_t)0,
167 result -= shmrm((key_t)0,
201 result -= semrm((key_t)0,
219 key_t target_ke
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.h197 struct key_t struct in class:ana::region_svalue
199 key_t (tree type, const region *reg) function in struct:ana::region_svalue::key_t
211 bool operator== (const key_t &other) const
261 template <> struct default_hash_traits<region_svalue::key_t>
262 : public member_function_hash_traits<region_svalue::key_t>
367 struct key_t struct in class:ana::poisoned_svalue
369 key_t (enum poison_kind kind, tree type) function in struct:ana::poisoned_svalue::key_t
381 bool operator== (const key_t &other) const
429 template <> struct default_hash_traits<poisoned_svalue::key_t>
430 : public member_function_hash_traits<poisoned_svalue::key_t>
474 struct key_t struct in class:ana::setjmp_svalue
476 key_t (const setjmp_record &record, tree type) function in struct:ana::setjmp_svalue::key_t
593 struct key_t struct in class:ana::unaryop_svalue
595 key_t (tree type, enum tree_code op, const svalue *arg) function in struct:ana::unaryop_svalue::key_t
678 struct key_t struct in class:ana::binop_svalue
680 key_t (tree type, enum tree_code op, function in struct:ana::binop_svalue::key_t
772 struct key_t struct in class:ana::sub_svalue
774 key_t (tree type, const svalue *parent_svalue, const region *subregion) function in struct:ana::sub_svalue::key_t
851 struct key_t struct in class:ana::repeated_svalue
853 key_t (tree type, function in struct:ana::repeated_svalue::key_t
939 struct key_t struct in class:ana::bits_within_svalue
941 key_t (tree type, function in struct:ana::bits_within_svalue::key_t
1114 struct key_t struct in class:ana::widening_svalue
1116 key_t (tree type, const program_point &point, function in struct:ana::widening_svalue::key_t
1232 struct key_t struct in class:ana::compound_svalue
1234 key_t (tree type, const binding_map *map_ptr) function in struct:ana::compound_svalue::key_t
1353 struct key_t struct in class:ana::conjured_svalue
1355 key_t (tree type, const gimple *stmt, const region *id_reg) function in struct:ana::conjured_svalue::key_t
1447 struct key_t struct in class:ana::asm_output_svalue
1449 key_t (tree type, function in struct:ana::asm_output_svalue::key_t
1584 struct key_t struct in class:ana::const_fn_result_svalue
1586 key_t (tree type, function in struct:ana::const_fn_result_svalue::key_t
[all...]
H A Dregion.h262 struct key_t struct in class:ana::frame_region
264 key_t (const frame_region *calling_frame, function *fun) function in struct:ana::frame_region::key_t
279 bool operator== (const key_t &other) const
352 template <> struct default_hash_traits<frame_region::key_t>
353 : public member_function_hash_traits<frame_region::key_t>
569 struct key_t struct in class:ana::symbolic_region
571 key_t (const region *parent, const svalue *sval_ptr) function in struct:ana::symbolic_region::key_t
585 bool operator== (const key_t &other) const
627 template <> struct default_hash_traits<symbolic_region::key_t>
628 : public member_function_hash_traits<symbolic_region::key_t>
694 struct key_t struct in class:ana::field_region
696 key_t (const region *parent, tree field) function in struct:ana::field_region::key_t
767 struct key_t struct in class:ana::element_region
769 key_t (const region *parent, tree element_type, const svalue *index) function in struct:ana::element_region::key_t
852 struct key_t struct in class:ana::offset_region
854 key_t (const region *parent, tree element_type, const svalue *byte_offset) function in struct:ana::offset_region::key_t
936 struct key_t struct in class:ana::sized_region
938 key_t (const region *parent, tree element_type, function in struct:ana::sized_region::key_t
1028 struct key_t struct in class:ana::cast_region
1030 key_t (const region *original_region, tree type) function in struct:ana::cast_region::key_t
1166 struct key_t struct in class:ana::bit_range_region
1168 key_t (const region *parent, tree type, const bit_range &bits) function in struct:ana::bit_range_region::key_t
[all...]
H A Danalyzer.h349 /* A map from T::key_t to T* for use in consolidating instances of T.
351 T::key_t should have operator== and be hashable. */
357 typedef typename T::key_t key_t; typedef in class:consolidation_map
359 typedef hash_map<key_t, instance_t *> inner_map_t;
373 T *get (const key_t &k) const
382 void put (const key_t &k, T *instance)
H A Dregion-model-manager.cc330 setjmp_svalue::key_t key (r, type);
346 poisoned_svalue::key_t key (kind, type);
367 region_svalue::key_t key (ptr_type, pointee);
490 unaryop_svalue::key_t key (type, op, arg);
779 binop_svalue::key_t key (type, op, arg0, arg1);
884 sub_svalue::key_t key (type, parent_svalue, subregion);
945 repeated_svalue::key_t key (type, outer_size, inner_svalue);
1138 bits_within_svalue::key_t key (type, bits, inner_svalue);
1176 widening_svalue::key_t key (type, point, base_sval, iter_sval);
1193 compound_svalue::key_t tmp_ke
[all...]
H A Dregion-model.h396 typedef hash_map<poisoned_svalue::key_t,
400 typedef hash_map<setjmp_svalue::key_t,
407 typedef hash_map<region_svalue::key_t, region_svalue *> pointer_values_map_t;
410 typedef hash_map<unaryop_svalue::key_t,
414 typedef hash_map<binop_svalue::key_t, binop_svalue *> binop_values_map_t;
417 typedef hash_map<sub_svalue::key_t, sub_svalue *> sub_values_map_t;
420 typedef hash_map<repeated_svalue::key_t,
424 typedef hash_map<bits_within_svalue::key_t,
432 typedef hash_map<widening_svalue::key_t,
434 widening_svalue::key_t
[all...]
/netbsd-current/sys/sys/
H A Dipc.h67 key_t _key; /* user specified msg/sem/shm key */
94 #define IPC_PRIVATE (key_t)0 /* private key */
146 key_t ftok(const char *, int);
H A Dshm.h203 int shmget(key_t, size_t, int);
H A Dsem.h218 int semget(key_t, int, int);
H A Dmsg.h203 int msgget(key_t, int);
/netbsd-current/sys/compat/sys/
H A Dipc.h68 key_t key; /* user specified msg/sem/shm key */
/netbsd-current/tests/lib/libc/gen/
H A Dt_ftok.c65 key_t k1, k2, k3;
/netbsd-current/tests/kernel/
H A Dt_sysv.c60 key_t get_ftok(int);
91 key_t msgkey, semkey, shmkey;
139 key_t get_ftok(int id)
144 key_t key;
160 return (key_t)-1;
166 ATF_REQUIRE_MSG(key != (key_t)-1, "ftok() failed");
204 ATF_REQUIRE_MSG(msgkey != (key_t)-1, "get_ftok failed");
425 ATF_REQUIRE_MSG(semkey != (key_t)-1, "get_ftok failed");
631 ATF_REQUIRE_MSG(shmkey != (key_t)-1, "get_ftok failed");
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_sem.c96 key_t key;
129 sem->key = (key_t) device_find_integer_property(me, "key");
H A Dhw_shm.c91 key_t key;
107 shm->key = (key_t) device_find_integer_property(me, "key");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h667 class key_t class in class:ana::worklist
670 key_t (const worklist &w, exploded_node *enode) function in class:ana::worklist::key_t
674 bool operator< (const key_t &other) const
679 bool operator== (const key_t &other) const
684 bool operator> (const key_t &other) const
690 static int cmp (const key_t &ka, const key_t &kb);
711 typedef fibonacci_heap<key_t, exploded_node> queue_t;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_sem.c89 key_t key;
122 sem->key = (key_t) device_find_integer_property(me, "key");
H A Dhw_shm.c84 key_t key;
99 shm->key = (key_t) device_find_integer_property(me, "key");
/netbsd-current/sys/compat/linux/common/
H A Dlinux_shm.h122 syscallarg(key_t) key;
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_ipc.c192 NETBSD32TOX_UAP(key, key_t);
270 NETBSD32TOX_UAP(key, key_t);
408 NETBSD32TOX_UAP(key, key_t);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinfo-os.c59 key_t shmkey = 3925, semkey = 7428, msgkey = 5294;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinfo-os.c59 key_t shmkey = 3925, semkey = 7428, msgkey = 5294;

Completed in 182 milliseconds

123