OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:upper
(Results
251 - 275
of
1208
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/src/core/
SkMath.cpp
452
SkFixed
upper
= (index == kTableSize - 1) ? SK_Fixed1 : table[index + 1];
local
454
SkASSERT(lower <
upper
);
456
SkASSERT(
upper
<= SK_Fixed1);
459
return lower + ((
upper
- lower) * partial255 >> 8);
/external/srec/srec/include/
hmm_desc.h
148
int hasUpper; /* nonzero if
upper
case present in dictionary (usually not) */
/external/srec/tools/thirdparty/OpenFst/fst/lib/
union-find.h
35
// initialized using MakeSet(...). The
upper
bound of the range
/external/stlport/stlport/
locale
96
{ return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::
upper
, c); }
/external/tcpdump/
print-ipfc.c
75
* XXX - show the
upper
16 bits? Do so only if "vflag" is set?
strcasecmp.c
27
* This array is designed for mapping
upper
and lower case letter
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-101964.js
26
* an
upper
bound in milliseconds for any truncation to take.
/external/webkit/WebCore/dom/
QualifiedName.cpp
113
m_impl->m_localNameUpper = m_impl->m_localName.
upper
();
/frameworks/base/awt/java/awt/
Polygon.java
389
* the X coordinate of the rectangles's left
upper
corner as a
392
* the Y coordinate of the rectangles's left
upper
corner as a
412
* the X coordinate of the rectangles's left
upper
corner as a
415
* the Y coordinate of the rectangles's left
upper
corner as a
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontFinder.java
38
* and there's a high probability that the
upper
byte will be the same for the
TextDecorator.java
202
* @param xOffset - offset in X direction to the
upper
left corner of the
204
* @param yOffset - offset in Y direction to the
upper
left corner of the
274
* @param xOffset - offset in X direction to the
upper
left corner
276
* @param yOffset - offset in Y direction to the
upper
left corner
/frameworks/base/core/java/android/content/pm/
FeatureInfo.java
42
* The GLES version used by an application. The
upper
order 16 bits represent the
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java
62
* The 16-bit Teleservice parameter identifies which
upper
layer service access point is sending
/hardware/broadcom/wlan/bcm4329/src/include/
bcmcdc.h
33
uint32 len; /* lower 16: output buflen;
upper
16: input buflen (excludes header) */
/hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrv.h
156
*
upper
layer Failure Event CB.
/hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverInternal.h
126
/* Count packets sent from
upper
driver. */
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/
windows_types.h
134
Ndis802_11StatusTypeMax /* not a real type, defined as an
upper
bound*/
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.h
58
mgmtStatus_e disAssocEventReason; /* Disassoc reason to be used for
upper
layer */
/system/core/sh/
syntax.h
55
#define ISUPPER 02 /* an
upper
case letter */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrv.h
157
*
upper
layer Failure Event CB.
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/EvHandler/
EvHandler.h
60
/*
Upper
Interface*/
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
conn.h
59
mgmtStatus_e disAssocEventReason; /* Disassoc reason to be used for
upper
layer */
/system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrv.h
156
*
upper
layer Failure Event CB.
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverInternal.h
126
/* Count packets sent from
upper
driver. */
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
windows_types.h
134
Ndis802_11StatusTypeMax /* not a real type, defined as an
upper
bound*/
Completed in 490 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>