/external/fio/ |
D | 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 …]
|
D | goptions.c | 876 if (o->off1) in gopt_set_option() 877 ullp = td_var(to, o, o->off1); in gopt_set_option() 888 if (o->off1) in gopt_set_option() 889 ullp = td_var(to, o, o->off1); in gopt_set_option() 901 if (o->off1) in gopt_set_option() 902 ip = td_var(to, o, o->off1); in gopt_set_option() 911 if (o->off1) in gopt_set_option() 912 ip = td_var(to, o, o->off1); in gopt_set_option() 924 if (o->off1) in gopt_set_option() 925 ip = td_var(to, o, o->off1); in gopt_set_option() [all …]
|
D | parse.c | 445 if (o->off1) in __handle_option() 446 val_store(ilp, vp->oval, o->off1, vp->orval, data, o); in __handle_option() 514 val_store(ilp, ull, o->off1, 0, data, o); in __handle_option() 535 val_store(ullp, ull, o->off1, 0, data, o); in __handle_option() 558 flp = td_var(data, o, o->off1); in __handle_option() 582 flp = td_var(data, o, o->off1); in __handle_option() 614 if (o->off1) { in __handle_option() 615 cp = td_var(data, o, o->off1); in __handle_option() 695 val_store(ilp, ul1, o->off1, 0, data, o); in __handle_option() 762 val_store(ilp, il, o->off1, 0, data, o); in __handle_option() [all …]
|
D | parse.h | 46 unsigned int off1; /* potential parameters */ member
|
/external/fio/profiles/ |
D | 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),
|
D | 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/engines/ |
D | 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),
|
D | 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),
|
D | e4defrag.c | 48 .off1 = offsetof(struct e4defrag_options, donor_name), 56 .off1 = offsetof(struct e4defrag_options, inplace),
|
D | 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),
|
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_bi.s | 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/chromium_org/third_party/freetype/src/cff/ |
D | cffload.c | 482 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/freetype/src/cff/ |
D | cffload.c | 482 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/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
D | cffload.c | 482 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/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/ |
D | cidgload.c | 103 FT_ULong off1; in cid_load_glyph() local 113 off1 = (FT_ULong)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/llvm/test/CodeGen/ARM/ |
D | vldm-liveness.ll | 27 %off1 = getelementptr float* %ptr, i32 1 28 %val1 = load float* %off1
|
/external/llvm/test/CodeGen/SystemZ/ |
D | unaligned-01.ll | 15 %off1 = getelementptr i8 *%ptr, i64 1 19 store i8 1, i8 *%off1
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | image.c | 861 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2) in ML_() 863 ensure_valid(img, off1, 1, "ML_(img_strcmp)(first arg)"); in ML_() 866 UChar c1 = get(img, off1); in ML_() 871 off1++; off2++; in ML_() 875 Int ML_(img_strcmp_c)(DiImage* img, DiOffT off1, const HChar* str2) in ML_() 877 ensure_valid(img, off1, 1, "ML_(img_strcmp_c)"); in ML_() 879 UChar c1 = get(img, off1); in ML_() 884 off1++; str2++; in ML_()
|
D | 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/libhevc/common/ |
D | ihevc_weighted_pred.c | 301 WORD32 off1, in ihevc_weighted_pred_bi() argument 317 i4_tmp += (off0 + off1 + 1) << (shift - 1); in ihevc_weighted_pred_bi()
|
D | ihevc_weighted_pred.h | 71 WORD32 off1,
|
/external/elfutils/0.153/src/ |
D | elfcmp.c | 416 size_t off1 = 0; in main() local 420 while (off1 < data1->d_size in main() 421 && (off1 = gelf_getnote (data1, off1, ¬e1, in main()
|
/external/elfutils/0.153/libcpu/ |
D | i386_parse.y | 122 int off1; member 836 if (instr->operands[n].off1 == 0) in fillin_arg() 837 instr->operands[n].off1 = bitoff; in fillin_arg() 937 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1); in find_numbers() 941 if (runp->operands[i].off1 > 0) in find_numbers() 942 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1); in find_numbers() 1230 MAX (0, instr->operands[i].off1 - minoff[i][0])); in instrtable_out()
|
D | i386_parse.c | 199 int off1; member 2548 if (instr->operands[n].off1 == 0) in fillin_arg() 2549 instr->operands[n].off1 = bitoff; in fillin_arg() 2649 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1); in find_numbers() 2653 if (runp->operands[i].off1 > 0) in find_numbers() 2654 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1); in find_numbers() 2942 MAX (0, instr->operands[i].off1 - minoff[i][0])); in instrtable_out()
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
D | ghash-x86.pl | 638 my ($off1,$off2,$i) = (0,0,); 653 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17); 655 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17); 666 $off1 += 8 if ($i>0);
|