HomeSort by relevance Sort by last modified time
    Searched refs:dir0 (Results 1 - 6 of 6) sorted by null

  /bionic/libc/bionic/
mntent.cpp 44 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; local
46 &fsname0, &fsname1, &dir0, &dir1, &type0, &type1, &opts0, &opts1,
51 e->mnt_dir = &buf[dir0];
  /external/syslinux/com32/gpllib/
cpuid.c 112 void do_cyrix_devid(unsigned char *dir0, unsigned char *dir1)
127 *dir0 = 0xfd;
130 *dir0 = 0xfe;
135 /* read DIR0 and DIR1 CPU registers */
136 *dir0 = getCx86(CX86_DIR0);
248 unsigned char dir0, dir0_msn, dir0_lsn, dir1 = 0; local
255 do_cyrix_devid(&dir0, &dir1);
256 dir0_msn = dir0 >> 4; /* identifies CPU "family" */
257 dir0_lsn = dir0 & 0xf; /* model or clock multiplier */
  /prebuilts/go/darwin-x86/src/runtime/
syscall_windows_test.go 857 dir0, err := os.Getwd()
861 defer os.Chdir(dir0)
  /prebuilts/go/linux-x86/src/runtime/
syscall_windows_test.go 857 dir0, err := os.Getwd()
861 defer os.Chdir(dir0)
  /external/skia/tests/
PathTest.cpp 2526 SkPath::Direction dir0, dir1; local
    [all...]
  /external/strace/
Makefile 532 dir0=`pwd`; \
541 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
542 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
550 dir0="$$dir0"/"$$first"; \
    [all...]

Completed in 152 milliseconds