Searched refs:bytes_count (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
H A Dclient_info.cc137 SIZE_T bytes_count = 0; local
142 &bytes_count)) {
146 return bytes_count == sizeof(*ex_info);
150 SIZE_T bytes_count = 0; local
155 &bytes_count)) {
159 return bytes_count == sizeof(*thread_id);
186 SIZE_T bytes_count = 0;
206 &bytes_count)) {
211 return (bytes_count == read_count);
H A Dcrash_generation_server.cc340 DWORD bytes_count = 0; local
343 &bytes_count,
363 DWORD bytes_count = 0; local
368 &bytes_count,
391 DWORD bytes_count = 0; local
394 &bytes_count,
396 if (success && bytes_count == sizeof(ProtocolMessage)) {
466 DWORD bytes_count = 0; local
469 &bytes_count,
487 DWORD bytes_count local
509 DWORD bytes_count = 0; local
693 DWORD bytes_count = 0; local
[all...]
H A Dcrash_generation_client.cc71 DWORD* bytes_count,
80 bytes_count,
89 return ReadFile(pipe, out_buffer, out_size, bytes_count, NULL) != FALSE;
205 DWORD bytes_count = 0; local
206 bool success = WriteFile(pipe, &msg, sizeof(msg), &bytes_count, NULL) != 0;
241 DWORD bytes_count = 0; local
250 &bytes_count,
262 if (!WriteFile(pipe, &ack_msg, sizeof(ack_msg), &bytes_count, NULL)) {
/external/v8/src/profiler/
H A Dtick-sample.cc27 int bytes_count; member in struct:v8::internal::__anon17466::Pattern
56 for (Pattern* pattern = patterns; pattern->bytes_count; ++pattern) {
60 MSAN_MEMORY_IS_INITIALIZED(pc - offset, pattern->bytes_count);
61 if (!memcmp(pc - offset, pattern->bytes, pattern->bytes_count))
68 MSAN_MEMORY_IS_INITIALIZED(pc, pattern->bytes_count - offset);
69 if (!memcmp(pc, pattern->bytes + offset, pattern->bytes_count - offset))
/external/google-breakpad/src/client/windows/unittests/
H A Dcrash_generation_server_test.cc184 DWORD bytes_count = 0; local
190 &bytes_count,
204 &bytes_count,
228 &bytes_count,
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c912 UINT16 bytes_count = 0; local
1007 bytes_count = p_t1t->ndef_msg_len;
1021 bytes_count = len;
1040 bytes_count = T1T_DEFAULT_TLV_LEN;
1056 bytes_count = (UINT8) p_readbytes[offset];
1064 bytes_count = (bytes_count << 8) + p_readbytes[offset];
1067 p_t1t->ndef_msg_len = bytes_count;
1077 if ((bytes_count == p_t1t->ndef_msg_len) && (p_t1t->tlv_detect == TAG_NDEF_TLV))
1082 if (bytes_count >
[all...]
H A Drw_t2t_ndef.c549 p_t2t->bytes_count = p_t2t->ndef_msg_len;
564 p_t2t->bytes_count = p_t2t->prop_msg_len;
583 p_t2t->bytes_count = TAG_DEFAULT_TLV_LEN;
600 p_t2t->bytes_count = (UINT8) p_data[offset];
609 p_t2t->bytes_count = (p_t2t->bytes_count << 8) + p_data[offset];
612 p_t2t->ndef_msg_len = p_t2t->bytes_count;
616 p_t2t->prop_msg_len = p_t2t->bytes_count;
626 if ( (p_t2t->bytes_count == p_t2t->ndef_msg_len)
633 if (p_t2t->bytes_count >
[all...]
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py627 def calculate_offset(self, num_pointers = 0, bytes_count = 0, padding32 = 0, padding64 = 0):
628 value = bytes_count + num_pointers*self.pointer_size
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h335 UINT16 bytes_count; /* No. of bytes remaining to collect during tlv detect */ member in struct:__anon10592

Completed in 231 milliseconds