HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 1 - 25 of 1731) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/test/data/valid-messages/
array-of-array-of-uint32.message 1 # Message with an array of array of uint32
11 TYPE UINT32
16 ## array of uint32
19 UINT32 1
20 UINT32 2
21 UINT32 3
24 ## array of uint32
27 UINT32 4
28 UINT32 5
opposite-endian.message 21 TYPE UINT32
22 UINT32 0xfffffff
  /external/qemu/gdb-xml/
power-core.xml 10 <reg name="r0" bitsize="32" type="uint32"/>
11 <reg name="r1" bitsize="32" type="uint32"/>
12 <reg name="r2" bitsize="32" type="uint32"/>
13 <reg name="r3" bitsize="32" type="uint32"/>
14 <reg name="r4" bitsize="32" type="uint32"/>
15 <reg name="r5" bitsize="32" type="uint32"/>
16 <reg name="r6" bitsize="32" type="uint32"/>
17 <reg name="r7" bitsize="32" type="uint32"/>
18 <reg name="r8" bitsize="32" type="uint32"/>
19 <reg name="r9" bitsize="32" type="uint32"/>
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
power-core.xml 10 <reg name="r0" bitsize="32" type="uint32"/>
11 <reg name="r1" bitsize="32" type="uint32"/>
12 <reg name="r2" bitsize="32" type="uint32"/>
13 <reg name="r3" bitsize="32" type="uint32"/>
14 <reg name="r4" bitsize="32" type="uint32"/>
15 <reg name="r5" bitsize="32" type="uint32"/>
16 <reg name="r6" bitsize="32" type="uint32"/>
17 <reg name="r7" bitsize="32" type="uint32"/>
18 <reg name="r8" bitsize="32" type="uint32"/>
19 <reg name="r9" bitsize="32" type="uint32"/>
    [all...]
  /external/dbus/test/data/invalid-messages/
array-with-mixed-types.message 23 TYPE UINT32
28 ## array of uint32
31 UINT32 1
32 UINT32 2
33 UINT32 3
36 ## array of uint32
39 UINT32 4
40 UINT32 5
too-short-dict.message 23 STRING 'uint32'
24 TYPE UINT32
25 UINT32 0x8765432
26 STRING 'uint32'
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 55 uint32 packetId;
68 uint32 channel;
79 uint32 flag;
94 uint32 version; /* version field */
95 uint32 length; /* byte length of data in this record,
112 uint32 ie_length; /* byte length of Information Elements */
124 uint32 version;
125 uint32 length;
142 uint32 nbss_cap;
144 uint32 reserved32[1]
    [all...]
  /hardware/ril/mock-ril/src/proto/
msgheader.proto 9 required uint32 cmd = 1;
10 required uint32 length_data = 2;
11 optional uint32 status = 3;
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 54 uint32 packetId;
61 uint32 channel;
81 uint32 version;
82 uint32 length;
99 uint32 nbss_cap;
101 uint32 reserved32[1];
107 uint32 ie_length;
116 uint32 version;
117 uint32 length;
134 uint32 nbss_cap
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
time.h 39 typedef uint32 TimeStamp;
42 uint32 Time();
45 uint32 StartTime();
48 uint32 TimeAfter(int32 elapsed);
51 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later); // Inclusive
52 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later); // Inclusive
53 bool TimeIsLater(uint32 earlier, uint32 later); // Exclusiv
    [all...]
