HomeSort by relevance Sort by last modified time
    Searched full:short (Results 551 - 575 of 5109) sorted by null

<<21222324252627282930>>

  /external/oprofile/libutil/
op_types.h 21 typedef unsigned short u16;
  /external/quake/quake/src/QW/server/
pr_comp.h 123 unsigned short op;
124 short a,b,c;
129 unsigned short type; // if DEF_SAVEGLOBGAL bit is set
131 unsigned short ofs;
  /external/quake/quake/src/WinQuake/
pr_comp.h 124 unsigned short op;
125 short a,b,c;
130 unsigned short type; // if DEF_SAVEGLOBGAL bit is set
132 unsigned short ofs;
  /external/webkit/JavaScriptCore/wtf/
ASCIICType.h 48 inline bool isASCII(unsigned short c) { return !(c & ~0x7F); }
55 inline bool isASCIIAlpha(unsigned short c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; }
62 inline bool isASCIIAlphanumeric(unsigned short c) { return (c >= '0' && c <= '9') || ((c | 0x20) >= 'a' && (c | 0x20) <= 'z'); }
69 inline bool isASCIIDigit(unsigned short c) { return (c >= '0') & (c <= '9'); }
76 inline bool isASCIIHexDigit(unsigned short c) { return (c >= '0' && c <= '9') || ((c | 0x20) >= 'a' && (c | 0x20) <= 'f'); }
83 inline bool isASCIIOctalDigit(unsigned short c) { return (c >= '0') & (c <= '7'); }
90 inline bool isASCIILower(unsigned short c) { return c >= 'a' && c <= 'z'; }
97 inline bool isASCIIUpper(unsigned short c) { return c >= 'A' && c <= 'Z'; }
117 inline bool isASCIISpace(unsigned short c) { return c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); }
124 inline unsigned short toASCIILower(unsigned short c) { return c | ((c >= 'A' && c <= 'Z') << 5);
    [all...]
  /external/webkit/WebCore/html/
HTMLDataGridColElement.h 54 unsigned short sortable() const;
55 void setSortable(unsigned short);
57 unsigned short sortDirection() const;
58 void setSortDirection(unsigned short);
  /frameworks/base/awt/org/apache/harmony/awt/gl/color/
ICC_ProfileHelper.java 61 * Gets short value from the byte array
64 * @return short value
66 public static short getShortFromByteArray(byte[] byteArray, int idx) {
67 return (short) ((byteArray[idx] & 0xFF) |
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 33 unsigned short
43 unsigned short
53 unsigned short
54 KeyCharacterMap::getMatch(int keycode, const unsigned short* chars,
75 unsigned short
86 KeyCharacterMap::getKeyData(int keycode, unsigned short *displayLabel,
87 unsigned short *number, unsigned short* results)
91 memcpy(results, k->data, sizeof(short)*(META_MASK + 1));
  /hardware/msm7k/libcamera/
Android.mk 13 LOCAL_CFLAGS:=-fno-short-enums
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
if_vlan.h 49 short vlan_qos;
skbuff.h 68 unsigned short nr_frags;
69 unsigned short gso_size;
71 unsigned short gso_segs;
72 unsigned short gso_type;
ufs_fs_sb.h 31 unsigned short s_cg_loaded;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 21 unsigned short oemid;
22 unsigned short year;
30 unsigned short cmdclass;
31 unsigned short tacc_clks;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
if_vlan.h 49 short vlan_qos;
skbuff.h 68 unsigned short nr_frags;
69 unsigned short gso_size;
71 unsigned short gso_segs;
72 unsigned short gso_type;
ufs_fs_sb.h 31 unsigned short s_cg_loaded;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mmc/
card.h 21 unsigned short oemid;
22 unsigned short year;
30 unsigned short cmdclass;
31 unsigned short tacc_clks;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
if_vlan.h 49 short vlan_qos;
skbuff.h 68 unsigned short nr_frags;
69 unsigned short gso_size;
71 unsigned short gso_segs;
72 unsigned short gso_type;
ufs_fs_sb.h 31 unsigned short s_cg_loaded;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mmc/
card.h 21 unsigned short oemid;
22 unsigned short year;
30 unsigned short cmdclass;
31 unsigned short tacc_clks;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
if_vlan.h 49 short vlan_qos;
skbuff.h 68 unsigned short nr_frags;
69 unsigned short gso_size;
71 unsigned short gso_segs;
72 unsigned short gso_type;
ufs_fs_sb.h 31 unsigned short s_cg_loaded;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mmc/
card.h 21 unsigned short oemid;
22 unsigned short year;
30 unsigned short cmdclass;
31 unsigned short tacc_clks;
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
if_vlan.h 49 short vlan_qos;

Completed in 238 milliseconds

<<21222324252627282930>>