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

123

/haiku/headers/build/gcc-2.95.3/
H A Diso646.h4 #define and && macro
/haiku/src/system/libroot/os/arch/riscv64/
H A Dbyteorder.S22 and a5, a5, a4
25 and a0, a0, a4
30 and a0, a0, a4
33 and a5, a5, a4
49 and a5, a5, a4
52 and a0, a0, a4
57 and a0, a0, a4
60 and a5, a5, a4
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dsqrt.s10 and $0x7ff,%ecx
13 and $0x200,%eax
H A Dlog1pl.s6 and $0x7fffffff,%eax
H A Dlog1p.s6 and $0x7fffffff,%eax
H A Dremquo.s36 and $1,%dl
39 and $2,%al
43 and $4,%al
H A Dlog1pf.s6 and $0x7fffffff,%eax
H A Dhypot.s8 and %eax,%ecx
H A Dhypotf.s8 and %eax,%ecx
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dlog1pl.s6 and $0x7fffffff,%eax
/haiku/src/system/libroot/os/arch/arm/
H A Dbyteorder.S17 and r1,r0,#0x000000ff
18 and r2,r0,#0x0000ff00
35 and r1,r0,r3
38 and r2,r0,r3
62 * functions and use those instead of calling the functions.
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO31 #24) Some kind of automatic detection if 6-byte READ/WRITE and MODE SELECT/SENSE commands supported.
38 31) Work with NewFS Tracker and it's derivatives. There are lot of problems with that mad software.
40 #33) Are we really need private protocol buffer ? Try to remove this and use stack allocated objects.
46 39) Device mounted than unplugged.It stay mounted but doesn't work and get the garbage in "opened" files. Are there solutions?
65 #56) Are there problems with simultaneous tracing to log file and system log? Check!
66 57) Write a ReadMe.html for FREECOM module and make distribution support for it.
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2cfg.h23 #error incomplete Bluetooth driver Commands and Events should be implemented
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_endian.h17 # error Building BFS with both big and little endian is not supported.
/haiku/src/system/kernel/lib/arch/x86/
H A Darch_string.S56 // %eax, %ecx, and %edx are scratch registers -- we only have to save %edi
72 and $0x3, %edx
93 and $0x3, %edx
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S7 Redistribution and use in source and binary forms, with or without
12 notice, this list of conditions and the following disclaimer.
14 copyright notice, this list of conditions and the following
15 disclaimer in the documentation and/or other materials
62 call efi_main # call app with "image" and "systab" argument
/haiku/src/bin/
H A Dleak_analyser.sh15 environment variables prefixed and pipe the output to a file:
24 Do not exclude known statics and globals. By default a list of
42 line and newlines have been replaced with the caret (^)
46 and they will be ored to form the final expression.
/haiku/src/system/boot/platform/efi/arch/arm/
H A Dcache.S29 and r1, r1, #7
43 and r2, r1, #7
61 // Clean and Invalidate by set/way
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Daddmul_1.S1 /* SPARC v9 __mpn_addmul_1 -- Multiply a limb vector with a single limb and
8 The GNU MP Library is free software; you can redistribute it and/or modify
59 add %i1,%i0,%i1 ! ...and add it to the mid-1 product
62 movcs %xcc,%o2,%l0 ! ...compute it and...
69 add %i5,%i1,%i1 ! ...and add them to the high result
H A Dmul_1.S1 /* SPARC v9 __mpn_mul_1 -- Multiply a limb vector with a single limb and
8 The GNU MP Library is free software; you can redistribute it and/or modify
61 add %i1,%i0,%i1 ! ...and add it to the mid-1 product
64 movcs %xcc,%o2,%l0 ! ...compute it and...
70 add %i5,%i1,%i1 ! ...and add them to the high result
H A Dsubmul_1.S1 /* SPARC v9 __mpn_submul_1 -- Multiply a limb vector with a single limb and
8 The GNU MP Library is free software; you can redistribute it and/or modify
58 add %i1,%i0,%i1 ! ...and add it to the mid-1 product
61 movcs %xcc,%o2,%l0 ! ...compute it and...
68 add %i5,%i1,%i1 ! ...and add them to the high result
H A Dadd_n.S1 /* SPARC v9 __mpn_add_n -- Add two limb vectors of the same length > 0 and
8 The GNU MP Library is free software; you can redistribute it and/or modify
46 addcc %g1,%o4,%g1 ! add s2 limb and carry variable
/haiku/src/system/boot/platform/amiga_m68k/
H A Dcpu.cpp76 #warning M68K: move and implement system_time()
/haiku/src/system/boot/platform/next_m68k/
H A Dcpu.cpp57 #warning M68K: move and implement system_time()
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex41 attributes resources are part of the file contents and thus do not require a
45 additionally contain resources -- namely the ELF and PEF object formats.
131 alignment padding and, of course, the resources themselves.
133 Therefore two values have to be known: The size of the actual ELF file and the
137 table (if any), section header table (if any), sections and segments.
140 \code{kELFMinResourceAlignment} and the alignments of the segments in the file.
146 The data used for the padding between the end of the actual ELF data and the
168 endianess, that is the resources created by little endian and big endian
216 \item{An administrative section which comprises the resources header and the
225 such as type, id and nam
[all...]

Completed in 90 milliseconds

123