time.cc 44 const uint32 LAST = 0xFFFFFFFF;
45 const uint32 HALF = 0x80000000;
48 uint32 Time() {
56 uint32 Time() {
61 uint32 StartTime() {
63 static const uint32 g_start = Time();
68 static uint32 ignore = StartTime();
70 uint32 TimeAfter(int32 elapsed) {
72 ASSERT(static_cast<uint32>(elapsed) < HALF);
76 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_VideoInfo.3 8 Uint32 hw_available:1;
9 Uint32 wm_available:1;
10 Uint32 blit_hw:1;
11 Uint32 blit_hw_CC:1;
12 Uint32 blit_hw_A:1;
13 Uint32 blit_sw:1;
14 Uint32 blit_sw_CC:1;
15 Uint32 blit_sw_A:1;
16 Uint32 blit_fill;
17 Uint32 video_mem
    [all...]
  /external/chromium/chrome/browser/
keychain_mac.cc 10 UInt32 *length, void **outData) const {
17 UInt32 length, const void *data) const {
46 UInt32 serverNameLength, const char *serverName,
47 UInt32 securityDomainLength, const char *securityDomain,
48 UInt32 accountNameLength, const char *accountName,
49 UInt32 pathLength, const char *path,
52 UInt32 passwordLength, const void *passwordData,
65 UInt32 serviceNameLength,
67 UInt32 accountNameLength,
69 UInt32 *passwordLength
    [all...]
keychain_mac.h 29 UInt32 *length, void **outData) const;
33 UInt32 length, const void *data) const;
49 UInt32 serverNameLength,
51 UInt32 securityDomainLength,
53 UInt32 accountNameLength,
55 UInt32 pathLength, const char *path,
58 UInt32 passwordLength,
63 UInt32 serviceNameLength,
65 UInt32 accountNameLength,
67 UInt32 *passwordLength
    [all...]
  /external/openssh/
PROTOCOL.mux 14 uint32 MUX_MSG_HELLO
15 uint32 protocol version
31 uint32 MUX_C_NEW_SESSION
32 uint32 request id
38 uint32 escape char
55 uint32 MUX_S_SESSION_OPENED
56 uint32 client request id
57 uint32 session id
67 uint32 MUX_S_EXIT_MESSAGE
68 uint32 session i
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 116 *((uint32*)ptr) = temp; \
117 *((uint32*)(ptr+4)) = temp; \
118 *((uint32*)(ptr+=16)) = temp; \
119 *((uint32*)(ptr+4)) = temp; \
120 *((uint32*)(ptr+=16)) = temp; \
121 *((uint32*)(ptr+4)) = temp; \
122 *((uint32*)(ptr+=16)) = temp; \
123 *((uint32*)(ptr+4)) = temp; \
124 *((uint32*)(ptr+=16)) = temp; \
125 *((uint32*)(ptr+4)) = temp;
    [all...]
  /external/chromium/base/
rand_util_win.cc 14 uint32 RandUint32() {
15 uint32 number;
25 uint32 first_half = RandUint32();
26 uint32 second_half = RandUint32();
  /external/giflib/
config.h 11 typedef uint32_t UINT32;
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataric2p_s.h 36 Uint32 width, /* Dimensions of screen to convert */
37 Uint32 height,
38 Uint32 dblligne, /* Double the lines when converting ? */
39 Uint32 srcpitch, /* Length of one source line in bytes */
40 Uint32 dstpitch /* Length of one destination line in bytes */
50 Uint32 width, /* Dimensions of screen to convert */
51 Uint32 height,
52 Uint32 dblligne, /* Double the lines when converting ? */
53 Uint32 srcpitch, /* Length of one source line in bytes */
54 Uint32 dstpitch /* Length of one destination line in bytes *
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 85 void set_limit(uint32 max_lemma_count, uint32 max_lemma_size,
86 uint32 reclaim_ratio);
124 uint32 version;
128 uint32 disk_size;
129 uint32 lemma_count;
130 uint32 lemma_size;
131 uint32 delete_count;
132 uint32 delete_size;
134 uint32 sync_count
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 50 virtual void OnTcpClosed(PseudoTcp* tcp, uint32 error) = 0;
64 static uint32 Now();
66 PseudoTcp(IPseudoTcpNotify* notify, uint32 conv);
85 void NotifyClock(uint32 now);
93 bool GetNextClock(uint32 now, long& timeout);
118 uint32 conv, seq, ack;
122 uint32 len;
123 uint32 tsval, tsecr;
127 SSegment(uint32 s, uint32 l, bool c
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
spdhelper.h 11 static bool isPatchBad(UINT8* prm, UINT32 len);
20 bool isPatchBadImpl(UINT8* prm, UINT32 len);