/external/freetype/src/cff/ |
cffload.c | 794 if ( charset->sids[i] > max_cid ) 795 max_cid = charset->sids[i]; 805 charset->cids[charset->sids[j]] = (FT_UShort)j; 847 FT_FREE( charset->sids ); 880 /* Allocate memory for sids. */ 881 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) ) 885 charset->sids[0] = 0; 896 charset->sids[j] = FT_GET_USHORT(); 929 /* try to rescue some of the SIDs if `nleft' is too large */ 937 /* Fill in the range of sids -- `nleft + 1' glyphs. * [all...] |
cffcmap.c | 128 FT_UInt sid = charset->sids[idx]; 147 if ( !charset->sids )
|
cfftypes.h | 84 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 */
|
cffdrivr.c | 247 sid = font->charset.sids[glyph_index]; 283 sid = charset->sids[i]; 550 c = cff->charset.sids[glyph_index];
|
cffgload.c | 619 if ( !cff->charset.sids ) 631 if ( cff->charset.sids[n] == glyph_sid ) [all...] |
/external/libsepol/include/sepol/policydb/ |
services.h | 109 * Generate the set of SIDs for legal security contexts 111 * Set `*sids' to point to a dynamically allocated 112 * array containing the set of SIDs. Set `*nel' to the 117 sepol_security_id_t ** sids, uint32_t * nel); 120 * Return the SIDs to use for an unlabeled file system 140 * Return the SIDs to use for a network interface 166 #define SECURITY_FS_USE_TRANS 2 /* use transition SIDs, e.g. devpts/tmpfs */ 167 #define SECURITY_FS_USE_TASK 3 /* use task SIDs, e.g. pipefs/sockfs */ 177 * fixed labeling behavior like transition SIDs or task SIDs [all...] |
/external/checkpolicy/ |
checkpolicy.c | 380 sepol_security_id_t ssid, tsid, *sids; local 953 printf("use transition SIDs\n"); 956 printf("use task SIDs\n"); 1013 ret = sepol_get_user_sids(ssid, ans, &sids, &nel); 1019 print_sid(sids[i], NULL, NULL); 1020 free(sids);
|
/external/libmtp/src/ |
ptp.c | 555 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 [all...] |
ptp-pack.c | 400 ptp_unpack_SIDs (PTPParams *params, unsigned char* data, PTPStorageIDs *sids, unsigned int len) 402 sids->n = ptp_unpack_uint32_t_array(params, data, PTP_sids, 403 &sids->Storage); [all...] |
/external/libsepol/src/ |
services.c | 1042 in the new SID table and remove invalid SIDs. */ 1069 * Return the SIDs to use for an unlabeled file system 1151 * Return the SIDs to use for a network interface 1280 * Generate the set of SIDs for legal security contexts 1282 * Set `*sids' to point to a dynamically allocated 1283 * array containing the set of SIDs. Set `*nel' to the 1290 sepol_security_id_t ** sids, uint32_t * nel) 1375 *sids = mysids; [all...] |