Related topics

32 Bit File Access FAQ Rev 0.9 Part 3/5: Optimization
Using the modulo, you incorporate two random elements, which should give you a better sample than if you only use some randomish sort order. The integer is divided by the maximum 32-bit integer to give a double value between 0.0 and 1.0" So, the only real way to use the rand () function is to add a further

[Another bug] Re: about Storable perl module (again)
What search order does Windows use, and how does it decide which directories are on the list? AFAIK, it's the same order LoadLibrary() uses. You should already have Use the GetSystemDirectory function to get the path of this directory. Windows NT: The 32-bit Windows system directory. Use the GetSystemDirectory

Should I use 16 bit or 32 bit??
I define two different structures for all of my 32 bit parameters - one for each type of record. Each parameter in either record, is a 32 bit value: usually an The audio samples are of known size, yet we use the same record structure, with the compressed audio data of a set time slice After it is extracted,

Bytecode portability and word/int sizes
is hard to distinguish from 32-bit textures, but if you bump the color depth down instead, you get 16-bit dithering of those effects. Are you dropping down to 16 bit textures or going down one notch on the texture detail slider? Both give me about an extra 5 fps @ 1024x768/32 bit, and both eliminate the texture

Should I use a 16-bit compiler for my win95 display driver ?
Counts of blocks of other sizes should use a different typedef. Eg, ufs uses types ufs1_daddr_t (32-bit ufs1 block numbers), ufs2_daddr_t (64-bit ufs2 block numbers) and ufs_lbn_t (64-bit ufs logical block numbers). libdisk never uses DEV_BSIZE or even its own macro for the units. It hard-codes 512-all over :-(.

coding style advice for sizeof (long) < sizeof (size_t)?
Yet, on the other hand, we're ALSO saying that modern programs are going to use heaps that will not normally run low...the 2 meg 32-bit heaps. *I'M* saying that normally this shouldn't happen...that with the exception of a few minor routines, its the 32-bit 2 meg heaps that should be used.

"[PATCH] linux-2.4.7, <chg TASK_UNMAPPED_BASE to a variable>"
Under RAS, you must use an external script or do a scriptless PAP connection. If you are going to use another program to perform the dialling, you should set Connect into a "direct connection - no dialling" mode, and then only run Connect after the other program has connected. * The 32bit version is for use with

Using interrupts under Win95, NT, and 3.x?
I should have stated that 32767 is an *example* of a maximum range -- although it is the most common value for RAND_MAX on small systems (in my experience). There are some more nitpicks I might state, but they are similar in scope and reasoning (like your use of the unsigned long as 32 bit type without any

Programming PCI registers from C/C++
In the PPC arch, size_t is unconditionally the same whether you have a 32-bit or 64-bit procesor... As far as I know, the 64-bit ppc compiler is still in development. Yes, size_t probably needs to be unsigned long for 64-bit targets, but it must be unsigned int for 32-bit targets, or PPC Linux has to use a

Should I use 16 bit textures or take the texture detail down a ...
For example, if I'm working with a 16 bit primitive that may/will become a 32 bit primitive down the road, all those operations are going to be sent off to What you are proposing is effectively to use the setter in doIt to replace the two fragment lines with: setThirdBit(); This should be no surprise since the

Should we use 32 or 64 bit Oracle 8i on Solaris 8
This may use compiler-specific embedded assembler, conditional compilation of code that works better on some machines, etc., but it should still act as a plain C version Include both values that are byte-order-invariant (eg 0x12343412 for 32-bit words), and values that are not, for each input to the algorithm.

I need a CREATE DOES> tutorial...
Weak typing, properly, is what (eg) Perl has, where you can use any scalar wherever, and it will try to guess what you mean, freely treating strings as numbers, Eg: D:\py21>python Python 2.1 (#15, Apr 16 2001, 18:25:49) [MSC 32 bit (Intel)] on win32 Type "copyright", "credits" or "license" for more information.

Within a class, use private implementation or public property?
They *must* be treated as 32 bit quantities. All calls to OS_BGet, OS_BPut & OS_GBPB will be range checked to ensure that the caller does not exceed their permissions. OPENOUT & OPENUP - you should use SYS "OS_Find", reason_code%, filename$, , range_low%, range_high% instead if you wish to use the new features.

Should you use WinME?
There are disadvantages, like having a few things like epsxe barf miserably even under 32-bit emulation. While the rest of this is probably true, the first part is null, since I would sincerely doubt that any amd64 distribution does not indeed make it possible to run 32-bit apps, if you so desire. I don't use this

New Machine: Need Video Help
But certainly since 50-100 MHz MCUs are available like the Scenix parts, and 16 and 32 bit MCUs, there is a MCU that can do the job easily. Put 2 blocks of data in this eprom, first block holds 8 bit data, the other block the remaining 3 bits. Use extra adressline A12 to select the right block.

Ideas about the lib / lib64 names, subarchs, porting guidelines ...
From figure 7-1, page 7-2 in the '160's manual, it states than for 32-bit normal words, both W(R) L and w will be asserted alternatively, between the accesses to even and odd addresses. Should I then use these control pins ORed??? Isn't there a way to use them in a simpler way? From the higher part of the same

Delphi 16-bit: which version should I use?
Obviously, some people used "long" when they should have had a typedef. Obviously, they embedded this into interfaces when they should not have. They did it because they had to. They had no other choice. If they needed a 32 bit integer, they had to use long (or maybe int) because there was no other choice.

Should I use "Dual Boot"
For other subarchs that should default to the libdir intended for an optimised library: ie compiling for i686 would end up in lib/i686. That way installing libfoo (i386) and libfoo (i686) won't conflict even without special handling. 2) we will drop lib64 package prefix. 32bit and 64bit packages will be prefixed

System resources
But I have a need for both 16-bit object files and 32-bit object files. I have a 16-bit IO.SYS and a 32-bit MSDOS.SYS. I can use TC++ for the former C I think you can use either of MASM, TASM and NASM (well, add A386 too :) to produce both 16-bit and 32-bit code. Currently I use tasm (not free) for the 16-bit

Should I Use a 3COM 3c579 on my 3.11 Server?
I should also say that my Computer is a Dell computer, and I use Ubuntu Linux as my operating system. I like to develop on Linux. Great! I suggest you start with 32-bit code, if only because more examples are available. Since you've got 64-bit tools, this introduces an issue... For the Nasm example above,