Searched refs:and (Results 51 - 56 of 56) sorted by relevance

123

/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S9 /** This file contains the boot floppy, .PRG and BFS boot block entry points
10 * for the stage 2 boot loader. All 3 entry points load and relocate the
21 * The floppy and .PRG code is entered at _bs_entry, which jumps further on
24 * supervisor mode, while .PRG are loaded as user code), and jumps to
28 * and loads the rest of the loader at ATARI_ZBEOS_BASE+0x200,
29 * sets up the new stack and jumps to _start after setting some variables.
35 * stack and some variables and jumps to _start.
63 /* main entry point, both from the floppy boot and .prg */
91 // as written by the build system in 512 byte blocks and depend
[all...]
/haiku/headers/cpp/std/
H A Dvalarray_array.h1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
6 // software; you can redistribute it and/or modify it under the
24 // this file and link it with other files to produce an executable, this
329 _DEFINE_ARRAY_FUNCTION(&, and)
H A Dstd_valarray.h1 // The template and inlines for the -*- C++ -*- valarray class.
6 // software; you can redistribute it and/or modify it under the
24 // this file and link it with other files to produce an executable, this
615 _DEFINE_VALARRAY_AUGMENTED_ASSIGNMENT(&, and)
638 _DEFINE_VALARRAY_EXPR_AUGMENTED_ASSIGNMENT(&, and)
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S26 // swap sp with x19 and use it instead
77 // x0 and x1 will be restored later
86 // x18 and x19 will be restored later
119 and sp, x19, #0xfffffffffffffff0
213 // reset FPCR and FPSR to prevent userspace state affecting kernel
297 the fault handler and calling the function. If the function causes a page
302 and fault_handler_stack_pointer and will reset them later, so
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp19 /* (mmu_man) Implementation details on 68030 and others:
23 page table containing both kernel and user address mappings.
26 and user land at a single place. But 040 and later only support a fixed
32 As we don't want a separate user and kernel space, we'll use a single
38 than one per page, and allocate them all at once, and add them at the
106 // use P*E_TO_* and TA_TO_P*EA !
200 #warning M68K: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
237 // and n
[all...]
/haiku/headers/private/file_systems/
H A DQueryParser.h11 /*! Query parsing and evaluation
14 by J. Kercheval, and on code written by Kenneth Almquist, though
27 // The API is not fully available, just the Query and the Expression class
226 The type/size of the value, the score, and if it has an index or not.
229 That's not an issue right now, because we run single-threaded and don't use
293 that combine two equations, namely "or", and "and".
407 // search the (in)equation for the actual equation symbol (and for other operators
414 // get the attribute string (and trim whitespace), in case
425 // points to the last character of the string, and "strin
[all...]

Completed in 109 milliseconds

123