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

1 2 3 4 5

  /external/fio/profiles/
tiobench.c 41 .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),
act.c 96 .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/fio/
options.c 1478 .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),
    [all...]
goptions.c 877 if (o->off1)
878 ullp = td_var(to, o, o->off1);
889 if (o->off1)
890 ullp = td_var(to, o, o->off1);
902 if (o->off1)
903 ip = td_var(to, o, o->off1);
912 if (o->off1)
913 ip = td_var(to, o, o->off1);
925 if (o->off1)
926 ip = td_var(to, o, o->off1);
    [all...]
parse.c 511 if (o->off1)
512 val_store(ilp, vp->oval, o->off1, vp->orval, data, o);
588 val_store(ilp, ull, o->off1, 0, data, o);
609 val_store(ullp, ull, o->off1, 0, data, o);
632 flp = td_var(data, o, o->off1);
656 flp = td_var(data, o, o->off1);
688 if (o->off1) {
689 cp = td_var(data, o, o->off1);
770 val_store(ilp, ul1, o->off1, 0, data, o);
837 val_store(ilp, il, o->off1, 0, data, o)
    [all...]
  /external/fio/engines/
cpu.c 23 .off1 = offsetof(struct cpu_options, cpuload),
32 .off1 = offsetof(struct cpu_options, cpucycle),
44 .off1 = offsetof(struct cpu_options, exit_io_done),
libhdfs.c 44 .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),
  /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/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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go 892 // match: (ADDconst [off1] (MOVDaddr [off2] {sym} ptr))
894 // result: (MOVDaddr [off1+off2] {sym} ptr)
896 off1 := v.AuxInt
905 v.AuxInt = off1 + off2
    [all...]
rewriteAMD64.go     [all...]
rewriteMIPS64.go     [all...]
rewriteMIPS.go     [all...]
rewrite386.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go 892 // match: (ADDconst [off1] (MOVDaddr [off2] {sym} ptr))
894 // result: (MOVDaddr [off1+off2] {sym} ptr)
896 off1 := v.AuxInt
905 v.AuxInt = off1 + off2
    [all...]
rewriteAMD64.go     [all...]
rewriteMIPS64.go     [all...]
rewriteMIPS.go     [all...]
rewrite386.go     [all...]
  /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/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdumpext_test.go 185 off1 := buf.Len()
198 Phoff: uint32(off1),
201 Ehsize: uint16(off1),
202 Phentsize: uint16(off2 - off1),
255 off1 := buf.Len()
268 Phoff: uint64(off1),
271 Ehsize: uint16(off1),
272 Phentsize: uint16(off2 - off1),
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdumpext_test.go 185 off1 := buf.Len()
198 Phoff: uint32(off1),
201 Ehsize: uint16(off1),
202 Phentsize: uint16(off2 - off1),
255 off1 := buf.Len()
268 Phoff: uint64(off1),
271 Ehsize: uint16(off1),
272 Phentsize: uint16(off2 - off1),
  /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))
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 310 // and return (off1 int, ok bool). If they return ok==false, they
311 // also return off1==len(msg), so that the next unpacker will
331 func packDomainName(s string, msg []byte, off int) (off1 int, ok bool) {
388 // we return off1 == the offset after the first pointer we found,
392 func unpackDomainName(msg []byte, off int) (s string, off1 int, ok bool) {
426 off1 = off
441 off1 = off
443 return s, off1, true
447 // returns off1 such that msg[off:off1] is the encoded data
    [all...]
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 310 // and return (off1 int, ok bool). If they return ok==false, they
311 // also return off1==len(msg), so that the next unpacker will
331 func packDomainName(s string, msg []byte, off int) (off1 int, ok bool) {
388 // we return off1 == the offset after the first pointer we found,
392 func unpackDomainName(msg []byte, off int) (s string, off1 int, ok bool) {
426 off1 = off
441 off1 = off
443 return s, off1, true
447 // returns off1 such that msg[off:off1] is the encoded data
    [all...]

Completed in 1717 milliseconds

1 2 3 4 5