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

1 2 3

  /external/fio/profiles/
tiobench.c 40 .off1 = offsetof(struct tiobench_options, size),
49 .off1 = offsetof(struct tiobench_options, bs),
59 .off1 = offsetof(struct tiobench_options, loops),
68 .off1 = offsetof(struct tiobench_options, dir),
77 .off1 = offsetof(struct tiobench_options, nthreads),
act.c 95 .off1 = offsetof(struct act_options, device_names),
104 .off1 = offsetof(struct act_options, load),
114 .off1 = offsetof(struct act_options, test_duration),
124 .off1 = offsetof(struct act_options, threads_per_queue),
134 .off1 = offsetof(struct act_options, num_read_blocks),
144 .off1 = offsetof(struct act_options, write_size),
154 .off1 = offsetof(struct act_options, prep),
  /external/fio/
options.c 1279 .off1 = td_var_offset(description),
1288 .off1 = td_var_offset(name),
1297 .off1 = td_var_offset(filename),
1308 .off1 = td_var_offset(directory),
1317 .off1 = td_var_offset(filename_format),
1328 .off1 = td_var_offset(file_lock_mode),
1356 .off1 = td_var_offset(opendir),
1368 .off1 = td_var_offset(td_ddir),
1417 .off1 = td_var_offset(rw_seq),
1438 .off1 = td_var_offset(ioengine)
    [all...]
goptions.c 876 if (o->off1)
877 ullp = td_var(to, o, o->off1);
888 if (o->off1)
889 ullp = td_var(to, o, o->off1);
901 if (o->off1)
902 ip = td_var(to, o, o->off1);
911 if (o->off1)
912 ip = td_var(to, o, o->off1);
924 if (o->off1)
925 ip = td_var(to, o, o->off1);
    [all...]
parse.c 487 if (o->off1)
488 val_store(ilp, vp->oval, o->off1, vp->orval, data, o);
560 val_store(ilp, ull, o->off1, 0, data, o);
581 val_store(ullp, ull, o->off1, 0, data, o);
604 flp = td_var(data, o, o->off1);
628 flp = td_var(data, o, o->off1);
660 if (o->off1) {
661 cp = td_var(data, o, o->off1);
742 val_store(ilp, ul1, o->off1, 0, data, o);
809 val_store(ilp, il, o->off1, 0, data, o)
    [all...]
parse.h 46 unsigned int off1; /* potential parameters */ member in struct:fio_option
  /external/fio/engines/
cpu.c 22 .off1 = offsetof(struct cpu_options, cpuload),
31 .off1 = offsetof(struct cpu_options, cpucycle),
43 .off1 = offsetof(struct cpu_options, exit_io_done),
rbd.c 41 .off1 = offsetof(struct rbd_options, rbd_name),
50 .off1 = offsetof(struct rbd_options, pool_name),
59 .off1 = offsetof(struct rbd_options, client_name),
68 .off1 = offsetof(struct rbd_options, busy_poll),
e4defrag.c 48 .off1 = offsetof(struct e4defrag_options, donor_name),
56 .off1 = offsetof(struct e4defrag_options, inplace),
glusterfs.c 16 .off1 = offsetof(struct gf_options, gf_vol),
25 .off1 = offsetof(struct gf_options, gf_brick),
net.c 90 .off1 = offsetof(struct netio_options, port),
102 .off1 = offsetof(struct netio_options, proto),
138 .off1 = offsetof(struct netio_options, nodelay),
148 .off1 = offsetof(struct netio_options, listen),
156 .off1 = offsetof(struct netio_options, pingpong),
165 .off1 = offsetof(struct netio_options, intfc),
174 .off1 = offsetof(struct netio_options, ttl),
186 .off1 = offsetof(struct netio_options, window_size),
198 .off1 = offsetof(struct netio_options, mss),
  /frameworks/base/core/java/android/text/
Selection.java 425 int off1, int off2) {
426 int line1 = layout.getLineForOffset(off1);
432 float h1 = layout.getPrimaryHorizontal(off1);
439 return off1;
446 return off1;
457 int line = layout.getLineForOffset(off1);
461 return Math.max(off1, off2);
463 return Math.min(off1, off2);
  /external/libavc/common/
ih264_inter_pred_filters.c 538 WORD32 off1, off2, off3; local
543 off1 = src_strd;
545 off3 = off1 + off2;
559 - (pu1_src[-off1] + pu1_src[off2])
560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2)
561 + ((pu1_src[0] + pu1_src[off1]) << 4);
623 WORD32 off1, off2, off3; local
628 off1 = src_strd;
630 off3 = off1 + off2
    [all...]
  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 91 public static boolean isEqual(byte[] b1, int off1, byte[] b2, int off2,
94 if (b1[i + off1] != b2[i + off2])
  /external/libhevc/common/arm/
ihevc_weighted_pred_bi.s 49 @* off1 + 1) << (shift - 1) ) >> shift
78 @* @param[in] off1
113 @ word32 off1,
130 @ r9 => off1
160 ldr r9,[sp,#60] @load off1
161 add r5,r7,r9 @off0 + off1
163 add r5,r5,#1 @off0 + off1 + 1
166 lsl r5,r5,r14 @((off0 + off1 + 1) << (shift - 1))
168 add r4,r4,r5 @tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1))
  /external/webp/src/enc/
