/external/adhd/scripts/audio_thread_log_viewer/ |
D | log.test | 1933 496118.354098121 WRITE_STREAMS_MIX write_limit:0 max_offset:0 1942 496118.354690728 WRITE_STREAMS_MIX write_limit:1024 max_offset:0 1954 496118.375498460 WRITE_STREAMS_MIX write_limit:0 max_offset:0 1963 496118.375665305 WRITE_STREAMS_MIX write_limit:1024 max_offset:0 1975 496118.396835890 WRITE_STREAMS_MIX write_limit:0 max_offset:0 1984 496118.396978694 WRITE_STREAMS_MIX write_limit:1024 max_offset:0 1996 496118.418153584 WRITE_STREAMS_MIX write_limit:0 max_offset:0 2005 496118.418306216 WRITE_STREAMS_MIX write_limit:1024 max_offset:0 2017 496118.439592507 WRITE_STREAMS_MIX write_limit:0 max_offset:0 2026 496118.439767887 WRITE_STREAMS_MIX write_limit:1024 max_offset:0 [all …]
|
/external/tensorflow/tensorflow/core/kernels/neon/ |
D | types.h | 63 int max_offset = 0; in RequiredBufferSizeForDims() local 65 max_offset += (dims.sizes[i] - 1) * dims.strides[i]; in RequiredBufferSizeForDims() 67 return max_offset + 1; in RequiredBufferSizeForDims()
|
/external/blktrace/iowatcher/ |
D | main.c | 345 find_extreme_offsets(trace, &tf->min_offset, &tf->max_offset, in read_traces() 347 filter_outliers(trace, tf->min_offset, tf->max_offset, &ymin, &ymax); in read_traces() 349 tf->max_offset = ymax; in read_traces() 540 u64 *min_offset, u64 *max_offset) in compare_minmax_tf() argument 544 if (tf->max_offset > *max_offset) in compare_minmax_tf() 545 *max_offset = tf->max_offset; in compare_minmax_tf() 552 u64 min_offset, u64 max_offset) in set_all_minmax_tf() argument 569 tf->max_offset = max_offset; in set_all_minmax_tf() 736 unsigned int max_seconds, u64 min_offset, u64 max_offset) in plot_io() argument 751 max_offset / (1024 * 1024), ""); in plot_io() [all …]
|
D | blkparse.h | 79 u64 max_offset; member 124 int filter_outliers(struct trace *trace, u64 min_offset, u64 max_offset,
|
D | plot.c | 150 u64 min_offset, u64 max_offset, in alloc_dot_data() argument 179 gdd->max_offset = max_offset; in alloc_dot_data() 191 double bytes_per_row = (double)(gdd->max_offset - gdd->min_offset + 1) / gdd->rows; in set_gdd_bit() 202 if (offset > gdd->max_offset || offset < gdd->min_offset) in set_gdd_bit() 208 while (bytes > 0 && offset <= gdd->max_offset) { in set_gdd_bit() 989 double blocks_per_row = (gdd->max_offset - gdd->min_offset + 1) / gdd->rows; in svg_io_graph_movie() 990 …double movie_blocks_per_cell = (gdd->max_offset - gdd->min_offset + 1) / (graph_width * graph_heig… in svg_io_graph_movie() 995 pph->history_max = (gdd->max_offset - gdd->min_offset + 1) / movie_blocks_per_cell; in svg_io_graph_movie()
|
D | plot.h | 89 u64 max_offset; member 143 …nsigned int min_seconds, unsigned int max_seconds, u64 min_offset, u64 max_offset, unsigned int st…
|
D | blkparse.c | 643 int filter_outliers(struct trace *trace, u64 min_offset, u64 max_offset, in filter_outliers() argument 649 u64 bytes_per_bucket = (max_offset - min_offset + 1) / 10; in filter_outliers() 684 *yzoom_max = max_offset; in filter_outliers() 1079 …= alloc_dot_data(tf->min_seconds, tf->max_seconds, tf->min_offset, tf->max_offset, tf->stop_second… in add_io() 1083 …= alloc_dot_data(tf->min_seconds, tf->max_seconds, tf->min_offset, tf->max_offset, tf->stop_second… in add_io()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | JSR.java | 61 protected int updatePosition( final int offset, final int max_offset ) { in updatePosition() argument 64 if (Math.abs(i) >= (Short.MAX_VALUE - max_offset)) { // to large for short (estimate) in updatePosition()
|
D | GOTO.java | 70 protected int updatePosition( final int offset, final int max_offset ) { in updatePosition() argument 73 if (Math.abs(i) >= (Short.MAX_VALUE - max_offset)) { // to large for short (estimate) in updatePosition()
|
D | BranchHandle.java | 87 protected int updatePosition( final int offset, final int max_offset ) { in updatePosition() argument 88 final int x = bi.updatePosition(offset, max_offset); in updatePosition()
|
D | BranchInstruction.java | 123 protected int updatePosition( final int offset, final int max_offset ) { in updatePosition() argument
|
D | InstructionHandle.java | 142 protected int updatePosition( final int offset, final int max_offset ) { in updatePosition() argument
|
D | Select.java | 123 protected int updatePosition( final int offset, final int max_offset ) { in updatePosition() argument
|
/external/vixl/test/ |
D | test-pool-manager.cc | 344 int32_t max_offset, in CreateReference() argument 351 max_offset + pc, in CreateReference() 357 max_offset + pc, in CreateReference() 389 int32_t max_offset = RandomMaxOffset(); in TEST() local 397 max_offset, in TEST() 409 max_offset, in TEST() 467 int32_t max_offset = RandomBranchMaxOffset(); in TEST() local 475 max_offset, in TEST() 485 max_offset, in TEST()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 32 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() argument 37 for (offset = 0; offset < max_offset; offset++) { in test_one()
|
/external/adhd/cras/src/server/ |
D | dev_io.c | 495 unsigned int max_offset = 0; in write_streams() local 501 max_offset = cras_iodev_max_stream_offset(odev); in write_streams() 537 if (write_limit > max_offset) in write_streams() 538 memset(dst + max_offset * frame_bytes, 0, in write_streams() 539 (write_limit - max_offset) * frame_bytes); in write_streams() 542 write_limit, max_offset, 0); in write_streams()
|
/external/tcpdump/ |
D | print-domain.c | 155 u_int offset, max_offset; in ns_nprint() local 161 max_offset = (u_int)(cp - bp); in ns_nprint() 187 if (offset >= max_offset) { in ns_nprint() 191 max_offset = offset; in ns_nprint()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_XML.py | 1002 max_offset = -1 1004 if func.offset > max_offset: 1005 max_offset = func.offset 1008 temp = [None for i in range(0, max_offset + 1)] 1015 for i in range(0, max_offset + 1):
|
/external/ImageMagick/MagickCore/ |
D | magic.c | 172 max_offset; in CompareMagickInfoSize() local 178 max_offset=ma->offset > mb->offset ? ma->offset : mb->offset; in CompareMagickInfoSize() 179 if (max_offset <= 10) in CompareMagickInfoSize()
|
/external/libbrillo/brillo/streams/ |
D | stream_unittest.cc | 98 uint64_t max_offset = std::numeric_limits<int64_t>::max(); in TEST() local 99 EXPECT_CALL(stream_mock, Seek(max_offset, _, _, _)) in TEST() 101 EXPECT_TRUE(stream_mock.SetPosition(max_offset, nullptr)); in TEST() 103 EXPECT_FALSE(stream_mock.SetPosition(max_offset + 1, &error)); in TEST()
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | kmeans_test.py | 61 def make_random_points(centers, num_points, max_offset=20): argument 65 np.random.randn(num_points, num_dims).astype(np.float32) * max_offset) 471 self.centers, self.num_points, max_offset=cluster_width)
|
/external/vixl/src/aarch32/ |
D | location-aarch32.cc | 95 int32_t max_object_location = from + info->max_offset; in AddForwardRef()
|
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
D | kmeans_test.py | 61 def make_random_points(centers, num_points, max_offset=20): argument 65 np.random.randn(num_points, num_dims).astype(np.float32) * max_offset) 503 self.centers, self.num_points, max_offset=cluster_width)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 91 c->check_array ((const HBUINT8*)data_base (), 1, max_offset () - 1)))); in sanitize() 235 unsigned int max_offset () const in max_offset() function
|
/external/python/cpython3/Lib/test/ |
D | test_hashlib.py | 526 digest_size, max_offset): argument 581 constructor(node_offset=max_offset) 583 self.assertRaises(OverflowError, constructor, node_offset=max_offset+1)
|