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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/vmid/
vmid.c 34 struct mod_vmid public; member in struct:core_vmid
44 container_of(mod_vmid, struct core_vmid, public)
157 return &core_vmid->public;
  /src/lib/libtelnet/
pk.c 39 /* public key routines */
41 genkeys(char *public, char *secret)
42 common_key(char *secret, char *public, desData *deskey)
46 char public[HEXKEYBYTES + 1];
130 * get common key from my secret key and his public key
135 BIGNUM *public = BN_new(); local in function:common_key
142 (void)BN_hex2bn(&public, xpublic);
146 BN_mod_exp(common, public, secret, modulus, ctx);
154 BN_free(public);
171 * Generate a random public/secret key pai
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/stats/
stats.c 82 struct mod_stats public; member in struct:core_stats
99 container_of(mod_stats, struct core_stats, public)
177 return &core_stats->public;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/
amdgpu_freesync.c 56 struct mod_freesync public; member in struct:core_freesync
61 container_of(mod_freesync, struct core_freesync, public)
75 return &core_freesync->public;
  /src/lib/libc/time/
Makefile 2 # This file is in the public domain, so clarified as of
1048 public: check public.ck $(CHECK_TIME_T_ALTERNATIVES) \ target
1135 public.ck: $(VERSION_DEPS)
1373 .PHONY: posix_only posix_right public
  /src/sys/dev/pci/bktr/
bktr_core.c 316 struct meteor_pixfmt public; member in struct:meteor_pixfmt_internal
346 struct meteor_pixfmt public; member in struct:__anon7a7a8b020108
1207 pixfmt_table[bktr->pixfmt].public.Bpp;
2474 memcpy(pf_pub, &pixfmt_table[pixfmt].public,
2666 const struct meteor_pixfmt *pf = &pixfmt_table[bktr->pixfmt].public;
2758 u_int Bpp = pf_int->public.Bpp;
2939 u_int Bpp = pf_int->public.Bpp;
3605 if (pf_int->public.type == METEOR_PIXTYPE_RGB) {
3620 if (pf_int->public.type == METEOR_PIXTYPE_YUV) {
3627 if (pf_int->public.type == METEOR_PIXTYPE_YUV_PACKED)
    [all...]

Completed in 17 milliseconds