picture_csp.c 465 const int off1 = j * rgb_stride; local
466 const int off2 = off1 + rgb_stride;
471 ImportOneRow(r_ptr + off1, g_ptr + off1, b_ptr + off1,
903 const int off1 = (2 * y + 0) * rgb_stride; local
    [all...]
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 137 uint32_t off1 = 0x1234; local
138 patcher_.SetOffset(ref1, off1);
139 EXPECT_EQ(off1, patcher_.GetOffset(ref1));
144 EXPECT_EQ(off1 + adjustment1 - adjustment2, patcher_.GetOffset(ref1));
149 EXPECT_EQ(off1 + adjustment1 - adjustment2, patcher_.GetOffset(ref1));
154 EXPECT_EQ(off1 + adjustment1 - adjustment3, patcher_.GetOffset(ref1));
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidgload.c 103 FT_ULong off1, off2; local
113 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
120 off1 > off2 )
127 glyph_length = off2 - off1;
132 if ( FT_STREAM_READ_AT( cid->data_offset + off1,
  /external/freetype/src/cff/
cffload.c 487 FT_ULong off1, off2 = 0; local
499 off1 = cff_index_read_offset( idx, &error );
503 if ( off1 != 0 )
515 off1 = idx->offsets[element];
516 if ( off1 )
540 if ( off1 && off2 > off1 )
542 *pbyte_len = off2 - off1;
547 *pbytes = idx->bytes + off1 - 1;
552 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffload.c 482 FT_ULong off1, off2 = 0; local
494 off1 = cff_index_read_offset( idx, &error );
498 if ( off1 != 0 )
510 off1 = idx->offsets[element];
511 if ( off1 )
535 if ( off1 && off2 > off1 )
537 *pbyte_len = off2 - off1;
542 *pbytes = idx->bytes + off1 - 1;
547 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 482 FT_ULong off1, off2 = 0; local
494 off1 = cff_index_read_offset( idx, &error );
498 if ( off1 != 0 )
510 off1 = idx->offsets[element];
511 if ( off1 )
535 if ( off1 && off2 > off1 )
537 *pbyte_len = off2 - off1;
542 *pbytes = idx->bytes + off1 - 1;
547 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) |
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidgload.c 103 FT_ULong off1; local
113 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
115 glyph_length = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ) - off1;
127 if ( FT_STREAM_READ_AT( cid->data_offset + off1,
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Matrix.java 168 public void mult3(float[] src, int off1, float[] dest, int off2) {
173 sum += m[col + j] * src[j + off1];
181 sum += m[col + j] * src[j + off1];
190 sum += m[col + j] * src[j + off1];
  /external/libhevc/common/
ihevc_weighted_pred.c 237 * off1 + 1) << (shift - 1) ) >> shift
266 * @param[in] off1
301 WORD32 off1,
317 i4_tmp += (off0 + off1 + 1) << (shift - 1);
338 * off1 + 1) << (shift - 1) ) >> shift
367 * @param[in] off1
  /toolchain/binutils/binutils-2.25/ld/emultempl/
spu_ovl.S 39 #define off1 reserved2 define
139 shli off1, ovl, 4 # 0,4 4
146 lqx vma, tab1, off1 # 1,6 8

Completed in 1527 milliseconds

1 2 3