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

  /external/toybox/tests/
ln.test 12 testing "ln create_hardlink" "ln file hlink && [ file -ef hlink ] &&
16 rm slink hlink
18 echo hlink1 > hlink
19 testing "ln force_create_hardlink" "ln -f file hlink &&
20 [ file -ef hlink ] && cat hlink 2>/dev/null" "file1\n" "" ""
25 rm slink hlink
27 echo hlink1 > hlink
29 testing "ln preserves_hardlinks" "ln file hlink 2>/dev/null || echo 'yes'"
    [all...]
link.test 15 testing "ln create_hardlink" "link file hlink && [ file -ef hlink ] &&
16 echo 'yes'; rm -rf hlink" "yes\n" "" ""
18 echo hlink1 > hlink
20 testing "ln preserves_hardlinks" "link file hlink 2>/dev/null || echo 'yes'; rm -rf hlink" \
24 testing "ln create_hardlink_and_remove_sourcefile" "link file hlink &&
25 [ file -ef hlink ] && rm -rf file && [ -f hlink ] && echo 'yes'; rm -f file hlink" \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hliface.h 30 #include <hlink.h>
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHuf.cpp 294 // 3) Initializes array hlink such that hlink[i] == i
298 AutoArray <int, HUF_ENCSIZE> hlink; local
310 hlink[i] = i;
322 // adjust the fHeap and hlink array accordingly. Function
384 // entries in hlink serving as "next" pointers and with
385 // the end of a list marked by hlink[j] == j.
401 for (int j = m; true; j = hlink[j])
407 if (hlink[j] == j)
413 hlink[j] = mm
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 988 /* cache entry. for simplicity, 'hash' and 'hlink' are inlined in this
995 struct Entry* hlink; /* next in collision chain */ member in struct:Entry
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
dwarf.go 543 hlink *DWDie // bucket chain in parent's index
604 die.hlink = parent.hash[h]
658 b = a.hlink
662 a.hlink = b.hlink
663 b.hlink = die.hash[h]
669 b = b.hlink
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 540 hlink *DWDie // bucket chain in parent's index
601 die.hlink = parent.hash[h]
655 b = a.hlink
659 a.hlink = b.hlink
660 b.hlink = die.hash[h]
666 b = b.hlink
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
dwarf.go 543 hlink *DWDie // bucket chain in parent's index
604 die.hlink = parent.hash[h]
658 b = a.hlink
662 a.hlink = b.hlink
663 b.hlink = die.hash[h]
669 b = b.hlink
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 540 hlink *DWDie // bucket chain in parent's index
601 die.hlink = parent.hash[h]
655 b = a.hlink
659 a.hlink = b.hlink
660 b.hlink = die.hash[h]
666 b = b.hlink
    [all...]

Completed in 520 milliseconds