OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sids
(Results
1 - 14
of
14
) sorted by null
/external/freetype/src/cff/
cffload.c
747
if ( charset->
sids
[i] > max_cid )
748
max_cid = charset->
sids
[i];
758
charset->cids[charset->
sids
[j]] = (FT_UShort)j;
800
FT_FREE( charset->
sids
);
833
/* Allocate memory for
sids
. */
834
if ( FT_NEW_ARRAY( charset->
sids
, num_glyphs ) )
838
charset->
sids
[0] = 0;
855
charset->
sids
[j] = sid;
860
charset->
sids
[j] = 0;
903
/* try to rescue some of the
SIDs
if `nleft' is too large *
[
all
...]
cfftypes.h
81
FT_UShort
sids
[256]; /* avoid dynamic allocations */
member in struct:CFF_EncodingRec_
93
FT_UShort*
sids
;
member in struct:CFF_CharsetRec_
94
FT_UShort* cids; /* the inverse mapping of `
sids
'; only needed */
cffcmap.c
129
FT_UInt sid = charset->
sids
[idx];
158
if ( !charset->
sids
)
cffdrivr.c
251
sid = font->charset.
sids
[glyph_index];
290
sid = charset->
sids
[i];
570
c = cff->charset.
sids
[glyph_index];
cffgload.c
621
if ( !cff->charset.
sids
)
633
if ( cff->charset.
sids
[n] == glyph_sid )
[
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
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
dtx_dec.cpp
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp
[
all
...]
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/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
/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 71 milliseconds