HomeSort by relevance Sort by last modified time
    Searched full:num_bytes (Results 201 - 225 of 261) sorted by null

1 2 3 4 5 6 7 891011

  /external/valgrind/main/none/tests/s390x/
cu14.c 129 uint64_t num_bytes = dst_len - result.len1; local
132 if (num_bytes % 4 != 0)
135 for (i = 0; i < num_bytes / 4; i++) {
cu14_1.c 129 uint64_t num_bytes = dst_len - result.len1; local
132 if (num_bytes % 4 != 0)
135 for (i = 0; i < num_bytes / 4; i++) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 743 virtual void ReleaseToSystem(size_t num_bytes) {
745 if (num_bytes <= extra_bytes_released_) {
748 extra_bytes_released_ = extra_bytes_released_ - num_bytes;
751 num_bytes = num_bytes - extra_bytes_released_;
752 // num_bytes might be less than one page. If we pass zero to
755 Length num_pages = max<Length>(num_bytes >> kPageShift, 1);
758 if (bytes_released > num_bytes) {
759 extra_bytes_released_ = bytes_released - num_bytes;
761 // The PageHeap wasn't able to release num_bytes. Don't try t
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc     [all...]
  /external/chromium/net/http/
http_cache_transaction.h 223 int DoCacheWriteData(int num_bytes);
http_cache_transaction.cc     [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_defs.h 82 void s390x_dirtyhelper_CUxy(UChar *addr, ULong data, ULong num_bytes);
guest_s390_toIR.c 11229 IRTemp num_bytes = newTemp(Ity_I64); local
11431 IRTemp num_bytes = newTemp(Ity_I64); local
11525 IRTemp num_bytes = newTemp(Ity_I64); local
11689 IRTemp num_bytes = newTemp(Ity_I64); local
    [all...]
  /external/chromium/net/disk_cache/
eviction.cc 119 while ((header_->num_bytes > target_size || test_mode_) && next.get()) {
321 while ((header_->num_bytes > target_size || test_mode_) &&
disk_format.h 88 int32 num_bytes; // Total size of the stored data. member in struct:disk_cache::IndexHeader
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 243 // Try to release num_bytes of free memory back to the operating
247 virtual void ReleaseToSystem(size_t num_bytes);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 263 // Try to release num_bytes of free memory back to the operating
267 virtual void ReleaseToSystem(size_t num_bytes);
  /external/libnfc-nci/src/nfc/int/
rw_int.h 109 UINT8 num_bytes; /* Number of reserved bytes as per the TLV */ member in struct:__anon22676
281 UINT8 num_bytes; /* Number of reserved bytes as per the TLV */ member in struct:__anon22681
    [all...]
  /external/chromium_org/v8/src/x64/
disasm-x64.cc 747 int num_bytes = 2; local
750 return num_bytes;
777 return num_bytes;
784 num_bytes = 3;
796 return num_bytes;
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 739 int num_bytes = 2; local
742 return num_bytes;
769 return num_bytes;
776 num_bytes = 3;
788 return num_bytes;
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 302 size_t num_bytes = s->bytes(); local
306 while (leading_space < num_bytes && isspace(data[leading_space])) {
310 size_t i = num_bytes;
    [all...]
  /external/chromium/base/
message_pump_win.h 263 // ReadFile(file_, buffer, num_bytes, &read, &context->overlapped);
  /external/chromium/net/tools/dump_cache/
dump_files.cc 62 printf("total bytes: %d\n", header.num_bytes);
  /external/chromium_org/base/message_loop/
message_pump_win.h 270 // ReadFile(file_, buffer, num_bytes, &read, &context->overlapped);
  /external/chromium_org/net/http/
http_cache_transaction.h 257 int DoCacheWriteData(int num_bytes);
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 106 printf("total bytes: %d\n", header.num_bytes);
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 599 uint32_t num_bytes; /**< Number of bytes in the LLVM bytecode program. */ member in struct:pipe_llvm_program_header
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 333 NFA_TRACE_DEBUG1("TLV Detection succeeded: num_bytes=%i",p_rw_data->tlv.num_bytes);
338 conn_evt_data.tlv_detect.num_bytes = p_rw_data->tlv.num_bytes;
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 599 uint32_t num_bytes; /**< Number of bytes in the LLVM bytecode program. */ member in struct:pipe_llvm_program_header
  /external/chromium_org/v8/src/ia32/
disasm-ia32.cc 586 int num_bytes = 2; local
603 num_bytes = 3;
617 return num_bytes;
    [all...]

Completed in 1252 milliseconds

1 2 3 4 5 6 7 891011