Home
last modified time | relevance | path

Searched refs:shp (Results 1 - 4 of 4) sorted by relevance

/third_party/toybox/toys/lsb/
H A Dsu.c49 struct spwd *shp; in su_main() local
61 shp = getspnam(name); in su_main()
62 if (getuid() && shp) { in su_main()
63 if (*shp->sp_pwdp != '$') goto deny; in su_main()
65 passhash = crypt(toybuf, shp->sp_pwdp); in su_main()
67 if (!passhash || strcmp(passhash, shp->sp_pwdp)) goto deny; in su_main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/shaping/
H A DArabicShapingRegTest.java195 ArabicShaping shp = new ArabicShaping(LETTERS_SHAPE | TEXT_DIRECTION_VISUAL_LTR | LENGTH_FIXED_SPACES_NEAR); in TestCoverage()
199 shp.toString(), in TestCoverage()
204 assertEquals("ArabicShaping#hashCode() failed.", shp.hashCode(), 13); in TestCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DArabicShapingRegTest.java192 ArabicShaping shp = new ArabicShaping(LETTERS_SHAPE | TEXT_DIRECTION_VISUAL_LTR | LENGTH_FIXED_SPACES_NEAR); in TestCoverage()
196 shp.toString(), in TestCoverage()
201 assertEquals("ArabicShaping#hashCode() failed.", shp.hashCode(), 13); in TestCoverage()
/third_party/ffmpeg/libswscale/
H A Dinput.c253 int shb, int shp, in rgb16_32ToY_c_template()
264 int px = input_pixel(i) >> shp; in rgb16_32ToY_c_template()
279 int shb, int shp, in rgb16_32ToUV_c_template()
291 int px = input_pixel(i) >> shp; in rgb16_32ToUV_c_template()
307 int shb, int shp, in rgb16_32ToUV_half_c_template()
323 unsigned px0 = input_pixel(2 * i + 0) >> shp; in rgb16_32ToUV_half_c_template()
324 unsigned px1 = input_pixel(2 * i + 1) >> shp; in rgb16_32ToUV_half_c_template()
329 if (shp || in rgb16_32ToUV_half_c_template()
345 #define rgb16_32_wrapper(fmt, name, shr, shg, shb, shp, maskr, \
350 rgb16_32ToY_c_template((int16_t*)dst, src, width, fmt, shr, shg, shb, shp, \
248 rgb16_32ToY_c_template(int16_t *dst, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv) rgb16_32ToY_c_template() argument
273 rgb16_32ToUV_c_template(int16_t *dstU, int16_t *dstV, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv) rgb16_32ToUV_c_template() argument
301 rgb16_32ToUV_half_c_template(int16_t *dstU, int16_t *dstV, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv) rgb16_32ToUV_half_c_template() argument
[all...]

Completed in 4 milliseconds