Searched refs:digest_init (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck2.c629 value = digest_init (type, init);
654 digest_init (tree type, tree init)
827 ce->value = digest_init (TREE_TYPE (type), ce->value);
853 next = digest_init (TREE_TYPE (type), next);
927 next = digest_init (TREE_TYPE (field), ce->value);
941 next = digest_init (TREE_TYPE (field), next);
1034 ce->value = digest_init (TREE_TYPE (ce->index), ce->value);
1042 Each element is converted to the right type through digest_init, and
651 digest_init (tree type, tree init) function
H A Dinit.c1183 init = digest_init (type, init);
2442 brace-enclosed initializers. In this case, digest_init and
H A Ddecl2.c858 init = digest_init (TREE_TYPE (value), init);
H A Dcp-tree.h4555 extern tree digest_init (tree, tree);
H A Dcall.c4627 arg = digest_init (type, arg);
/freebsd-9.3-release/sys/mips/rmi/dev/sec/
H A Drmisec.c453 cmd->op.digest_init = XLR_SEC_DIGEST_INIT_NEWKEY;
504 cmd->op.digest_init = XLR_SEC_DIGEST_INIT_OLDKEY;
540 cmd->op.digest_init = XLR_SEC_DIGEST_INIT_OLDKEY;
H A Drmilib.h560 XLR_SEC_DIGEST_INIT digest_init; member in struct:xlr_sec_io_s
H A Drmilib.c1215 switch (op->digest_init) {
/freebsd-9.3-release/usr.bin/xinstall/
H A Dxinstall.c128 static void digest_init(DIGEST_CTX *);
409 digest_init(DIGEST_CTX *c) function
1016 digest_init(&ctx);
1159 digest_init(&ctx);
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c96 static tree digest_init (tree, tree, bool, int);
3513 t = digest_init (type,
4344 value = digest_init (type, init, true, TREE_STATIC (decl));
4580 digest_init (tree type, tree init, bool strict_string, int require_constant)
6202 value = digest_init (type, value, strict_string, require_constant_value);
4555 digest_init (tree type, tree init, bool strict_string, int require_constant) function

Completed in 359 milliseconds