Home
last modified time | relevance | path

Searched refs:bdir (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A 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 > in boundary_lt()
[all...]
H A 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/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c335 struct dir_params *bdir, mode_t mode) in create_sub_dir()
337 snprintf(bdir->path, MAX_PATH, "%s/tmp_%s", in create_sub_dir()
338 path, users[bdir->owner].name); in create_sub_dir()
339 SAFE_MKDIR(cleanup, bdir->path, mode); in create_sub_dir()
341 if (bdir->sticky) in create_sub_dir()
343 chmod(bdir->path, mode); in create_sub_dir()
334 create_sub_dir(const char *path, struct dir_params *bdir, mode_t mode) create_sub_dir() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A 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/
H A 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/
H A Dtest_os.py2388 self.bdir = os.fsencode(self.dir)
2409 os_helper.create_empty_file(os.path.join(self.bdir, fn))

Completed in 18 milliseconds