OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:masks
(Results
26 - 50
of
571
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/oprofile/events/arm/armv7/
unit_masks
1
# ARM V7 PMNC possible unit
masks
/external/oprofile/events/arm/armv7-ca9/
unit_masks
1
# ARM V7 PMNC possible unit
masks
/external/oprofile/events/arm/armv7-common/
unit_masks
1
# ARM V7 PMNC possible unit
masks
/external/oprofile/events/avr32/
unit_masks
1
# AVR32 performance counters possible unit
masks
/external/oprofile/events/ia64/ia64/
unit_masks
1
# IA-64 possible unit
masks
/external/oprofile/events/ia64/itanium/
unit_masks
1
# IA-64 Itanium 1 possible unit
masks
/external/oprofile/events/mips/1004K/
unit_masks
2
# MIPS 1004K possible unit
masks
/external/oprofile/events/mips/20K/
unit_masks
2
# MIPS 20Kc possible unit
masks
/external/oprofile/events/mips/24K/
unit_masks
2
# MIPS 24K possible unit
masks
/external/oprofile/events/mips/25K/
unit_masks
2
# MIPS 25Kf possible unit
masks
/external/oprofile/events/mips/34K/
unit_masks
2
# MIPS 34K possible unit
masks
/external/oprofile/events/mips/5K/
unit_masks
2
# MIPS 5K possible unit
masks
/external/oprofile/events/mips/74K/
unit_masks
2
# MIPS 74K possible unit
masks
/external/oprofile/events/ppc64/power5+/
unit_masks
1
# ppc64 Power5+ possible unit
masks
/external/oprofile/events/ppc64/power5++/
unit_masks
1
# ppc64 Power5++ possible unit
masks
/external/oprofile/events/mips/r12000/
unit_masks
2
# MIPS R12000 possible unit
masks
/external/oprofile/events/i386/athlon/
unit_masks
1
# Athlon possible unit
masks
/external/oprofile/events/ppc64/970MP/
unit_masks
6
# ppc64 970 possible unit
masks
/external/oprofile/events/ppc64/ibm-compat-v1/
unit_masks
6
# ppc64 compat mode version 1 possible unit
masks
/external/oprofile/events/ppc64/power6/
unit_masks
6
# ppc64 POWER6 possible unit
masks
/external/oprofile/events/ppc64/power7/
unit_masks
6
# ppc64 POWER7 possible unit
masks
/external/oprofile/events/i386/arch_perfmon/
unit_masks
1
# Intel architectural perfmon unit
masks
/external/oprofile/events/i386/ppro/
unit_masks
1
# Pentium Pro possible unit
masks
/external/oprofile/events/x86-64/family15h/
unit_masks
1
# AMD Generic unit
masks
/external/freetype/src/pshinter/
pshrec.c
219
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
, used by ps_mask_table_merge_all *
[
all
...]
Completed in 38 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>