Searched refs:sids (Results 1 - 17 of 17) sorted by relevance

/external/freetype/src/cff/
H A Dcffload.c802 if ( charset->sids[i] > max_cid )
803 max_cid = charset->sids[i];
813 charset->cids[charset->sids[j]] = (FT_UShort)j;
855 FT_FREE( charset->sids );
888 /* Allocate memory for sids. */
889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
893 charset->sids[0] = 0;
904 charset->sids[j] = FT_GET_USHORT();
945 /* Fill in the range of sids -- `nleft + 1' glyphs. */
947 charset->sids[
[all...]
H A Dcffcmap.c133 FT_UInt sid = charset->sids[idx];
155 if ( !charset->sids )
H A Dcfftypes.h84 FT_UShort sids [256]; /* avoid dynamic allocations */ member in struct:CFF_EncodingRec_
96 FT_UShort* sids; member in struct:CFF_CharsetRec_
97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */
H A Dcffdrivr.c305 sid = font->charset.sids[glyph_index];
341 sid = charset->sids[i];
631 c = cff->charset.sids[glyph_index];
H A Dcffgload.c636 if ( !cff->charset.sids )
648 if ( cff->charset.sids[n] == glyph_sid )
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.c802 if ( charset->sids[i] > max_cid )
803 max_cid = charset->sids[i];
813 charset->cids[charset->sids[j]] = (FT_UShort)j;
855 FT_FREE( charset->sids );
888 /* Allocate memory for sids. */
889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
893 charset->sids[0] = 0;
904 charset->sids[j] = FT_GET_USHORT();
945 /* Fill in the range of sids -- `nleft + 1' glyphs. */
947 charset->sids[
[all...]
H A Dcffcmap.c133 FT_UInt sid = charset->sids[idx];
155 if ( !charset->sids )
H A Dcfftypes.h84 FT_UShort sids [256]; /* avoid dynamic allocations */ member in struct:CFF_EncodingRec_
96 FT_UShort* sids; member in struct:CFF_CharsetRec_
97 FT_UShort* cids; /* the inverse mapping of `sids'; only needed */
H A Dcffdrivr.c251 sid = font->charset.sids[glyph_index];
287 sid = charset->sids[i];
559 c = cff->charset.sids[glyph_index];
H A Dcffgload.c636 if ( !cff->charset.sids )
648 if ( cff->charset.sids[n] == glyph_sid )
/external/selinux/libsepol/cil/src/
H A Dcil_verify.h68 int __cil_verify_initsids(struct cil_list *sids);
H A Dcil_verify.c418 int __cil_verify_initsids(struct cil_list *sids) argument
423 if (sids->head == NULL) {
428 cil_list_for_each(i, sids) {
/external/selinux/libsepol/include/sepol/policydb/
H A Dservices.h160 * Set `*sids' to point to a dynamically allocated
166 sepol_security_id_t ** sids, uint32_t * nel);
/external/selinux/checkpolicy/
H A Dcheckpolicy.c382 sepol_security_id_t ssid, tsid, *sids, oldsid, newsid, tasksid; local
1048 ret = sepol_get_user_sids(ssid, ans, &sids, &nel);
1054 print_sid(sids[i], NULL, NULL);
1055 free(sids);
/external/libmtp/src/
H A Dptp.c555 unsigned char* sids=NULL; local
561 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len);
562 if (ret == PTP_RC_OK) ptp_unpack_SIDs(params, sids, storageids, len);
563 free(sids);
1631 unsigned char* sids=NULL; local
1636 ret = ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len);
1637 if (ret == PTP_RC_OK) ptp_unpack_SIDs(params, sids, storageids, len);
1638 free(sids);
H A Dptp-pack.c400 ptp_unpack_SIDs (PTPParams *params, unsigned char* data, PTPStorageIDs *sids, unsigned int len) argument
402 sids->n = ptp_unpack_uint32_t_array(params, data, PTP_sids,
403 &sids->Storage);
/external/selinux/libsepol/src/
H A Dservices.c1982 * Set `*sids' to point to a dynamically allocated
1990 sepol_security_id_t ** sids, uint32_t * nel)
2075 *sids = mysids;
1988 sepol_get_user_sids(sepol_security_id_t fromsid, char *username, sepol_security_id_t ** sids, uint32_t * nel) argument

Completed in 6882 milliseconds