| /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ |
| Message.pm | 482 my $old_length; 488 $old_length = ${$self->message_frag_lens}[0] + 491 $old_length = 0; 495 my $suffix = substr($recdata, $self->startoffset + $old_length);
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/ |
| Message.pm | 473 my $old_length; 479 $old_length = ${$self->message_frag_lens}[0] + 482 $old_length = 0; 486 my $suffix = substr($recdata, $self->startoffset + $old_length);
|
| /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/ |
| Message.pm | 596 my $old_length; 604 $old_length = ${$self->message_frag_lens}[0] + $msg_header_len; 606 $old_length = 0; 610 my $suffix = substr($recdata, $self->startoffset + $old_length);
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 931 size_t old_length = captured_stderr_.length(); local 933 captured_stderr_.resize(old_length + kBufferSize); 935 0, &captured_stderr_.front() + old_length, kBufferSize, 937 captured_stderr_.resize(old_length + bytes_read);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| nsec3.c | 558 unsigned int old_length; local 712 old_length = nsec3.next_length; 731 INSIST(old_length <= sizeof(nexthash)); 732 memmove(nexthash, old_next, old_length); 848 old_length = nsec3.next_length; 868 INSIST(old_length <= sizeof(nexthash)); 869 memmove(nexthash, old_next, old_length);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| nsec3.c | 573 unsigned int old_length; local 711 old_length = nsec3.next_length; 730 INSIST(old_length <= sizeof(nexthash)); 731 memmove(nexthash, old_next, old_length); 834 old_length = nsec3.next_length; 854 INSIST(old_length <= sizeof(nexthash)); 855 memmove(nexthash, old_next, old_length);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| regrename.cc | 753 int old_length = id_to_chain.length (); local 778 id_to_chain.truncate (old_length); 779 current_id = old_length; 795 dump_def_use_chain (old_length);
|
| final.cc | 1184 int old_length = insn_lengths[uid]; 1287 if (insn_lengths[uid] != old_length) 1178 int old_length = insn_lengths[uid]; local
|
| gcc.cc | 5792 unsigned int old_length = argbuf.length (); 5802 argbuf.safe_grow (old_length + n, true); 5805 old_length * sizeof (const_char_p)); 5770 unsigned int old_length = argbuf.length (); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| regrename.cc | 753 int old_length = id_to_chain.length (); local 778 id_to_chain.truncate (old_length); 779 current_id = old_length; 795 dump_def_use_chain (old_length);
|
| final.cc | 1200 int old_length = insn_lengths[uid]; 1303 if (insn_lengths[uid] != old_length) 1194 int old_length = insn_lengths[uid]; local
|
| gcc.cc | 5706 unsigned int old_length = argbuf.length (); 5716 argbuf.safe_grow (old_length + n, true); 5719 old_length * sizeof (const_char_p)); 5684 unsigned int old_length = argbuf.length (); local
|
| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| label.y | 1118 int old_length = v.length(); 1120 for (int j = old_length; j <= bytei; j++)
|