Home
last modified time | relevance | path

Searched refs:sids (Results 1 – 20 of 20) sorted by relevance

/external/freetype/src/cff/
Dcffload.c802 if ( charset->sids[i] > max_cid ) in cff_charset_compute_cids()
803 max_cid = charset->sids[i]; in cff_charset_compute_cids()
813 charset->cids[charset->sids[j]] = (FT_UShort)j; in cff_charset_compute_cids()
855 FT_FREE( charset->sids ); in cff_charset_done()
889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load()
893 charset->sids[0] = 0; in cff_charset_load()
904 charset->sids[j] = FT_GET_USHORT(); in cff_charset_load()
947 charset->sids[j] = glyph_sid; in cff_charset_load()
982 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load()
986 FT_ARRAY_COPY( charset->sids, cff_isoadobe_charset, num_glyphs ); in cff_charset_load()
[all …]
Dcffcmap.c133 FT_UInt sid = charset->sids[idx]; in FT_CALLBACK_DEF()
155 if ( !charset->sids ) in cff_cmap_unicode_init()
Dcfftypes.h84 FT_UShort sids [256]; /* avoid dynamic allocations */ member
96 FT_UShort* sids; member
Dcffdrivr.c305 sid = font->charset.sids[glyph_index]; in cff_get_glyph_name()
341 sid = charset->sids[i]; in cff_get_name_index()
631 c = cff->charset.sids[glyph_index]; in cff_get_cid_from_glyph_index()
Dcffgload.c636 if ( !cff->charset.sids ) in cff_lookup_glyph_by_stdcharcode()
648 if ( cff->charset.sids[n] == glyph_sid ) in cff_lookup_glyph_by_stdcharcode()
/external/pdfium/third_party/freetype/src/cff/
Dcffload.c802 if ( charset->sids[i] > max_cid ) in cff_charset_compute_cids()
803 max_cid = charset->sids[i]; in cff_charset_compute_cids()
813 charset->cids[charset->sids[j]] = (FT_UShort)j; in cff_charset_compute_cids()
855 FT_FREE( charset->sids ); in cff_charset_done()
889 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load()
893 charset->sids[0] = 0; in cff_charset_load()
904 charset->sids[j] = FT_GET_USHORT(); in cff_charset_load()
947 charset->sids[j] = glyph_sid; in cff_charset_load()
982 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) in cff_charset_load()
986 FT_ARRAY_COPY( charset->sids, cff_isoadobe_charset, num_glyphs ); in cff_charset_load()
[all …]
Dcffcmap.c133 FT_UInt sid = charset->sids[idx]; in FT_CALLBACK_DEF()
155 if ( !charset->sids ) in cff_cmap_unicode_init()
Dcfftypes.h84 FT_UShort sids [256]; /* avoid dynamic allocations */ member
96 FT_UShort* sids; member
Dcffdrivr.c305 sid = font->charset.sids[glyph_index]; in cff_get_glyph_name()
341 sid = charset->sids[i]; in cff_get_name_index()
631 c = cff->charset.sids[glyph_index]; in cff_get_cid_from_glyph_index()
Dcffgload.c636 if ( !cff->charset.sids ) in cff_lookup_glyph_by_stdcharcode()
648 if ( cff->charset.sids[n] == glyph_sid ) in cff_lookup_glyph_by_stdcharcode()
/external/lzma/CPP/Windows/
DSecurityUtils.h134 NTSTATUS LookupSids(ULONG count, PSID* sids, in LookupSids()
136 { return LsaLookupSids(_handle, count, sids, referencedDomains, names); } in LookupSids()
/external/selinux/libsepol/cil/src/
Dcil_verify.h68 int __cil_verify_initsids(struct cil_list *sids);
Dcil_verify.c419 int __cil_verify_initsids(struct cil_list *sids) in __cil_verify_initsids() argument
424 if (sids->head == NULL) { in __cil_verify_initsids()
429 cil_list_for_each(i, sids) { in __cil_verify_initsids()
/external/selinux/libsepol/include/sepol/policydb/
Dservices.h166 sepol_security_id_t ** sids, uint32_t * nel);
/external/selinux/checkpolicy/
Dcheckpolicy.c382 sepol_security_id_t ssid, tsid, *sids, oldsid, newsid, tasksid; in main() local
1048 ret = sepol_get_user_sids(ssid, ans, &sids, &nel); in main()
1054 print_sid(sids[i], NULL, NULL); in main()
1055 free(sids); in main()
/external/libmtp/src/
Dptp.c555 unsigned char* sids=NULL; in ptp_getstorageids() local
561 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len); in ptp_getstorageids()
562 if (ret == PTP_RC_OK) ptp_unpack_SIDs(params, sids, storageids, len); in ptp_getstorageids()
563 free(sids); in ptp_getstorageids()
1631 unsigned char* sids=NULL; in ptp_canon_eos_getstorageids() local
1636 ret = ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &sids, &len); in ptp_canon_eos_getstorageids()
1637 if (ret == PTP_RC_OK) ptp_unpack_SIDs(params, sids, storageids, len); in ptp_canon_eos_getstorageids()
1638 free(sids); in ptp_canon_eos_getstorageids()
Dptp-pack.c400 ptp_unpack_SIDs (PTPParams *params, unsigned char* data, PTPStorageIDs *sids, unsigned int len) in ptp_unpack_SIDs() argument
402 sids->n = ptp_unpack_uint32_t_array(params, data, PTP_sids, in ptp_unpack_SIDs()
403 &sids->Storage); in ptp_unpack_SIDs()
/external/webrtc/talk/session/media/
Dmediasession.cc312 std::vector<uint32_t>* sids) { in GenerateSctpSids() argument
318 sids->push_back(sid); in GenerateSctpSids()
/external/selinux/libsepol/src/
Dservices.c1990 sepol_security_id_t ** sids, uint32_t * nel) in sepol_get_user_sids() argument
2075 *sids = mysids; in sepol_get_user_sids()
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt7016 4sids