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

  /external/blktrace/btreplay/
btreplay.c 1112 * next_bunch - Retrieve next bunch of AIOs to process
1114 * @bunch: Bunch information
1116 * Returns TRUE if we recovered a bunch of IOs, else hit EOF
1118 static int next_bunch(struct thr_info *tip, struct io_bunch *bunch)
1122 result = read(tip->ifd, &bunch->hdr, sizeof(bunch->hdr));
1123 if (result != sizeof(bunch->hdr)) {
1131 assert(bunch->hdr.npkts <= BT_MAX_PKTS);
1133 count = bunch->hdr.npkts * sizeof(struct io_pkt)
1318 struct io_bunch bunch; local
    [all...]
  /external/lldb/source/Interpreter/
Android.mk 66 # SWIG binding generates a bunch of these, so squelch
  /external/llvm/test/Bindings/Ocaml/
irreader.ml 10 libLLVMCore.a, so it's better to write a big test than a bunch of
passmgr_builder.ml 10 libLLVMCore.a, so it's better to write a big test than a bunch of
vectorize_opts.ml 10 libLLVMCore.a, so it's better to write a big test than a bunch of
ipo_opts.ml 10 libLLVMCore.a, so it's better to write a big test than a bunch of
linker.ml 10 libLLVMCore.a, so it's better to write a big test than a bunch of
scalar_opts.ml 10 libLLVMCore.a, so it's better to write a big test than a bunch of
target.ml 11 libLLVMCore.a, so it's better to write a big test than a bunch of
vmcore.ml 14 libLLVMCore.a, so it's better to write a big test than a bunch of
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 133 multiple sequential (in time) IOs and put them in a single \emph{bunch} of
143 \item[\texttt{--max-bunch-time}] This is the amount of time to encompass
144 in one bunch -- only IOs within the time specified are eligible
149 \item[\texttt{--max-pkts}] A \emph{bunch} size can be anywhere from
150 1 to 512 packets in size and by default we max a bunch to contain no
152 decrease the maximum \emph{bunch} size. Refer to section~\ref{sec:c-o-M}
160 thread manages the submitting of AIOs per bunch in the record data file,
204 \item Bunching of IOs results in reduced time amongst IOs within a bunch.
252 [ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec
302 \texttt{--max-bunch-time}\\Set Maximum Time Per Bunch
    [all...]
  /bionic/libdl/
Android.mk 33 # with missing symbols. Since this library is just a bunch of stubs, we set
  /external/chromium_org/v8/test/mjsunit/compiler/
pic.js 50 // Create a bunch of objects with different layouts.
  /bionic/libc/tools/
genlibgcc_compat.py 27 * into the final libfoo.so. However, doing so will link a bunch of other __cxa
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
wrapper.js 66 // We end up with the correct string + a bunch of extra characters. This is
  /build/core/
envsetup.mk 4 # and we output a bunch of variables, see the case statement at
  /external/owasp/sanitizer/empiricism/
html-containment.js 4 * The questions above are answered by running a bunch of experiments
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_predicates.js 6 * @fileoverview A bunch of predicates that take as input an array of
traverse_table.js 287 // There have been a bunch of bugs as a result of
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 220 bunch of different information and Structs are slightly faster than a standard
  /external/chromium_org/third_party/cython/src/Cython/Tempita/
_tempita.py 49 'sub_html', 'html', 'bunch']
391 class bunch(dict): class in inherits:dict
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js     [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 847 milliseconds