Searched refs:address_length (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/base/ |
D | httpcommon-inl.h | 40 size_t address_length = (path - val); in do_set_url() local 41 do_set_address(val, address_length); in do_set_url() 42 do_set_full_path(path, len - address_length); in do_set_url()
|
D | natserver.cc | 95 size_t address_length = UnpackAddressFromNAT(data, *len, &dest_addr); in ProcessInput() local 97 *len -= address_length; in ProcessInput() 99 memmove(data, data + address_length, *len); in ProcessInput()
|
/external/adhd/cras/src/server/ |
D | cras_server.c | 200 socklen_t address_length; in handle_new_connection() local 208 memset(&address_length, 0, sizeof(address_length)); in handle_new_connection() 210 &address_length); in handle_new_connection()
|
/external/jemalloc/bin/ |
D | jeprof.in | 128 my $address_length = 16; 3655 $address_length = ($str eq (chr(0)x8)) ? 16 : 8; 3656 if ($address_length == 8) { 3699 if ($address_length == 8) { # the 32-bit case 3972 my $addr = sprintf("0%o", $i * ($address_length == 8 ? 4 : 8)); 3988 $pc = sprintf("%0*x", $address_length, $pc); 4398 my $zeros_needed = $address_length - length($addr); 4400 printf STDERR "Warning: address $addr is longer than address length $address_length\n"; 4677 if ($address_length == 8) { 4731 if ($address_length == 8) { [all …]
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 129 my $address_length = 16; 3658 $address_length = ($str eq (chr(0)x8)) ? 16 : 8; 3659 if ($address_length == 8) { 3702 if ($address_length == 8) { # the 32-bit case 3975 my $addr = sprintf("0%o", $i * ($address_length == 8 ? 4 : 8)); 3991 $pc = sprintf("%0*x", $address_length, $pc); 4401 my $zeros_needed = $address_length - length($addr); 4403 printf STDERR "Warning: address $addr is longer than address length $address_length\n"; 4690 if ($address_length == 8) { 4744 if ($address_length == 8) { [all …]
|