Home
last modified time | relevance | path

Searched refs:pw1 (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/util/
Dmucurses_test.c28 pw1[17], pw2[17]; in get_iscsi_chap_secret() local
47 wgetnstr( secret, pw1, 16 ); in get_iscsi_chap_secret()
51 if ( strcmp( pw1, pw2 ) == 0 ) { in get_iscsi_chap_secret()
52 strcpy( sec, pw1 ); in get_iscsi_chap_secret()
/external/clang/test/ARCMT/
DGC-no-arc-runtime.m.result46 @property (unsafe_unretained) I3 * pw1, * pw2;
54 @property (unsafe_unretained) I4Impl * pw1, * pw2;
61 @synthesize pw1, pw2, ps, pds, pds2;
DGC-no-arc-runtime.m54 @property (assign) I3 *__weak pw1, *__weak pw2;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
69 @synthesize pw1, pw2, ps, pds, pds2;
DGC-no-finalize-removal.m51 @property (assign) I3 *__weak pw1, *__weak pw2;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
73 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
DGC.m.result46 @property (weak) I3 * pw1, * pw2;
57 @property (weak) I4Impl * pw1, * pw2;
68 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
DGC.m51 @property (assign) I3 *__weak pw1, *__weak pw2;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
73 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
DGC-no-finalize-removal.m.result59 @property (weak) I3 * pw1, * pw2;
70 @property (weak) I4Impl * pw1, * pw2;
81 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTriStrip.cpp77 int FindEdge(const unsigned int pw0, const unsigned int pw1) const;
144 int CTri::FindEdge(const unsigned int pw0, const unsigned int pw1) const in FindEdge()
146 if((pIdx[0] == pw0 && pIdx[1] == pw1)) in FindEdge()
148 if((pIdx[1] == pw0 && pIdx[2] == pw1)) in FindEdge()
150 if((pIdx[2] == pw0 && pIdx[0] == pw1)) in FindEdge()
/external/libjpeg-turbo/
Dturbojpeg.c1056 int pw1=tjPlaneWidth(1, width, subsamp); in tjEncodeYUV3() local
1058 strides[1]=strides[2]=PAD(pw1, pad); in tjEncodeYUV3()
1246 int pw1=tjPlaneWidth(1, width, subsamp); in tjCompressFromYUV() local
1248 strides[1]=strides[2]=PAD(pw1, pad); in tjCompressFromYUV()
1746 int pw1=tjPlaneWidth(1, width, subsamp); in tjDecodeYUV() local
1748 strides[1]=strides[2]=PAD(pw1, pad); in tjDecodeYUV()
1990 int pw1=tjPlaneWidth(1, width, jpegSubsamp); in tjDecompressToYUV2() local
1992 strides[1]=strides[2]=PAD(pw1, pad); in tjDecompressToYUV2()