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

1 2 3 4

  /external/fio/
options.c 1279 .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 = 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...]
  /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),
  /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))
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 137 uint32_t off1 = 0x1234; local
138 patcher_.SetOffset(ref1, off1);
139 EXPECT_EQ(off1, patcher_.GetOffset(ref1));
144 EXPECT_EQ(off1 + adjustment1 - adjustment2, patcher_.GetOffset(ref1));
149 EXPECT_EQ(off1 + adjustment1 - adjustment2, patcher_.GetOffset(ref1));
154 EXPECT_EQ(off1 + adjustment1 - adjustment3, patcher_.GetOffset(ref1));
  /external/clang/test/Driver/
clang-exception-flags.cpp 15 // RUN: %clang -### -fno-exceptions %s 2>&1 | FileCheck %s -check-prefix=OFF1
16 // OFF1-NOT: "-cc1" {{.*}} "-fcxx-exceptions"
  /external/llvm/test/CodeGen/ARM/
vldm-liveness.ll 27 %off1 = getelementptr float, float* %ptr, i32 1
28 %val1 = load float, float* %off1
  /external/llvm/test/CodeGen/SystemZ/
unaligned-01.ll 15 %off1 = getelementptr i8, 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);
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
objdumpext_test.go 186 off1 := buf.Len()
199 Phoff: uint32(off1),
202 Ehsize: uint16(off1),
203 Phentsize: uint16(off2 - off1),
256 off1 := buf.Len()
269 Phoff: uint64(off1),
272 Ehsize: uint16(off1),
273 Phentsize: uint16(off2 - off1),
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
objdumpext_test.go 186 off1 := buf.Len()
199 Phoff: uint32(off1),
202 Ehsize: uint16(off1),
203 Phentsize: uint16(off2 - off1),
256 off1 := buf.Len()
269 Phoff: uint64(off1),
272 Ehsize: uint16(off1),
273 Phentsize: uint16(off2 - off1),
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 377 // and return (off1 int, ok bool). If they return ok==false, they
378 // also return off1==len(msg), so that the next unpacker will
403 func packDomainName(s string, msg []byte, off int) (off1 int, ok bool) {
448 // we return off1 == the offset after the first pointer we found,
452 func unpackDomainName(msg []byte, off int) (s string, off1 int, ok bool) {
486 off1 = off
498 off1 = off
500 return s, off1, true
504 // returns off1 such that msg[off:off1] is the encoded data
    [all...]
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 377 // and return (off1 int, ok bool). If they return ok==false, they
378 // also return off1==len(msg), so that the next unpacker will
403 func packDomainName(s string, msg []byte, off int) (off1 int, ok bool) {
448 // we return off1 == the offset after the first pointer we found,
452 func unpackDomainName(msg []byte, off int) (s string, off1 int, ok bool) {
486 off1 = off
498 off1 = off
500 return s, off1, true
504 // returns off1 such that msg[off:off1] is the encoded data
    [all...]
  /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
  /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])
  /prebuilts/go/darwin-x86/src/time/
genzabbrs.go 34 abbr1, off1 := t.Zone()
39 if off2-off1 < 0 { // southern hemisphere
  /prebuilts/go/linux-x86/src/time/
genzabbrs.go 34 abbr1, off1 := t.Zone()
39 if off2-off1 < 0 { // southern hemisphere
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
objdumpext_test.go 202 off1 := buf.Len()
215 Phoff: uint32(off1),
218 Ehsize: uint16(off1),
219 Phentsize: uint16(off2 - off1),
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
objdumpext_test.go 202 off1 := buf.Len()
215 Phoff: uint32(off1),
218 Ehsize: uint16(off1),
219 Phentsize: uint16(off2 - off1),
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidgload.c 103 FT_ULong off1, off2; local
113 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes );
120 off1 > off2 )
127 glyph_length = off2 - off1;
132 if ( FT_STREAM_READ_AT( cid->data_offset + off1,
  /external/libavc/common/
ih264_inter_pred_filters.c 538 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 + off2
    [all...]

Completed in 841 milliseconds

1 2 3 4