Searched refs:masks (Results 1 - 24 of 24) sorted by relevance

/external/freetype/src/pshinter/
H A Dpshrec.h108 /* masks and counters table descriptor */
113 PS_Mask masks; member in struct:PS_Mask_TableRec_
122 PS_Mask_TableRec masks; member in struct:PS_DimensionRec_
H A Dpshrec.c219 PS_Mask mask = table->masks;
225 FT_FREE( table->masks );
231 /* ensure that a mask table can contain "count" masks */
245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) )
273 mask = table->masks + count - 1;
303 mask = table->masks + count - 1;
372 /* test whether two masks in a table intersect */
378 PS_Mask mask1 = table->masks + index1;
379 PS_Mask mask2 = table->masks + index2;
404 /* merge two masks, use
[all...]
H A Dpshalgo.c215 /* activate the hints that are given by the initial hint masks */
218 PS_Mask mask = hint_masks->masks;
234 FT_TRACE0(( "psh_hint_table_init: missing/incorrect hint masks\n" ));
1372 &ps_hints->dimension[0].masks,
1380 &ps_hints->dimension[1].masks,
1677 PS_Mask mask = table->hint_masks->masks;
1730 psh_hint_table_activate_mask( table, table->hint_masks->masks );
/external/tcpdump/
H A Dprint-cnfp.c77 u_int32_t masks; /* src,dst addr prefix; v6: encaps */ member in struct:nfrec
137 (EXTRACT_32BITS(&nr->masks) >> 24) & 0xff);
146 (EXTRACT_32BITS(&nr->masks) >> 16) & 0xff);
182 (EXTRACT_32BITS(&nr->masks) >> 8) & 0xff,
183 (EXTRACT_32BITS(&nr->masks)) & 0xff);
/external/icu4c/i18n/
H A Drbt_rule.h60 // are used only by masks() and getIndexValue() which are called
244 * Return true if this rule masks another rule. If r1 masks r2 then
245 * r1 matches any input string that r2 matches. If r1 masks r2 and r2 masks
246 * r1 then r1 == r2. Examples: "a>x" masks "ab>y". "a>x" masks "a[b]>y".
247 * "[c]a>x" masks "[dc]a>y".
249 * @return true if this rule masks 'r2'
251 virtual UBool masks(cons
[all...]
H A Drbt_rule.cpp246 * Return true if this rule masks another rule. If r1 masks r2 then
247 * r1 matches any input string that r2 matches. If r1 masks r2 and r2 masks
248 * r1 then r1 == r2. Examples: "a>x" masks "ab>y". "a>x" masks "a[b]>y".
249 * "[c]a>x" masks "[dc]a>y".
251 UBool TransliterationRule::masks(const TransliterationRule& r2) const { function in class:TransliterationRule
252 /* Rule r1 masks rule r2 if the string formed of the
271 * means the row masks th
[all...]
H A Drbt_set.cpp368 if (r1->masks(*r2)) {
374 //| errors.append("Rule " + r1 + " masks " + r2);
/external/dropbear/
H A Drandom.c217 const unsigned char masks[] = {0xff, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f}; local
231 randbuf[0] &= masks[size_bits % 8];
/external/webkit/Source/WebCore/platform/mac/
H A DWebFontCache.mm73 const NSFontTraitMask masks[] = {
86 while ((mask = masks[i++])) {
/external/libppp/src/
H A Dncpaddr.c143 const u_char masks[] = { 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe }; local
152 for (c = masks, m = 0; c < masks + sizeof masks; c++, m++)
520 const u_char masks[] = { 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff }; local
539 if ((*addrp++ ^ *rangep++) & masks[bits > 7 ? 7 : bits - 1])
/external/elfutils/libcpu/
H A Di386_parse.y243 spec: masks kPERCPERC '\n' instrs
253 masks: masks '\n' mask label
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmxp2_32.asm128 ; set up masks
/external/kernel-headers/original/sound/
H A Dasound.h350 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_params
352 struct snd_mask mres[5]; /* reserved masks */
356 unsigned int rmask; /* W: requested masks */
357 unsigned int cmask; /* R: changed masks */
/external/libvpx/vp8/common/arm/armv6/
H A Dsimpleloopfilter_v6.asm95 beq simple_hskip_filter ; skip filtering if all masks are 0x00
/external/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm74 ;# Assuming that the selection masks b_hihi and b_lolo (defined in LFppc.c)
370 ;# build masks
395 ;# done building masks
/external/blktrace/doc/
H A Dblktrace.tex349 more filter masks via the \emph{-a} option.
387 -a \emph{mask} & --act-mask=\emph{mask} & Add \emph{mask} to current filter (see below for masks) \\ \hline
401 The following masks may be passed with the \emph{-a} command line
/external/tinyalsa/
H A Dpcm.c73 return &(p->masks[n - SNDRV_PCM_HW_PARAM_FIRST_MASK]);
/external/oprofile/utils/
H A Dopcontrol136 -l/--list-events list event types and unit masks
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4384 exception_mask_t masks[32]; member in struct:__anon14289

Completed in 589 milliseconds