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

  /src/crypto/external/bsd/heimdal/dist/kdc/
kerberos5.c 1301 char *cet; local
1304 ret = krb5_enctype_to_string(context, cetype, &cet);
1308 p = rk_strpoolprintf(p, ", using %s/%s", cet, set);
1311 free(cet);
  /src/external/gpl3/gdb.old/dist/gdb/
ctfread.c 310 ctf_encoding_t cet; local
315 && ctf_type_encoding (fp, tid, &cet) != CTF_ERR)
316 return cet.cte_bits;
533 ctf_encoding_t cet; local
538 if (ctf_type_encoding (fp, tid, &cet))
561 issigned = cet.cte_format & CTF_INT_SIGNED;
562 ischar = cet.cte_format & CTF_INT_CHAR;
563 isbool = cet.cte_format & CTF_INT_BOOL;
572 if (cet.cte_bits && ((cet.cte_bits % TARGET_CHAR_BIT) == 0)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ctfread.c 310 ctf_encoding_t cet; local
315 && ctf_type_encoding (fp, tid, &cet) != CTF_ERR)
316 return cet.cte_bits;
533 ctf_encoding_t cet; local
538 if (ctf_type_encoding (fp, tid, &cet))
561 issigned = cet.cte_format & CTF_INT_SIGNED;
562 ischar = cet.cte_format & CTF_INT_CHAR;
563 isbool = cet.cte_format & CTF_INT_BOOL;
572 if (cet.cte_bits && ((cet.cte_bits % TARGET_CHAR_BIT) == 0)
    [all...]

Completed in 39 milliseconds