Searched defs:byte_length (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dregexp-macro-assembler.cc144 int byte_length = char_length << char_size_shift; local
145 const byte* input_end = input_start + byte_length;
218 size_t byte_length,
226 ASSERT(byte_length % 2 == 0);
229 size_t length = byte_length >> 1;
215 CaseInsensitiveCompareUC16( Address byte_offset1, Address byte_offset2, size_t byte_length, Isolate* isolate) argument
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc360 // r2: size_t byte_length - length of capture in bytes(!)
1110 int byte_length = static_cast<int>(end_address - start_address); variable
1113 frame_entry<const byte*>(re_frame, kInputEnd) = new_address + byte_length;
/external/tcpdump/
H A Dprint-eigrp.c219 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local
332 byte_length = (bit_length + 7) / 8; /* variable length encoding */
334 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length);
361 byte_length = (bit_length + 7) / 8; /* variable length encoding */
363 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
H A Dprint-isoclns.c1624 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
1661 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
1663 if (!TTEST2(*tptr, byte_length))
1666 memcpy(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */
1667 tptr+=byte_length;
1668 processed+=byte_length;
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc218 int byte_length = str.length() * char_size(); local
222 __ cmp(edi, Immediate(-(byte_offset + byte_length)));
381 // size_t byte_length - length of capture in bytes(!)
387 // Set byte_length.
1140 int byte_length = static_cast<int>(end_address - start_address); local
1143 frame_entry<const byte*>(re_frame, kInputEnd) = new_address + byte_length;
/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix.cc240 OM_uint32 byte_length = oid->length; local
241 size_t char_length = byte_length / sizeof(char);
262 output = base::StringPrintf("(%u) \"", byte_length);
271 for ( ; (i < byte_length) && (i < kMaxCharsToPrint); ++i) {

Completed in 126 milliseconds