Home
last modified time | relevance | path

Searched refs:null_update (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
Dnode_metadata_selector.hpp93 null_update = is_same<__node_u, __nnode_u>::value enumerator
97 typedef typename tree_metadata_helper<__node_u, null_update>::type type;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
Dnode_metadata_selector.hpp93 null_update = is_same<__node_u, __nnode_u>::value enumerator
97 typedef typename trie_metadata_helper<__node_u, null_update>::type type;
/netbsd/src/sys/opencrypto/
Dcryptosoft_xform.c131 static int null_update(void *, const u_int8_t *, u_int16_t);
256 null_init, NULL, NULL, null_update, null_final
867 null_update(void *ctx, const u_int8_t *buf, in null_update() function