HomeSort by relevance Sort by last modified time
    Searched full:sids (Results 1 - 16 of 16) sorted by null

  /external/freetype/src/cff/
cffload.c 782 if ( charset->sids[i] > max_cid )
783 max_cid = charset->sids[i];
793 charset->cids[charset->sids[j]] = (FT_UShort)j;
835 FT_FREE( charset->sids );
868 /* Allocate memory for sids. */
869 if ( FT_NEW_ARRAY( charset->sids, num_glyphs ) )
873 charset->sids[0] = 0;
890 charset->sids[j] = sid;
895 charset->sids[j] = 0;
939 /* try to rescue some of the SIDs if `nleft' is too large *
    [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 248 sid = font->charset.sids[glyph_index];
284 sid = charset->sids[i];
550 c = cff->charset.sids[glyph_index];
cffgload.c 620 if ( !cff->charset.sids )
632 if ( cff->charset.sids[n] == glyph_sid )
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslnonce.c 60 /* sids can be in one of 4 states:
194 /* BEWARE: This function gets called for both client and server SIDs !!
229 /* BEWARE: This function gets called for both client and server SIDs !!
245 /* BEWARE: This function gets called for both client and server SIDs !!
sslcon.c     [all...]
sslsnce.c 42 * cache sids!
    [all...]
ssl3con.c     [all...]
  /external/dbus/bus/
dbus-daemon.1 550 handles security identifiers (SIDs) rather than security contexts. A
556 passes a pair of SIDs (typically the SID of a subject and the SID of
557 an object, but sometimes a pair of subject SIDs or a pair of object
558 SIDs), and an object security class to the security server. The object
564 given pair of SIDs and class. Each object class has a set of
dbus-daemon.1.in 550 handles security identifiers (SIDs) rather than security contexts. A
556 passes a pair of SIDs (typically the SID of a subject and the SID of
557 an object, but sometimes a pair of subject SIDs or a pair of object
558 SIDs), and an object security class to the security server. The object
564 given pair of SIDs and class. Each object class has a set of
selinux.c 699 * Function for freeing hash table data. These SIDs
855 * For debugging: Print out the current hash table of service SIDs.
  /external/ipsec-tools/src/racoon/
security.c 231 * Get the sids for the sl and range contexts
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp     [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 636 /* DTX or DTX_MUTE CN data is not in a first SID, first SIDs are marked as SID_BAD but will do
  /external/dbus/
ChangeLog     [all...]

Completed in 888 milliseconds