Searched refs:ne (Results 1 - 14 of 14) sorted by relevance

/haiku/src/tests/misc/
H A Dboot_time_logger.sh27 if [ $? -ne 0 ]
/haiku/3rdparty/kallisti5/
H A Dmksysroot.sh22 if [ $? -ne 0 ]; then
/haiku/src/tests/add-ons/kernel/file_systems/ext2/
H A Dextents_test.sh36 if [ "$?" -ne "0" ]; then
42 if [ "$?" -ne "0" ]; then
88 if [ "$?" -ne "0" ]; then
94 if [ "$?" -ne "0" ]; then
/haiku/src/tests/add-ons/kernel/file_systems/fat/
H A Dfat_test.sh35 if [ "$?" -ne "0" ]; then
41 if [ "$?" -ne "0" ]; then
86 if [ "$?" -ne "0" ]; then
92 if [ "$?" -ne "0" ]; then
/haiku/headers/cpp/std/
H A Dstraits.h49 static bool ne (const char_type& c1, const char_type& c2) function in struct:string_char_traits
63 if (ne (s1[i], s2[i]))
72 while (ne (*s++, eos ()))
115 static bool ne (const char_type& c1, const char_type& c2) function in struct:string_char_traits
143 static bool ne (const char_type& c1, const char_type& c2)
H A Dbastring.cc358 if (traits::ne (data () [xpos], c))
390 if (traits::ne (data () [xpos], c))
/haiku/src/libs/util/
H A Dfparseln.c53 size_t ne; local
65 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++)
69 return (ne & 1) != 0;
/haiku/src/bin/unzip/
H A Dzipgrep7 while test $# -ne 0; do
54 test "$r" -ne 0 && res="$r"
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp41 checkArchive(const BNetEndpoint ne, int32 protocol, argument
50 status_t status = ne.Archive(&archive);
70 if (ne.LocalAddr().InitCheck() == B_OK) {
99 if (ne.RemoteAddr().InitCheck() == B_OK) {
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddir.h26 const char *name, uint32 *ns, uint32 *ne);
H A Ddir.cpp574 uint32 *ne)
650 *ne = *ns + required_entries - 1;
652 for (i = *ns; i <= *ne; i++) {
658 " (dirsize = %" B_PRIdOFF ") (is%s last entry)\n", *ns, *ne,
662 if (*ne * 0x20 >= dir->st_size) {
672 clusters_needed = ((*ne + 1) * 0x20 +
815 uint32 *ns, uint32 *ne)
907 (char *)nlong, len, ns, ne);
572 _create_dir_entry_(nspace *vol, vnode *dir, struct _entry_info_ *info, const char nshort[11], const char *nlong, uint32 len, uint32 *ns, uint32 *ne) argument
814 create_dir_entry(nspace *vol, vnode *dir, vnode *node, const char *name, uint32 *ns, uint32 *ne) argument
H A Dfile.cpp814 uint32 ns, ne; local
890 ns = file2->sindex; ne = file2->eindex;
927 if ((result = create_dir_entry(vol, ndir, file, newname, &ns, &ne)) != B_OK) {
947 file->eindex = ne;
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dtransition.S122 b.ne 2f
/haiku/
H A Dconfigure893 if [ "$("$HAIKU_NASM" -hf | grep -c elf'[36][24] ')" -ne "2" ]; then

Completed in 108 milliseconds