Searched refs:off1 (Results 1 - 25 of 40) sorted by relevance

12

/external/fio/profiles/
H A Dtiobench.c40 .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),
H A Dact.c95 .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/
H A Doptions.c1279 .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
4181 find_next_opt(struct thread_options *o, struct fio_option *from, unsigned int off1) argument
4214 __fio_option_is_set(struct thread_options *o, unsigned int off1) argument
[all...]
H A Dgoptions.c876 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...]
H A Dparse.c487 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,
[all...]
H A Dparse.h46 unsigned int off1; /* potential parameters */ member in struct:fio_option
/external/fio/engines/
H A Dcpu.c22 .off1 = offsetof(struct cpu_options, cpuload),
31 .off1 = offsetof(struct cpu_options, cpucycle),
43 .off1 = offsetof(struct cpu_options, exit_io_done),
H A Drbd.c41 .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),
H A De4defrag.c48 .off1 = offsetof(struct e4defrag_options, donor_name),
56 .off1 = offsetof(struct e4defrag_options, inplace),
H A Dglusterfs.c16 .off1 = offsetof(struct gf_options, gf_vol),
25 .off1 = offsetof(struct gf_options, gf_brick),
H A Dnet.c90 .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),
/external/libavc/common/
H A Dih264_inter_pred_filters.c538 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
[all...]
/external/libhevc/common/arm/
H A Dihevc_weighted_pred_bi.s49 @* 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))
H A Dihevc_weighted_pred_neon_intr.c340 * 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
395 ihevc_weighted_pred_bi_neonintr(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.c482 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
[all...]
/external/pdfium/third_party/freetype/src/cid/
H A Dcidgload.c103 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,
/external/libhevc/common/
H A Dihevc_weighted_pred.c237 * 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
292 ihevc_weighted_pred_bi(WORD16 *pi2_src1, WORD16 *pi2_src2, UWORD8 *pu1_dst, WORD32 src_strd1, WORD32 src_strd2, WORD32 dst_strd, WORD32 wgt0, WORD32 off0, WORD32 wgt1, WORD32 off1, WORD32 shift, WORD32 lvl_shift1, WORD32 lvl_shift2, WORD32 ht, WORD32 wd) argument
H A Dihevc_weighted_pred.h71 WORD32 off1,
/external/webp/src/enc/
H A Dpicture_psnr_enc.c95 const int off1 = x - VP8_SSIM_KERNEL + (y - VP8_SSIM_KERNEL) * src_stride; local
97 sum += VP8SSIMGet(src + off1, src_stride, ref + off2, ref_stride);
/external/freetype/src/cff/
H A Dcffload.c509 FT_ULong off1, off2 = 0; local
521 off1 = cff_index_read_offset( idx, &error );
525 if ( off1 != 0 )
537 off1 = idx->offsets[element];
538 if ( off1 )
562 if ( off1 && off2 > off1 )
564 *pbyte_len = off2 - off1;
569 *pbytes = idx->bytes + off1 - 1;
574 if ( FT_STREAM_SEEK( idx->data_offset + off1
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c888 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2) argument
890 ensure_valid(img, off1, 1, "ML_(img_strcmp)(first arg)");
893 UChar c1 = get(img, off1);
898 off1++; off2++;
902 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2) argument
904 ensure_valid(img, off1, 1, "ML_(img_strcmp_c)");
906 UChar c1 = get(img, off1);
911 off1++; str2++;
H A Dpriv_image.h106 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/libcpu/
H A Di386_parse.y125 int off1;
839 if (instr->operands[n].off1 == 0)
840 instr->operands[n].off1 = bitoff;
940 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1);
944 if (runp->operands[i].off1 > 0)
945 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1);
1011 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]);
1233 MAX (0, instr->operands[i].off1 - minoff[i][0]));
/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersFuzzTests.cs473 var off1 = builder.EndObject();
474 builder.Finish(off1);
/external/elfutils/src/
H A Delfcmp.c415 size_t off1 = 0; local
419 while (off1 < data1->d_size
420 && (off1 = gelf_getnote (data1, off1, &note1,

Completed in 429 milliseconds

12