/prebuilt/linux-x86/oprofile/arm/armv6/ |
unit_masks | 1 # ARM V6 PMU possible unit masks
|
/prebuilt/linux-x86/oprofile/arm/armv7/ |
unit_masks | 1 # ARM V7 PMNC possible unit masks
|
/prebuilt/linux-x86_64/oprofile/arm/armv6/ |
unit_masks | 1 # ARM V6 PMU possible unit masks
|
/prebuilt/linux-x86_64/oprofile/arm/armv7/ |
unit_masks | 1 # ARM V7 PMNC possible 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...] |
pshrec.h | 108 /* 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_
|
/external/icu4c/i18n/ |
rbt_rule.h | 60 // 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(const TransliterationRule& r2) const [all...] |
rbt_rule.cpp | 246 * 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 the column, N means it doesn't [all...] |
/external/bluetooth/bluez/include/bluetooth/ |
sco.h | 44 /* for use with eSCO masks such as SCO_ESCO_MASK */
|
/external/icu4c/layout/ |
ArabicShaping.h | 36 // shaping bit masks
|
/external/blktrace/doc/ |
blktrace.8 | 37 limit the events being captured, you can specify one or more filter masks 90 Set filter mask to \fIhex-mask\fR (see below for masks) 97 Add \fImask\fR to current filter (see below for masks) 164 .SH FILTER MASKS 165 The following masks may be passed with the \fI\-a\fR command line
|
/external/tcpdump/ |
print-cnfp.c | 77 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);
|
/bionic/libm/man/ |
fegetenv.3 | 50 The floating-point environment includes exception flags and masks, the 62 and masks all floating-point exceptions.
|
/external/oprofile/libop/ |
op_events.h | 31 /** up to thirty two allowed unit masks */ 38 u32 num; /**< number of possible unit masks */
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/ |
joyos2.h | 54 // bit masks for each axis 63 // bit masks for each button
|
/frameworks/base/awt/java/awt/image/ |
SinglePixelPackedSampleModel.java | 39 * The bit masks. 74 * the bit masks for all the bands. 93 * the bit masks for all the bands. 242 int masks[] = new int[bands.length]; local 244 masks[i] = this.bitMasks[bands[i]]; 247 this.scanlineStride, masks); 449 * Gets an array of the bit masks for all bands. 451 * @return an array of the bit masks for all bands.
|
PackedColorModel.java | 40 * The component masks. 60 * the array of component masks. 109 * the array of component masks. 235 * @return the masks.
|
/development/samples/JetBoy/ |
_index.html | 12 is currently playing (use of clips and mute masks).</p>
|
/external/webkit/WebCore/dom/ |
Traversal.cpp | 46 // 1 through 12, to whatToShow bit masks.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/ |
ImageSurface.java | 146 int masks[] = null; local 162 masks = dcm.getMasks(); 215 numComponents, pixelStride, scanlineStride, bits, masks, colorMapSize, 242 int bits[], int masks[], int colorMapSize, int colorMap[],
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3drmdef.h | 138 unsigned long alpha_mask; /* if rgb is true, these are masks for
140 pixel. Otherwise, these are masks
145 green and blue, so the masks should
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DRMDEF.H | 138 unsigned long alpha_mask; /* if rgb is true, these are masks for
140 pixel. Otherwise, these are masks
145 green and blue, so the masks should
|
/external/dropbear/ |
random.c | 217 const unsigned char masks[] = {0xff, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f}; local 231 randbuf[0] &= masks[size_bits % 8];
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_media_data.h | 45 // media data error masks 49 //marker info masks
|
/bionic/libm/amd64/ |
fenv.c | 78 * fnstenv masks all exceptions, so we need to save and
|