Home
last modified time | relevance | path

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

12

/external/fio/
Doptions.c1478 .off1 = offsetof(struct thread_options, description),
1487 .off1 = offsetof(struct thread_options, name),
1496 .off1 = offsetof(struct thread_options, wait_for),
1505 .off1 = offsetof(struct thread_options, filename),
1516 .off1 = offsetof(struct thread_options, directory),
1526 .off1 = offsetof(struct thread_options, filename_format),
1537 .off1 = offsetof(struct thread_options, unique_filename),
1547 .off1 = offsetof(struct thread_options, file_lock_mode),
1575 .off1 = offsetof(struct thread_options, opendir),
1587 .off1 = offsetof(struct thread_options, td_ddir),
[all …]
Dgoptions.c877 if (o->off1) in gopt_set_option()
878 ullp = td_var(to, o, o->off1); in gopt_set_option()
889 if (o->off1) in gopt_set_option()
890 ullp = td_var(to, o, o->off1); in gopt_set_option()
902 if (o->off1) in gopt_set_option()
903 ip = td_var(to, o, o->off1); in gopt_set_option()
912 if (o->off1) in gopt_set_option()
913 ip = td_var(to, o, o->off1); in gopt_set_option()
925 if (o->off1) in gopt_set_option()
926 ip = td_var(to, o, o->off1); in gopt_set_option()
[all …]
Dparse.c511 if (o->off1) in __handle_option()
512 val_store(ilp, vp->oval, o->off1, vp->orval, data, o); in __handle_option()
588 val_store(ilp, ull, o->off1, 0, data, o); in __handle_option()
609 val_store(ullp, ull, o->off1, 0, data, o); in __handle_option()
632 flp = td_var(data, o, o->off1); in __handle_option()
656 flp = td_var(data, o, o->off1); in __handle_option()
688 if (o->off1) { in __handle_option()
689 cp = td_var(data, o, o->off1); in __handle_option()
770 val_store(ilp, ul1, o->off1, 0, data, o); in __handle_option()
837 val_store(ilp, il, o->off1, 0, data, o); in __handle_option()
[all …]
Dparse.h48 unsigned int off1; /* potential parameters */ member
/external/fio/profiles/
Dtiobench.c41 .off1 = offsetof(struct tiobench_options, size),
50 .off1 = offsetof(struct tiobench_options, bs),
60 .off1 = offsetof(struct tiobench_options, loops),
69 .off1 = offsetof(struct tiobench_options, dir),
78 .off1 = offsetof(struct tiobench_options, nthreads),
Dact.c96 .off1 = offsetof(struct act_options, device_names),
105 .off1 = offsetof(struct act_options, load),
115 .off1 = offsetof(struct act_options, test_duration),
125 .off1 = offsetof(struct act_options, threads_per_queue),
135 .off1 = offsetof(struct act_options, num_read_blocks),
145 .off1 = offsetof(struct act_options, write_size),
155 .off1 = offsetof(struct act_options, prep),
/external/libavc/common/
Dih264_inter_pred_filters.c538 WORD32 off1, off2, off3; in ih264_inter_pred_luma_vert_qpel() local
543 off1 = src_strd; in ih264_inter_pred_luma_vert_qpel()
545 off3 = off1 + off2; in ih264_inter_pred_luma_vert_qpel()
559 - (pu1_src[-off1] + pu1_src[off2]) in ih264_inter_pred_luma_vert_qpel()
560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2) in ih264_inter_pred_luma_vert_qpel()
561 + ((pu1_src[0] + pu1_src[off1]) << 4); in ih264_inter_pred_luma_vert_qpel()
623 WORD32 off1, off2, off3; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local
628 off1 = src_strd; in ih264_inter_pred_luma_horz_qpel_vert_qpel()
630 off3 = off1 + off2; in ih264_inter_pred_luma_horz_qpel_vert_qpel()
646 - (pu1_pred_vert[-off1] + pu1_pred_vert[off2]) in ih264_inter_pred_luma_horz_qpel_vert_qpel()
[all …]
/external/fio/engines/
Dlibhdfs.c44 .off1 = offsetof(struct hdfsio_options, host),
54 .off1 = offsetof(struct hdfsio_options, host),
64 .off1 = offsetof(struct hdfsio_options, port),
76 .off1 = offsetof(struct hdfsio_options, directory),
87 .off1 = offsetof(struct hdfsio_options, chunck_size),
97 .off1 = offsetof(struct hdfsio_options, single_instance),
107 .off1 = offsetof(struct hdfsio_options, use_direct),
Dcpu.c23 .off1 = offsetof(struct cpu_options, cpuload),
32 .off1 = offsetof(struct cpu_options, cpucycle),
44 .off1 = offsetof(struct cpu_options, exit_io_done),
Drbd.c57 .off1 = offsetof(struct rbd_options, cluster_name),
66 .off1 = offsetof(struct rbd_options, rbd_name),
75 .off1 = offsetof(struct rbd_options, pool_name),
84 .off1 = offsetof(struct rbd_options, client_name),
93 .off1 = offsetof(struct rbd_options, busy_poll),
Dnet.c91 .off1 = offsetof(struct netio_options, port),
103 .off1 = offsetof(struct netio_options, proto),
140 .off1 = offsetof(struct netio_options, nodelay),
150 .off1 = offsetof(struct netio_options, listen),
159 .off1 = offsetof(struct netio_options, pingpong),
168 .off1 = offsetof(struct netio_options, intfc),
177 .off1 = offsetof(struct netio_options, ttl),
189 .off1 = offsetof(struct netio_options, window_size),
201 .off1 = offsetof(struct netio_options, mss),
De4defrag.c50 .off1 = offsetof(struct e4defrag_options, donor_name),
59 .off1 = offsetof(struct e4defrag_options, inplace),
Dglusterfs.c17 .off1 = offsetof(struct gf_options, gf_vol),
26 .off1 = offsetof(struct gf_options, gf_brick),
/external/libhevc/common/arm/
Dihevc_weighted_pred_bi.s113 @ word32 off1,
130 @ r9 => off1
173 ldr r9,[sp,#off1_offset] @load off1
174 add r5,r7,r9 @off0 + off1
176 add r5,r5,#1 @off0 + off1 + 1
179 lsl r5,r5,r14 @((off0 + off1 + 1) << (shift - 1))
181 add r4,r4,r5 @tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1))
/external/pdfium/third_party/freetype/src/cff/
Dcffload.c482 FT_ULong off1, off2 = 0; in cff_index_access_element() local
494 off1 = cff_index_read_offset( idx, &error ); in cff_index_access_element()
498 if ( off1 != 0 ) in cff_index_access_element()
510 off1 = idx->offsets[element]; in cff_index_access_element()
511 if ( off1 ) in cff_index_access_element()
535 if ( off1 && off2 > off1 ) in cff_index_access_element()
537 *pbyte_len = off2 - off1; in cff_index_access_element()
542 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
547 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) || in cff_index_access_element()
548 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
/external/pdfium/third_party/freetype/src/cid/
Dcidgload.c103 FT_ULong off1; in cid_load_glyph() local
113 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); in cid_load_glyph()
115 glyph_length = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ) - off1; in cid_load_glyph()
127 if ( FT_STREAM_READ_AT( cid->data_offset + off1, in cid_load_glyph()
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dwideloads.ll30 %off1 = inttoptr i32 %off1addr to i8*
31 %contents = load i8, i8* %off1, align 1
/external/llvm/test/CodeGen/ARM/
Dvldm-liveness.ll27 %off1 = getelementptr float, float* %ptr, i32 1
28 %val1 = load float, float* %off1
/external/llvm/test/CodeGen/SystemZ/
Dunaligned-01.ll15 %off1 = getelementptr i8, i8 *%ptr, i64 1
19 store i8 1, i8 *%off1
/external/freetype/src/cff/
Dcffload.c509 FT_ULong off1, off2 = 0; in cff_index_access_element() local
521 off1 = cff_index_read_offset( idx, &error ); in cff_index_access_element()
525 if ( off1 != 0 ) in cff_index_access_element()
537 off1 = idx->offsets[element]; in cff_index_access_element()
538 if ( off1 ) in cff_index_access_element()
562 if ( off1 && off2 > off1 ) in cff_index_access_element()
564 *pbyte_len = off2 - off1; in cff_index_access_element()
569 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
574 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) || in cff_index_access_element()
575 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
/external/valgrind/coregrind/m_debuginfo/
Dimage.c1138 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2) in ML_()
1140 ensure_valid(img, off1, 1, "ML_(img_strcmp)(first arg)"); in ML_()
1143 UChar c1 = get(img, off1); in ML_()
1148 off1++; off2++; in ML_()
1152 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2) in ML_()
1154 ensure_valid(img, off1, 1, "ML_(img_strcmp_c)"); in ML_()
1156 UChar c1 = get(img, off1); in ML_()
1161 off1++; str2++; in ML_()
/external/libhevc/common/
Dihevc_weighted_pred.c301 WORD32 off1, in ihevc_weighted_pred_bi() argument
317 i4_tmp += (off0 + off1 + 1) << (shift - 1); in ihevc_weighted_pred_bi()
/external/webp/src/enc/
Dpicture_psnr_enc.c95 const int off1 = x - VP8_SSIM_KERNEL + (y - VP8_SSIM_KERNEL) * src_stride; in AccumulateSSIM() local
97 sum += VP8SSIMGet(src + off1, src_stride, ref + off2, ref_stride); in AccumulateSSIM()
/external/elfutils/libcpu/
Di386_parse.y125 int off1; member
839 if (instr->operands[n].off1 == 0) in fillin_arg()
840 instr->operands[n].off1 = bitoff; in fillin_arg()
940 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1); in find_numbers()
944 if (runp->operands[i].off1 > 0) in find_numbers()
945 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1); in find_numbers()
1233 MAX (0, instr->operands[i].off1 - minoff[i][0])); in instrtable_out()
/external/elfutils/src/
Delfcmp.c415 size_t off1 = 0; in main() local
419 while (off1 < data1->d_size in main()
420 && (off1 = gelf_getnote (data1, off1, &note1, in main()

12