Searched refs:pcm (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_util.c118 BOOL ssl_util_path_check(ssl_pathcheck_t pcm, const char *path, apr_pool_t *p) argument
124 if (pcm & SSL_PCM_EXISTS && apr_stat(&finfo, path,
127 AP_DEBUG_ASSERT((pcm & SSL_PCM_EXISTS) ||
128 !(pcm & (SSL_PCM_ISREG|SSL_PCM_ISDIR|SSL_PCM_ISNONZERO)));
129 if (pcm & SSL_PCM_ISREG && finfo.filetype != APR_REG)
131 if (pcm & SSL_PCM_ISDIR && finfo.filetype != APR_DIR)
133 if (pcm & SSL_PCM_ISNONZERO && finfo.size <= 0)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32term.c840 w32_bdf_per_char_metric (font, char2b, dim, pcm)
844 XCharStruct * pcm;
861 pcm->width = bdf_metric->dwidth;
862 pcm->lbearing = bdf_metric->bbox;
863 pcm->rbearing = bdf_metric->dwidth
865 pcm->ascent = bdf_metric->bboy + bdf_metric->bbh;
866 pcm->descent = -bdf_metric->bboy;
875 w32_native_per_char_metric (font, char2b, font_type, pcm)
879 XCharStruct * pcm;
921 pcm
978 XCharStruct *pcm; local
[all...]
H A Dmacterm.c1331 XCharStruct *pcm;
1335 pcm = mac_per_char_metric (font_struct, string, 0);
1336 if (pcm == NULL)
1340 lbearing = min (lbearing, width + pcm->lbearing);
1341 rbearing = max (rbearing, width + pcm->rbearing);
1342 width += pcm->width;
1400 XCharStruct *pcm = mac_per_char_metric (GC_FONT (gc), buf, 0);
1402 advances[i].width = pcm->width;
2338 pcm_init (pcm, count)
2339 XCharStruct *pcm;
1330 XCharStruct *pcm; local
1399 XCharStruct *pcm = mac_per_char_metric (GC_FONT (gc), buf, 0); local
2365 XCharStruct *pcm = NULL; local
8099 XCharStruct *space_bounds = NULL, *pcm; local
8576 XCharStruct *pcm; local
[all...]
H A Dxdisp.c19136 XCharStruct *pcm;
19142 && (pcm = rif->per_char_metric (font, &char2b, glyph->font_type)))
19144 if (pcm->rbearing > pcm->width)
19145 *right = pcm->rbearing - pcm->width;
19146 if (pcm->lbearing < 0)
19147 *left = -pcm->lbearing;
20380 XCharStruct *pcm;
20448 pcm
19096 XCharStruct *pcm; local
20340 XCharStruct *pcm; local
20702 XCharStruct *pcm; local
[all...]
H A Dxterm.c836 XCharStruct *pcm = NULL;
853 pcm = font->per_char + char2b->byte2 - font->min_char_or_byte2;
875 pcm = (font->per_char
889 pcm = &font->max_bounds;
892 return ((pcm == NULL
893 || (pcm->width == 0 && (pcm->rbearing - pcm->lbearing) == 0))
894 ? NULL : pcm);
10196 XCharStruct *pcm;
830 XCharStruct *pcm = NULL; local
10162 XCharStruct *pcm; local
[all...]
H A Dw32fns.c4676 XCharStruct* pcm;
4677 pcm = w32_per_char_metric (font, &space, ANSI_FONT);
4678 if (pcm)
4679 fontp->space_width = pcm->width;
4664 XCharStruct* pcm; local
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c681 /* pcm offset of last packet on the first audio page */
831 /* update the pcm offset. */
838 (above), we know the pcm position of the *last* sample
1375 /* which bitstream section does this pcm offset occur in? */
1454 /* found our page. seek to it, update pcm offset. Easier case than
1523 /* seek to a sample offset relative to the decompressed pcm stream
1598 float **pcm; local
1600 long samples=vorbis_synthesis_pcmout(&vf->vd,&pcm);
1613 /* seek to a playback time relative to the decompressed pcm stream
1633 /* enough information to convert time offset to pcm offse
1790 float **pcm; local
1935 float **pcm; local
[all...]

Completed in 289 milliseconds