HomeSort by: relevance | last modified time | path
    Searched defs:srctype (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
netevent.h 147 int srctype; member in struct:comm_reply
  /src/external/bsd/libpcap/dist/
pcap.c 2825 int srctype; local
2846 if (pcap_parsesrcstr(device, &srctype, host, port, name, errbuf))
2849 if (srctype == PCAP_SRC_IFREMOTE) {
2860 if (srctype == PCAP_SRC_FILE) {
2864 if (srctype == PCAP_SRC_IFLOCAL) {
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 2656 tree srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); local
2662 gcc_checking_assert (types_compatible_p (srctype, rettype)
2665 || types_compatible_p (srctype, masktype)));
2706 src_op = build_zero_cst (srctype);
2757 tree srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); local
2794 if (!useless_type_conversion_p (srctype, TREE_TYPE (src)))
2797 TYPE_VECTOR_SUBPARTS (srctype)));
2798 tree var = vect_get_new_ssa_name (srctype, vect_simple_var);
2799 src = build1 (VIEW_CONVERT_EXPR, srctype, src);
gimple-fold.cc 944 tree srctype local
977 && !(srctype
978 && AGGREGATE_TYPE_P (srctype)
979 && TYPE_REVERSE_STORAGE_ORDER (srctype))
1012 tree srctype = type; local
1015 srctype = build_aligned_type (type, src_align);
1016 tree srcmem = fold_build2 (MEM_REF, srctype, src, off0);
1166 if (!srctype
1167 || (AGGREGATE_TYPE_P (srctype)
1168 && TYPE_REVERSE_STORAGE_ORDER (srctype)))
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
tracepoint.c 2815 const char *srctype, const char *src,
2818 if (80 + strlen (srctype) > buf_size)
2822 srctype, 0, (int) strlen (src));
3404 const char *srctype; local
3476 srctype = p;
3489 if (startswith (srctype, "at:"))
3491 else if (startswith (srctype, "cond:"))
3493 else if (startswith (srctype, "cmd:"))
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c 2811 const char *srctype, const char *src,
2814 if (80 + strlen (srctype) > buf_size)
2818 srctype, 0, (int) strlen (src));
3400 const char *srctype; local
3472 srctype = p;
3485 if (startswith (srctype, "at:"))
3487 else if (startswith (srctype, "cond:"))
3489 else if (startswith (srctype, "cmd:"))
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c 5309 zprop_source_t srctype; local
5325 srctype = ZPROP_SRC_LOCAL;
5330 cbp, pl->pl_user_prop, value, srctype, local
5335 sizeof (value), &srctype, cbp->cb_literal) != 0)
5339 zpool_prop_to_name(pl->pl_prop), value, srctype,
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 947 tree srctype local
980 && !(srctype
981 && AGGREGATE_TYPE_P (srctype)
982 && TYPE_REVERSE_STORAGE_ORDER (srctype))
1012 tree srctype = type; local
1015 srctype = build_aligned_type (type, src_align);
1016 tree srcmem = fold_build2 (MEM_REF, srctype, src, off0);
1166 if (!srctype
1167 || (AGGREGATE_TYPE_P (srctype)
1168 && TYPE_REVERSE_STORAGE_ORDER (srctype)))
    [all...]
tree-vect-stmts.cc 2813 tree srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); local
2819 gcc_checking_assert (types_compatible_p (srctype, rettype)
2822 || types_compatible_p (srctype, masktype)));
2824 masktype = truth_type_for (srctype);
2996 src_op = build_zero_cst (srctype);
7705 tree rettype, srctype, ptrtype, idxtype, masktype, scaletype; local
7760 srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
7834 if (!useless_type_conversion_p (srctype, TREE_TYPE (src)))
7837 TYPE_VECTOR_SUBPARTS (srctype)));
7838 var = vect_get_new_ssa_name (srctype, vect_simple_var)
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 2663 char *srctype, *src; local
2687 srctype = (char *) xmalloc (packet - saved + 1);
2688 memcpy (srctype, saved, packet - saved);
2689 srctype[packet - saved] = '\0';
2700 newlast->type = srctype;
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 2663 char *srctype, *src; local
2687 srctype = (char *) xmalloc (packet - saved + 1);
2688 memcpy (srctype, saved, packet - saved);
2689 srctype[packet - saved] = '\0';
2700 newlast->type = srctype;

Completed in 87 milliseconds