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

1 2

  /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 1276 .off1 = td_var_offset(description),
1285 .off1 = td_var_offset(name),
1294 .off1 = td_var_offset(filename),
1305 .off1 = td_var_offset(directory),
1314 .off1 = td_var_offset(filename_format),
1325 .off1 = td_var_offset(file_lock_mode),
1354 .off1 = td_var_offset(opendir),
1366 .off1 = td_var_offset(td_ddir),
1415 .off1 = td_var_offset(rw_seq),
1436 .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.h 46 unsigned int off1; /* potential parameters */ member in struct:fio_option
parse.c 445 if (o->off1)
446 val_store(ilp, vp->oval, o->off1, vp->orval, data, o);
514 val_store(ilp, ull, o->off1, 0, data, o);
535 val_store(ullp, ull, o->off1, 0, data, o);
558 flp = td_var(data, o, o->off1);
582 flp = td_var(data, o, o->off1);
614 if (o->off1) {
615 cp = td_var(data, o, o->off1);
695 val_store(ilp, ul1, o->off1, 0, data, o);
762 val_store(ilp, il, o->off1, 0, data, o)
    [all...]
  /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 37 .off1 = offsetof(struct rbd_options, rbd_name),
46 .off1 = offsetof(struct rbd_options, pool_name),
55 .off1 = offsetof(struct rbd_options, client_name),
e4defrag.c 48 .off1 = offsetof(struct e4defrag_options, donor_name),
56 .off1 = offsetof(struct e4defrag_options, inplace),
net.c 77 .off1 = offsetof(struct netio_options, port),
89 .off1 = offsetof(struct netio_options, proto),
125 .off1 = offsetof(struct netio_options, nodelay),
135 .off1 = offsetof(struct netio_options, listen),
143 .off1 = offsetof(struct netio_options, pingpong),
152 .off1 = offsetof(struct netio_options, intfc),
161 .off1 = offsetof(struct netio_options, ttl),
libaio.c 34 .off1 = offsetof(struct libaio_options, userspace_reap),
  /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);
  /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))
ihevc_weighted_pred_neon_intr.c 340 * off1 + 1) << (shift - 1) ) >> shift
369 * @param[in] off1
404 WORD32 off1,
432 tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1));
505 * off1 + 1) << (shift - 1) ) >> shift
534 * @param[in] off1
  /external/chromium_org/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/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/core/src/fxge/fx_freetype/fxft2.5.01/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/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidgload.c 103 FT_ULong off1; local
113 off1 = (FT_ULong)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,
  /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
ihevc_weighted_pred.h 71 WORD32 off1,
  /external/valgrind/main/coregrind/m_debuginfo/
image.c 861 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2)
863 ensure_valid(img, off1, 1, "ML_(img_strcmp)(first arg)");
866 UChar c1 = get(img, off1);
871 off1++; off2++;
875 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2)
877 ensure_valid(img, off1, 1, "ML_(img_strcmp_c)");
879 UChar c1 = get(img, off1);
884 off1++; str2++;
    [all...]
priv_image.h 106 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2);
110 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2);
  /external/elfutils/0.153/libcpu/
i386_parse.y 122 int off1;
836 if (instr->operands[n].off1 == 0)
837 instr->operands[n].off1 = bitoff;
937 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1);
941 if (runp->operands[i].off1 > 0)
942 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1);
1008 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]);
1230 MAX (0, instr->operands[i].off1 - minoff[i][0]));
    [all...]
  /external/elfutils/0.153/src/
elfcmp.c 416 size_t off1 = 0; local
420 while (off1 < data1->d_size
421 && (off1 = gelf_getnote (data1, off1, &note1,

Completed in 1448 milliseconds

1 2