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

  /src/crypto/external/apache2/openssl/dist/crypto/
params_dup.c 61 int has_dst = (dst != NULL); local
67 if (has_dst) {
75 if (has_dst)
79 if (has_dst)
86 if (has_dst) {
  /src/crypto/external/bsd/openssl/dist/crypto/
params_dup.c 64 int has_dst = (dst != NULL); local
70 if (has_dst) {
78 if (has_dst)
82 if (has_dst)
89 if (has_dst) {
  /src/external/gpl3/binutils/dist/gas/config/
tc-bpf.c 47 unsigned int has_dst : 1; member in struct:bpf_insn
943 dst = insn->has_dst ? insn->dst : 0;
1537 if (news == NULL || (insn.has_dst && regno != insn.dst))
1548 insn.has_dst = 1;
1575 if (news == NULL || (insn.has_dst && regno != insn.dst))
1586 insn.has_dst = 1;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-bpf.c 47 unsigned int has_dst : 1; member in struct:bpf_insn
943 dst = insn->has_dst ? insn->dst : 0;
1537 if (news == NULL || (insn.has_dst && regno != insn.dst))
1548 insn.has_dst = 1;
1575 if (news == NULL || (insn.has_dst && regno != insn.dst))
1586 insn.has_dst = 1;

Completed in 47 milliseconds