HomeSort by relevance Sort by last modified time
    Searched defs:byte_length (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
regexp-macro-assembler.cc 140 int byte_length = char_length << char_size_shift; local
141 const byte* input_end = input_start + byte_length;
214 size_t byte_length,
222 ASSERT(byte_length % 2 == 0);
225 size_t length = byte_length >> 1;
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 218 int byte_length = str.length() * char_size(); local
222 __ cmp(Operand(edi), Immediate(-(byte_offset + byte_length)));
381 // size_t byte_length - length of capture in bytes(!)
387 // Set byte_length.
1118 int byte_length = end_address - start_address; local
    [all...]
  /external/tcpdump/
print-eigrp.c 219 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);
print-isoclns.c 1624 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /external/chromium/net/http/
http_auth_gssapi_posix.cc 240 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 607 milliseconds