HomeSort by relevance Sort by last modified time
    Searched refs:p1 (Results 251 - 275 of 1590) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/containers/mqns/
mqns_04.c 48 int p1[2]; variable
62 close(p1[1]);
65 read(p1[0], buf, 3); /* go */
84 read(p1[0], buf, 3);
113 if (pipe(p1) == -1) {
133 close(p1[0]);
135 write(p1[1], "go", 3);
149 write(p1[1], "go", 3);
153 write(p1[1], "go", 3);
mqns_01.c 45 int p1[2]; variable
55 close(p1[1]);
58 if (read(p1[0], buf, strlen("go") + 1) < 0) {
59 printf("read(p1[0], ...) failed: %s\n", strerror(errno));
104 if (pipe(p1) == -1 || pipe(p2) == -1) {
125 close(p1[0]);
127 if (write(p1[1], "go", strlen("go") + 1) < 0)
128 tst_resm(TBROK | TERRNO, "write(p1[1], \"go\", ...) failed");
  /external/webrtc/webrtc/base/
refcount.h 39 template<typename P1, typename P2>
40 RefCountedObject(P1 p1, P2 p2) : T(p1, p2), ref_count_(0) {
43 template<typename P1, typename P2, typename P3>
44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {
47 template<typename P1, typename P2, typename P3, typename P4>
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4
    [all...]
  /external/libaom/libaom/aom_dsp/mips/
loopfilter_4_msa.c 20 v16u8 p3, p2, p1, p0, q3, q2, q1, q0, p1_out, p0_out, q0_out, q1_out; local
23 LD_UB8((src - 4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
29 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit, b_limit, thresh, hev,
31 AOM_LPF_FILTER4_8W(p1, p0, q0, q1, mask, hev, p1_out, p0_out, q0_out, q1_out);
48 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
51 LD_UB8((src - 4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
65 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, hev,
67 AOM_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1, p0, q0, q1);
69 ST_UB4(p1, p0, q0, q1, (src - 2 * pitch), pitch)
77 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
109 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_4_msa.c 20 v16u8 p3, p2, p1, p0, q3, q2, q1, q0, p1_out, p0_out, q0_out, q1_out; local
23 LD_UB8((src - 4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
29 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit, b_limit, thresh, hev,
31 VP9_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1_out, p0_out, q0_out, q1_out);
48 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
51 LD_UB8((src - 4 * pitch), pitch, p3, p2, p1, p0, q0, q1, q2, q3);
65 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, hev,
67 VP9_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1, p0, q0, q1);
69 ST_UB4(p1, p0, q0, q1, (src - 2 * pitch), pitch)
77 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
109 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 43 Word16 *p1, *p2; local
61 p1 = wsp;
65 R0 += vo_L_mult((*p1++), (*p2++));
66 R0 += vo_L_mult((*p1++), (*p2++));
67 R0 += vo_L_mult((*p1++), (*p2++));
68 R0 += vo_L_mult((*p1++), (*p2++));
100 p1 = hp_wsp;
104 R2 += vo_mult32(*p1, *p1);
106 R0 += vo_mult32(*p1++, *p2++)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldebug.h 26 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2);
27 LUAI_FUNC l_noret luaG_aritherror (lua_State *L, const TValue *p1,
29 LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1,
  /external/autotest/client/site_tests/firmware_TouchMTB/geometry/
two_farthest_clusters.py 28 for p1 in points:
30 dist = p1.distance(p2)
32 two_farthest_points = (p1, p2)
  /external/clang/test/PCH/
types.c 58 proto p1; variable
59 float p1(float x, float y, ...) { function
62 proto *p2 = p1;
  /external/skia/infra/bots/assets/node/
create.py 21 p1 = subprocess.Popen(["curl", NODE_URL], stdout=subprocess.PIPE)
22 p2 = subprocess.Popen(["tar", "-C", target_dir, "-xJf" "-"], stdin=p1.stdout)
23 p1.stdout.close() # Allow p1 to receive a SIGPIPE if p2 exits.
  /external/skqp/infra/bots/assets/node/
create.py 21 p1 = subprocess.Popen(["curl", NODE_URL], stdout=subprocess.PIPE)
22 p2 = subprocess.Popen(["tar", "-C", target_dir, "-xJf" "-"], stdin=p1.stdout)
23 p1.stdout.close() # Allow p1 to receive a SIGPIPE if p2 exits.
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c1035pf.cpp 272 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9;
346 p1 = h - codvec[1];
360 s = L_mac (s, *p1++, _sign[1]);
410 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9; local
452 p1 = &indx[track];
454 temp = *p1;
458 *p1 = index;
469 *(p1 + 5) = index;
473 *(p1 + 5) = temp;
474 *p1 = index
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gk104.asm 10 // CLOBBER: $r2 - $r3, $p0 - $p1
94 // $p1, $p2: caching predicate (00: cv, 01: ca, 10: cg)
97 $p1 suldgb b128 $r0q ca zero u8 g[$r4d] $r2 $p0
98 set $p1 0x1 $p1 xor not $p2
100 $p1 suldgb b128 $r0q cv zero u8 g[$r4d] $r2 $p0
104 $p1 suldgb b128 $r0q ca zero u8 g[$r4d] $r2 $p0
105 set $p1 0x1 $p1 xor not $p2
107 $p1 suldgb b128 $r0q cv zero u8 g[$r4d] $r2 $p
    [all...]
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_pair.pass.cpp 57 const P p1(CopyAssignable(), 4);
59 p2 = p1;
68 P p1(x, std::move(y));
70 p1 = p2;
71 assert(p1.first == x2);
72 assert(p1.second == y2);
assign_rv_pair.pass.cpp 53 P p1(std::unique_ptr<int>(new int(3)), 4);
55 p2 = std::move(p1);
65 P p1(x, std::move(y));
67 p1 = std::move(p2);
68 assert(p1.first == x2);
69 assert(p1.second == y2);
  /external/ltp/testcases/kernel/containers/sysvipc/
sem_nstest.c 44 int p1[2]; variable
54 close(p1[1]);
57 read(p1[0], buf, 3);
90 if (pipe(p1) == -1) {
131 close(p1[0]);
133 write(p1[1], "go", 3);
shmnstest.c 41 int p1[2]; variable
51 close(p1[1]);
54 read(p1[0], buf, 3);
90 if (pipe(p1) == -1) {
121 close(p1[0]);
123 write(p1[1], "go", 3);
  /external/skia/experimental/svg/model/
SkSVGLine.cpp 68 SkPoint p0, p1; local
69 std::tie(p0, p1) = this->resolve(lctx);
71 canvas->drawLine(p0, p1, paint);
75 SkPoint p0, p1; local
76 std::tie(p0, p1) = this->resolve(ctx.lengthContext());
80 path.lineTo(p1);
  /external/skqp/experimental/svg/model/
SkSVGLine.cpp 68 SkPoint p0, p1; local
69 std::tie(p0, p1) = this->resolve(lctx);
71 canvas->drawLine(p0, p1, paint);
75 SkPoint p0, p1; local
76 std::tie(p0, p1) = this->resolve(ctx.lengthContext());
80 path.lineTo(p1);
  /external/autotest/client/tests/memory_api/
memory_api.py 33 p1 = subprocess.Popen('%s/memory_api ' % self.tmpdir + memsize,
36 while p1.poll() is None:
37 output = p1.stdout.readline().rstrip()
46 map_output = open("/proc/%s/maps_backing" % p1.pid).readlines()
68 if p1.poll() is None:
69 p1.stdin.write("\n")
70 p1.stdin.flush()
72 if p1.poll() != 0:
  /external/compiler-rt/test/tsan/
aligned_vs_unaligned_race.cc 17 char *p1 = reinterpret_cast<char *>(&Global[0]); local
19 u_uint64_t *p4 = reinterpret_cast<u_uint64_t *>(p1 + 1);
  /external/deqp-deps/SPIRV-Tools/utils/
check_code_format.sh 28 FORMAT_DIFF=$(git diff -U0 master -- ${FILES_TO_CHECK} | python ./utils/clang-format-diff.py -p1 -style=file)
  /external/iproute2/ip/
ip6tunnel.c 310 * @p1: user specified parameter
313 static int ip6_tnl_parm_match(const struct ip6_tnl_parm2 *p1,
316 return ((!p1->link || p1->link == p2->link) &&
317 (!p1->name[0] || strcmp(p1->name, p2->name) == 0) &&
318 (IN6_IS_ADDR_UNSPECIFIED(&p1->laddr) ||
319 IN6_ARE_ADDR_EQUAL(&p1->laddr, &p2->laddr)) &&
320 (IN6_IS_ADDR_UNSPECIFIED(&p1->raddr) ||
321 IN6_ARE_ADDR_EQUAL(&p1->raddr, &p2->raddr)) &
353 struct ip6_tnl_parm2 p1 = {}; local
    [all...]
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
make_unique.array.pass.cpp 28 auto p1 = std::make_unique<int[]>(5); local
30 assert ( p1[i] == 0 );
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
swap.pass.cpp 51 A* p1 = new A(1); local
52 std::unique_ptr<A, Deleter<A> > s1(p1, Deleter<A>(1));
55 assert(s1.get() == p1);
65 assert(s2.get() == p1);
72 A* p1 = new A[3]; local
73 std::unique_ptr<A[], Deleter<A[]> > s1(p1, Deleter<A[]>(1));
76 assert(s1.get() == p1);
83 assert(s2.get() == p1);

Completed in 683 milliseconds

<<11121314151617181920>>