Searched refs:not (Results 26 - 37 of 37) sorted by relevance

12

/haiku/src/system/kernel/arch/x86/32/
H A Darch.S266 not %ecx
/haiku/src/kits/package/
H A DPackageInfoParser.cpp1136 BString error = BString(names[i]) << " is not being set anywhere!";
/haiku/src/build/libgnuregex/
H A Dregex.c19 along with this program; if not, write to the Free Software
47 #else /* not emacs */
80 #else /* not SYNTAX_TABLE */
112 #endif /* not SYNTAX_TABLE */
116 #endif /* not emacs */
162 #else /* not __STDC__ */
168 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
175 not functions -- `alloca'-allocated space disappears at the end of the
183 #else /* not REGEX_MALLOC */
191 #else /* not __GNUC_
3575 boolean not = (re_opcode_t) *(p - 1) == charset_not; local
4027 int not = (re_opcode_t) p1[3] == charset_not; local
[all...]
/haiku/
H A Dconfigure68 --no-downloads Do not download anything. Useful when trying to
88 --no-full-xattr Do not use Linux/*BSD/Darwin's native extended file
92 --no-xattr Do not use Linux/*BSD/Darwin's native extended file
184 # check if a directory exists or not
197 # check if a file exists or not
427 echo "Build tool \"$path\" not found (maybe specify it in $var?)" >&2
436 # $cmd does not contain arguments, so unset it
475 echo "$0: could not find $xattr_set, assuming host has no extended attributes"
478 echo "$0: could not find $xattr_get, assuming host has no extended attributes"
493 echo "$0: warning: could not generat
[all...]
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h97 * how many bytes to request. If this value is not correct,
161 * Other pointer arguments (name, fuse_file_info, etc) are not valid
169 * this file will not be called.
232 * to zero. It is not guaranteed that the file system will
269 * if the open method didn't set any value. Otherwise (not
429 * Filesystem may also implement stateless file I/O and not store
516 * fsync) the filesystem is not forced to flush pending writes.
543 * not returned to close() or munmap() which triggered the
564 * should be flushed, not the meta data.
584 * Filesystem may also implement stateless directory I/O and not
[all...]
H A Dfuse.h121 * Note that the mode argument may not have the type specification
212 * BIG NOTE: This is not equivalent to fsync(). It's not a
219 * errors this is not always useful.
224 * not possible to determine if a flush is final, so each flush
254 * should be flushed, not the meta data.
293 * function will not return '1' (unless an error happens), so the
317 * should be flushed, not the meta data
348 * 'default_permissions' mount option is given, this method is not
351 * This method is not calle
[all...]
/haiku/src/kits/mail/
H A DMailMessage.cpp134 // Add everything which is not the sender and not already in the
516 // not yet implemented
525 // not yet implemented
914 printf("could not create mail! (should be: %s)\n", worker.String());
958 // TODO: check whether or not the internet connection is available
/haiku/src/bin/keymap/
H A DKeymap.cpp627 " * This file is automatically generated. Do not edit!\n"
863 "#\tNOTE: Key 0x69 does not exist on US keyboards\n"
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp33 // Apparently, the "!" (not) can only be used with brackets.
37 // The API is not fully available, just the Query and the Expression class
111 The type/size of the value, the score, and if it has an index or not.
114 That's not an issue right now, because we run single-threaded and don't use
171 /*! The Operator class does not represent a generic operator, but only those
251 // the string was not quoted
256 // attribute string is empty (which is not allowed)
366 Returns MATCH_OK if it matches, NO_MATCH if not, < 0 if something went
394 // if not, check for "fake" attributes ("name", "size", "last_modified")
533 // the iterator and adjust the key size; if not, jus
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h59 * addition, Licensee may not authorize further sublicense of source of any
63 * not to intellectual property embodied in modifications its licensee may
99 * 4.3. Licensee shall not export, either directly or indirectly, any of this
163 #error ACPI_MACHINE_WIDTH not defined
212 * Note: ILP64 and LP32 are currently not supported.
282 * In the case of the Itanium Processor Family (IPF), the hardware does not
352 * If the defaults below are not appropriate for the host system, they can
378 * These macros are used if the host OS does not support a mutex object.
407 * If the defaults below are not appropriate for the host compiler, they can
504 * ACPI Specification constants (Do not chang
[all...]
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp275 // since radix bitmap could not handle more than 32 pages, we return
552 // not an option as 1. unlocking the cache means that new
949 // We can write the page, if we have not used all of our committed swap
974 # error Stack direction has not been defined in arch_config.h
1032 // Move all not shadowed swap pages from the source to the consumer cache.
1036 // Move all not shadowed pages from the source to the consumer cache.
1211 // iterate through the source's pages and move the ones that are not
1221 // the page is not yet in the consumer cache - move it upwards
1331 // All source swap pages that have not been freed yet are taken over by
/haiku/headers/private/graphics/radeon_hd/atombios/
H A Datombios.h43 #error Endian not specified
214 UCHAR ucTableFormatRevision; //Change it when the Parser is not backward compatible
465 #define SKIP_SW_PROGRAM_PLL 0x10000000 //Applicable to both memory and engine clock change, when set, it means the table will not program SPLL/MPLL
472 #define b3SKIP_SW_PROGRAM_PLL 0x10 //Applicable to both memory and engine clock change, when set, it means the table will not program SPLL/MPLL
1122 UCHAR ucAction; // = rest of generic encoder command which does not carry any parameters
1573 UCHAR ucHPDSel; // =1: HPD1, =2: HPD2, .... =6: HPD6, =0: HPD is not assigned
1890 // 0 means disable PPLL. For VGA PPLL,make sure this value is not 0.
1914 // drive the pixel clock. not used for DCPLL case.
1952 // drive the pixel clock. not used for DCPLL case.
1959 // drive the pixel clock. not use
[all...]

Completed in 277 milliseconds

12