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

1 2

  /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.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...]
parse.h 46 unsigned int off1; /* potential parameters */ member in struct:fio_option
  /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/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),
e4defrag.c 48 .off1 = offsetof(struct e4defrag_options, donor_name),
56 .off1 = offsetof(struct e4defrag_options, inplace),
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),
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/clang/test/Driver/
clang-exception-flags.cpp 13 // RUN: %clang -### -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF1
14 // OFF1-NOT: "-cc1" {{.*}} "-fcxx-exceptions"
  /external/llvm/test/CodeGen/PowerPC/
ppcf128-endian.ll 96 ; CHECK: stfd 1, [[OFF1:.*]](1)
98 ; CHECK: ld 3, [[OFF1]](1)
108 ; CHECK: std 3, [[OFF1:.*]](1)
110 ; CHECK: lfd 1, [[OFF1]](1)
122 ; CHECK: std 3, [[OFF1:.*]](1)
124 ; CHECK: lfd 1, [[OFF1]](1)
  /external/libhevc/common/arm64/
ihevc_weighted_pred_bi.s 49 //* off1 + 1) << (shift - 1) ) >> shift
78 //* //param[in] off1
113 // word32 off1,
130 // x9 => off1
175 mov x21,x9 // off1 60
191 mov x9,x21 //load off1
192 add x5,x7,x9 //off0 + off1
194 add x5,x5,#1 //off0 + off1 + 1
197 lsl x5,x5,x14 //((off0 + off1 + 1) << (shift - 1))
199 add x4,x4,x5 //tmp_lvl_shift += ((off0 + off1 + 1) << (shift - 1)
    [all...]
  /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/llvm/test/CodeGen/ARM/
vldm-liveness.ll 27 %off1 = getelementptr float* %ptr, i32 1
28 %val1 = load float* %off1
  /external/llvm/test/CodeGen/SystemZ/
unaligned-01.ll 15 %off1 = getelementptr i8 *%ptr, i64 1
19 store i8 1, i8 *%off1
  /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/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,
  /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/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/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...]

Completed in 1884 milliseconds

1 2