HomeSort by: relevance | last modified time | path
    Searched refs:OP_FUNC (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/radix/
quic_ops.c 1036 OP_FUNC(hf_unbind))
1041 OP_FUNC(hf_select_ssl))
1045 OP_FUNC(hf_clear_slot))
1049 OP_FUNC(hf_connect_wait))
1053 OP_FUNC(hf_listen))
1058 OP_FUNC(hf_new_ssl))
1063 OP_FUNC(hf_new_ssl))
1068 OP_FUNC(hf_new_ssl))
1078 OP_FUNC(hf_new_ssl_listener_from))
1087 OP_FUNC(hf_set_peer_addr_from)
    [all...]
quic_tests.c 231 OP_FUNC(ssl_poll_check);
283 OP_FUNC(check_writeable);
291 OP_FUNC(check_writeable);
quic_bindings.c 843 (OP_PUSH_P(SCRIPT(script_name)), OP_FUNC(hf_spawn_thread))
845 (OP_FUNC(hf_clear))
terp.c 248 #define OP_FUNC(f) OPGEN(FUNC)(ctx, (f), #f)
  /src/external/gpl3/binutils/dist/gprofng/src/
Expression.h 96 OP_FUNC,
QLParser.yy 167 $$ = new Expression (Expression::OP_FUNC,
Expression.cc 1059 case OP_FUNC:
1102 case OP_FUNC:
QLParser.tab.cc 823 yylhs.value.as < Expression * > () = new Expression (Expression::OP_FUNC,
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Expression.h 96 OP_FUNC,
QLParser.yy 167 $$ = new Expression (Expression::OP_FUNC,
Expression.cc 1059 case OP_FUNC:
1102 case OP_FUNC:
QLParser.tab.cc 823 yylhs.value.as < Expression * > () = new Expression (Expression::OP_FUNC,
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 14427 OP_FUNC = 0x0001,
14486 OPRINIT_ATTR("int", 200, 1, JimExprOpNumUnary, OP_FUNC),
14487 OPRINIT_ATTR("wide", 200, 1, JimExprOpNumUnary, OP_FUNC),
14488 OPRINIT_ATTR("abs", 200, 1, JimExprOpNumUnary, OP_FUNC),
14489 OPRINIT_ATTR("double", 200, 1, JimExprOpNumUnary, OP_FUNC),
14490 OPRINIT_ATTR("round", 200, 1, JimExprOpNumUnary, OP_FUNC),
14491 OPRINIT_ATTR("rand", 200, 0, JimExprOpNone, OP_FUNC),
14492 OPRINIT_ATTR("srand", 200, 1, JimExprOpIntUnary, OP_FUNC),
14495 OPRINIT_ATTR("sin", 200, 1, JimExprOpDoubleUnary, OP_FUNC),
14496 OPRINIT_ATTR("cos", 200, 1, JimExprOpDoubleUnary, OP_FUNC),
    [all...]

Completed in 50 milliseconds