| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm_color.c | 49 * interface exposes CRTC degamma, CRTC CTM and CRTC regamma while our hardware 52 * Plane CTM -> Plane degamma -> Plane CTM -> Plane regamma -> Plane CTM 73 * Plane DGM Bypass -> Plane CTM Bypass -> Plane RGM Bypass -> ... 74 * CRTC DGM Bypass -> CRTC CTM Bypass -> CRTC RGM Bypass 163 * Converts a DRM CTM to a DC CSC float matrix. 166 static void __drm_ctm_to_dc_matrix(const struct drm_color_ctm *ctm, 187 /* gamut_remap_matrix[i] = ctm[i - floor(i/4)] */ 188 val = ctm->matrix[i - (i / 4)] 312 struct drm_color_ctm *ctm = NULL; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_atomic.c | 240 if (crtc_state->hw.ctm) 241 drm_property_blob_get(crtc_state->hw.ctm); 263 drm_property_blob_put(crtc_state->hw.ctm); 277 drm_property_replace_blob(&crtc_state->hw.ctm, 278 crtc_state->uapi.ctm);
|
| intel_color.c | 66 * Extract the CSC coefficient from a CTM coefficient (in U32.32 fixed point 71 * of the CTM coefficient and we write the value from bit 3. We also round the 126 !crtc_state->hw.ctm && 227 const struct drm_color_ctm *ctm = crtc_state->hw.ctm->data; local 233 input = ctm_mult_by_limited(temp, ctm->matrix); 235 input = ctm->matrix; 282 if (crtc_state->hw.ctm) { 320 if (crtc_state->hw.ctm) { 350 if (crtc_state->hw.ctm) { 351 const struct drm_color_ctm *ctm = crtc_state->hw.ctm->data; local [all...] |
| intel_display_types.h | 807 struct drm_property_blob *degamma_lut, *gamma_lut, *ctm; member in struct:intel_crtc_state::__anon4925
|
| /src/usr.bin/at/ |
| at.c | 431 unsigned long ctm; local 460 if (sscanf(dirent->d_name, "%c%5x%8lx", &queue, &jobno, &ctm) != 3) 466 runtimer = 60 * (time_t)ctm; 506 unsigned long ctm; local 528 if (sscanf(dirent->d_name, "%c%5x%8lx", &queue, &jobno, &ctm) !=3)
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_types.c | 140 const struct ctf_member_v2 *ctm = v; local 142 name = ctm->ctm_name; 143 type = ctm->ctm_type; 144 offset = ctm->ctm_offset; 145 increment = sizeof(*ctm); 156 const struct ctf_member_v3 *ctm = v; local 158 name = ctm->ctm_name; 159 type = ctm->ctm_type; 160 offset = ctm->ctm_offset; 161 increment = sizeof(*ctm); [all...] |
| ctf_create.c | 112 struct ctf_member_v2 ctm; local 114 ctm.ctm_name = name; 115 ctm.ctm_type = (ushort_t)dmd->dmd_type; 116 ctm.ctm_offset = (ushort_t)dmd->dmd_offset; 118 sz = sizeof (ctm); 119 memcpy(t, &ctm, sz); 122 struct ctf_member_v3 ctm; local 124 ctm.ctm_name = name; 125 ctm.ctm_type = dmd->dmd_type; 126 ctm.ctm_offset = dmd->dmd_offset [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctf.c | 301 struct ctf_member_v3 ctm; local 404 ctm.ctm_name = CTF_TYPE_NAME(CTF_STRTAB_0, 406 ctm.ctm_type = mp->ml_type->t_id; 407 ctm.ctm_offset = mp->ml_offset; 409 SWAP_32(ctm.ctm_name); 410 SWAP_32(ctm.ctm_type); 411 SWAP_32(ctm.ctm_offset); 413 ctf_buf_write(b, &ctm, sizeof (ctm)); 1223 struct ctf_member_v2 *ctm = v local 1255 struct ctf_member_v3 *ctm = v; local [all...] |
| /src/libexec/atrun/ |
| atrun.c | 390 unsigned long ctm; local 483 &ctm) != 3) 486 run_time = (time_t) ctm * 60;
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_atomic_state_helper.c | 140 if (state->ctm) 141 drm_property_blob_get(state->ctm); 214 drm_property_blob_put(state->ctm);
|
| drm_atomic_uapi.c | 453 &state->ctm, 506 *val = (state->ctm) ? state->ctm->base.id : 0;
|
| drm_fb_helper.c | 1073 replaced |= drm_property_replace_blob(&crtc_state->ctm, NULL);
|
| drm_atomic_helper.c | 3526 /* Reset DEGAMMA_LUT and CTM properties. */ 3528 replaced |= drm_property_replace_blob(&crtc_state->ctm, NULL);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_base907c.c | 115 const struct drm_color_ctm *ctm) 127 *val = csc_drm_to_base(ctm->matrix[j * 3 + i]);
|
| nouveau_dispnv50_wndw.c | 383 if (wndw->func->csc && asyh->state.ctm) { 384 const struct drm_color_ctm *ctm = asyh->state.ctm->data; local 385 wndw->func->csc(wndw, asyw, ctm);
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x509_vfy.c | 1851 int X509_cmp_current_time(const ASN1_TIME *ctm) 1853 return X509_cmp_time(ctm, NULL); 1856 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) 1879 switch (ctm->type) { 1881 if (ctm->length != (int)(utctime_length)) 1885 if (ctm->length != (int)(generalizedtime_length)) 1897 for (i = 0; i < ctm->length - 1; i++) { 1898 if (!ossl_ascii_isdigit(ctm->data[i])) 1901 if (ctm->data[ctm->length - 1] != upper_z [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_vfy.c | 1845 int X509_cmp_current_time(const ASN1_TIME *ctm) 1847 return X509_cmp_time(ctm, NULL); 1850 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) 1872 switch (ctm->type) { 1874 if (ctm->length != (int)(utctime_length)) 1878 if (ctm->length != (int)(generalizedtime_length)) 1890 for (i = 0; i < ctm->length - 1; i++) { 1891 if (!ascii_isdigit(ctm->data[i])) 1894 if (ctm->data[ctm->length - 1] != upper_z [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_crtc.h | 173 * (@gamma_lut, @degamma_lut or @ctm). Used by the atomic helpers and 261 * color conversion matrix @ctm. See drm_crtc_enable_color_mgmt(). The 267 * @ctm: 272 struct drm_property_blob *ctm; member in struct:drm_crtc_state 278 * matrix @ctm. See drm_crtc_enable_color_mgmt(). The blob (if not
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509_vfy.c | 2011 int X509_cmp_current_time(const ASN1_TIME *ctm) 2013 return X509_cmp_time(ctm, NULL); 2016 /* returns 0 on error, otherwise 1 if ctm > cmp_time, else -1 */ 2017 int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time) 2040 switch (ctm->type) { 2042 if (ctm->length != (int)(utctime_length)) 2046 if (ctm->length != (int)(generalizedtime_length)) 2058 for (i = 0; i < ctm->length - 1; i++) { 2059 if (!ossl_ascii_isdigit(ctm->data[i])) 2062 if (ctm->data[ctm->length - 1] != upper_z [all...] |
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-create.c | 1520 ctf_membinfo_t ctm; local 1527 if (ctf_member_info (ctb->ctb_dict, ctb->ctb_type, name, &ctm) < 0) 1534 if (ctm.ctm_offset != offset) 1539 name, ctm.ctm_offset, offset);
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-create.c | 1520 ctf_membinfo_t ctm; local 1527 if (ctf_member_info (ctb->ctb_dict, ctb->ctb_type, name, &ctm) < 0) 1534 if (ctm.ctm_offset != offset) 1539 name, ctm.ctm_offset, offset);
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-create.c | 1517 ctf_membinfo_t ctm; local 1524 if (ctf_member_info (ctb->ctb_dict, ctb->ctb_type, name, &ctm) < 0) 1531 if (ctm.ctm_offset != offset) 1536 name, ctm.ctm_offset, offset);
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-create.c | 1520 ctf_membinfo_t ctm; local 1527 if (ctf_member_info (ctb->ctb_dict, ctb->ctb_type, name, &ctm) < 0) 1534 if (ctm.ctm_offset != offset) 1539 name, ctm.ctm_offset, offset);
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_cg.c | 1006 ctf_membinfo_t ctm; local 1063 mnp->dn_membname, &ctm) == CTF_ERR) { 1075 if (ctm.ctm_offset != 0) { 1084 dt_cg_setx(dlp, r2, ctm.ctm_offset / NBBY);
|
| dt_parser.c | 1804 ctf_membinfo_t ctm; local 1826 if (ctf_member_info(dtt.dtt_ctfp, type, name, &ctm) == CTF_ERR) { 1832 dt_node_type_assign(&dn, dtt.dtt_ctfp, ctm.ctm_type, B_FALSE); 1839 return (dt_node_int(ctm.ctm_offset / NBBY)); 4285 ctf_membinfo_t ctm; local 4296 mnp->dn_membname, &ctm) == CTF_ERR) { 4304 dt_node_type_assign(mnp, dxp->dx_dst_ctfp, ctm.ctm_type,
|