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

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.cc 342 unsigned int target_bytes = 0; local
343 while (target_bytes < kRequiredTargetPatchBytes) {
355 cur_bytes, target + target_bytes,
363 target_bytes += jump_bytes;
368 target + target_bytes, &mov_bytes,
376 memcpy(reinterpret_cast<void*>(target + target_bytes),
379 target_bytes += cur_bytes;
576 unsigned int* target_bytes,
588 *target_bytes = 6;
589 if (target_size > *target_bytes) {
    [all...]
preamble_patcher.h 538 // @param target_bytes Pointer to a buffer that contains the size
547 unsigned int* target_bytes,
573 // @param target_bytes Pointer to a buffer that contains the size
582 unsigned int* target_bytes,
596 // @param target_bytes Pointer to a buffer that contains the size
605 unsigned int* target_bytes,
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.cc 342 unsigned int target_bytes = 0; local
343 while (target_bytes < kRequiredTargetPatchBytes) {
355 cur_bytes, target + target_bytes,
363 target_bytes += jump_bytes;
368 target + target_bytes, &mov_bytes,
376 memcpy(reinterpret_cast<void*>(target + target_bytes),
379 target_bytes += cur_bytes;
576 unsigned int* target_bytes,
588 *target_bytes = 6;
589 if (target_size > *target_bytes) {
    [all...]
preamble_patcher.h 538 // @param target_bytes Pointer to a buffer that contains the size
547 unsigned int* target_bytes,
573 // @param target_bytes Pointer to a buffer that contains the size
582 unsigned int* target_bytes,
596 // @param target_bytes Pointer to a buffer that contains the size
605 unsigned int* target_bytes,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc 710 uint32_t target_bytes = local
712 if (bytes_re_sent > target_bytes) {
    [all...]

Completed in 81 milliseconds