HomeSort by relevance Sort by last modified time
    Searched refs:io1 (Results 1 - 9 of 9) sorted by null

  /external/libxml2/doc/examples/
Makefile.am 37 io1.res \
53 io1 \
69 io1_SOURCES = io1.c
106 @$(CHECKER) ./io1 > io1.tmp && diff io1.tmp $(srcdir)/io1.res
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct8x8_add_neon.c 73 int32x4_t *const io1, int32x4_t *const io2, int32x4_t *const io3,
78 transpose_s32_4x4(io0, io1, io2, io3);
81 step1[4] = vmulq_lane_s32(*io1, vget_high_s32(cospis1), 1);
84 step1[7] = vmulq_lane_s32(*io1, vget_low_s32(cospis1), 0);
117 *io1 = vaddq_s32(step1[1], step1[6]);
128 int32x4_t *const io1, int32x4_t *const io2, int32x4_t *const io3,
137 transpose_s32_4x4(io0, io1, io2, io3);
140 input1l = vget_low_s32(*io1);
141 input1h = vget_high_s32(*io1);
217 *io1 = vaddq_s32(step1[1], step1[6])
    [all...]
highbd_idct_neon.h 168 int32x4_t *const io1, int32x4_t *const io2, int32x4_t *const io3,
173 transpose_s32_8x4(io0, io1, io2, io3, io4, io5, io6, io7);
176 step1[4] = vmulq_lane_s32(*io1, vget_high_s32(cospis1), 1);
179 step1[7] = vmulq_lane_s32(*io1, vget_low_s32(cospis1), 0);
225 *io1 = vaddq_s32(step1[1], step1[6]);
236 int32x4_t *const io1, int32x4_t *const io2, int32x4_t *const io3,
246 transpose_s32_8x4(io0, io1, io2, io3, io4, io5, io6, io7);
249 input1l = vget_low_s32(*io1);
250 input1h = vget_high_s32(*io1);
353 *io1 = vaddq_s32(step1[1], step1[6])
    [all...]
  /build/blueprint/
ninja_writer_test.go 52 ck(w.Build("foo comment", "foo", []string{"o1", "o2"}, []string{"io1", "io2"},
55 output: "# foo comment\nbuild o1 o2 | io1 io2: foo e1 e2 | i1 i2 || oo1 oo2\n",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 241 { const TValue *io2=(obj2); TValue *io1=(obj1); \
242 io1->value_ = io2->value_; io1->tt_ = io2->tt_; \
243 checkliveness(G(L),io1); }
  /external/u-boot/arch/arm/include/asm/arch-omap3/
omap.h 48 unsigned int io1; /* 0x448 */ member in struct:control_prog_io
  /external/u-boot/board/ti/beagle/
beagle.c 347 value = readl(&prog_io_base->io1);
349 writel(value, &prog_io_base->io1);
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_highbd_iht8x8_add_neon.c 88 static INLINE void highbd_iadst8(int32x4_t *const io0, int32x4_t *const io1,
107 x[6] = *io1;
153 *io1 = vnegq_s32(x[4]);
  /external/lua/src/
lobject.h 260 { TValue *io1=(obj1); *io1 = *(obj2); \
261 (void)L; checkliveness(L,io1); }

Completed in 960 milliseconds