Home
last modified time | relevance | path

Searched refs:bdir (Results 1 – 10 of 10) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dinterval.c394 static void boundary_abs(int a, int adir, int *b, int *bdir)
398 *bdir = -adir;
401 *bdir = adir;
406 void boundary_sub(int a, int adir, int b, int bdir, int *c, int *cdir) in boundary_sub() argument
409 bdir = bdir < 0 ? -1 : (bdir > 0 ? 1 : 0); in boundary_sub()
411 *cdir = adir - bdir; in boundary_sub()
421 int boundary_lt(unsigned int a, int adir, unsigned int b, int bdir) in boundary_lt() argument
424 assert(b > 0 || bdir >= 0); in boundary_lt()
430 if (bdir < 0) { in boundary_lt()
432 bdir = 1; in boundary_lt()
[all …]
Dinterval.h78 void boundary_sub(int a, int adir, int b, int bdir, int *c, int *cdir);
79 int boundary_lt(unsigned int a, int adir, unsigned int b, int bdir);
/third_party/gstreamer/gstplugins_good/tests/icles/
Dvideobox-test.c60 gint tdir, bdir; in main() local
84 tdir = bdir = -10; in main()
103 bottom += bdir; in main()
105 bdir = -10; in main()
107 bdir = 10; in main()
Dvideocrop2-test.c60 gint tdir, bdir; in main() local
84 tdir = bdir = 10; in main()
103 bottom += bdir; in main()
105 bdir = -10; in main()
107 bdir = 10; in main()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-box.c63 gint tdir, bdir; in main() local
88 rdir = ldir = tdir = bdir = -10; in main()
118 bottom += bdir; in main()
120 bdir = -10; in main()
122 bdir = 10; in main()
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c339 struct dir_params *bdir, mode_t mode) in create_sub_dir() argument
341 snprintf(bdir->path, MAX_PATH, "%s/tmp_%s", in create_sub_dir()
342 path, users[bdir->owner].name); in create_sub_dir()
343 SAFE_MKDIR(cleanup, bdir->path, mode); in create_sub_dir()
345 if (bdir->sticky) in create_sub_dir()
347 chmod(bdir->path, mode); in create_sub_dir()
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmultiple-vpp.c45 gint ldir, rdir, tdir, bdir; member
344 app->bottom += app->bdir; in change_crop_randomly()
346 app->bdir = -10; in change_crop_randomly()
348 app->bdir = 10; in change_crop_randomly()
426 app.bdir = app.ldir = app.rdir = app.tdir = 10; in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterTest.java774 byte bdir = (byte)dir; in TestUnicodeData()
775 if (UCharacter.getDirectionality(ch) != bdir) in TestUnicodeData()
778 " expected directionality " + bdir + " but got " + in TestUnicodeData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java771 byte bdir = (byte)dir; in TestUnicodeData()
772 if (UCharacter.getDirectionality(ch) != bdir) in TestUnicodeData()
775 " expected directionality " + bdir + " but got " + in TestUnicodeData()
/third_party/python/Lib/test/
Dtest_os.py2316 self.bdir = os.fsencode(self.dir)
2337 os_helper.create_empty_file(os.path.join(self.bdir, fn))