HomeSort by relevance Sort by last modified time
    Searched refs:io1 (Results 1 - 7 of 7) 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 72 int32x4_t *const io1, int32x4_t *const io2, int32x4_t *const io3,
77 transpose_s32_4x4(io0, io1, io2, io3);
80 step1[4] = vmulq_lane_s32(*io1, vget_high_s32(cospis1), 1);
83 step1[7] = vmulq_lane_s32(*io1, vget_low_s32(cospis1), 0);
116 *io1 = vaddq_s32(step1[1], step1[6]);
127 int32x4_t *const io1, int32x4_t *const io2, int32x4_t *const io3,
136 transpose_s32_4x4(io0, io1, io2, io3);
139 input_1l = vget_low_s32(*io1);
140 input_1h = vget_high_s32(*io1);
216 *io1 = vaddq_s32(step1[1], step1[6])
    [all...]
idct_neon.h 318 int16x4_t *const io0, int16x4_t *const io1, int16x4_t *const io2,
324 transpose_s16_4x4d(io0, io1, io2, io3);
327 step1[4] = vqrdmulh_lane_s16(*io1, cospisd1, 3);
330 step1[7] = vqrdmulh_lane_s16(*io1, cospisd1, 0);
356 *io1 = vadd_s16(step1[1], step1[6]);
430 int16x8_t *const io0, int16x8_t *const io1,
442 transpose_s16_8x8(io0, io1, io2, io3, io4, io5, io6, io7);
445 input_1l = vget_low_s16(*io1);
446 input_1h = vget_high_s16(*io1);
545 *io1 = vaddq_s16(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/skia/third_party/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/syslinux/com32/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); }

Completed in 259 milliseconds