Used in a Sentence

little-endian

Definition, parts of speech, synonyms, and sentence examples for little-endian.

Editorial note

The thing is, little-endian won pretty much everywhere outside of network protocols, so almost all of the common data formats store words in little-endian format as a performance optimization.

Examples14
Definitions1
Parts of speech1

Quick take

(computing) Storing the most significant byte of a multibyte number at a higher address than the least significant byte; that is, "little end" first.

Meaning at a glance

The clearest senses and uses of little-endian gathered in one view.

adjective

(computing) Storing the most significant byte of a multibyte number at a higher address than the least significant byte; that is, "little end" first.

Definitions

Core meanings and parts of speech for little-endian.

adjective

(computing) Storing the most significant byte of a multibyte number at a higher address than the least significant byte; that is, "little end" first.

Example sentences

1

The thing is, little-endian won pretty much everywhere outside of network protocols, so almost all of the common data formats store words in little-endian format as a performance optimization.

2

The waste is every little-endian machine (almost all machines) converting every packet to big-endian for 'the wire', then converting back again when received.

3

The VAX is a little-endian, 8-bit bytes, 32-bit datapath, 2's complement machine.

4

Optimizing for little-endian makes sense, but it would be nice if they produced consistent answers on big-endian CPUs.

5

It was an 8 byte field where the first four bytes were a little-endian integer of the Julian date (so Oct.

6

All you are pointing out is that mixing little-endian and big-endian may cause trouble.

7

That and `exhume` would be great places to go to and from little-endian.

8

In Arabic, the number 1234 is written with the most significant digit on the left -- but Arabic is written right-to-left, so it's actually little-endian.

9

It also makes the assumption that it's a little-endian system.

10

ARM cores, although technically bi-endian, are in practice little-endian.

11

I decided to tinker around with getting some little-endian code running freestanding (i.e.

12

This would probably help with debugging more than anything else ( maybe help with security, but not much), because there's no reason anyone would drop a little-endian.odex file on a big-endian machine (or a big-endian one on a little-endian machine).

Quote examples

1

The big argument was that if you converted things into big-endian form on the network, then a little-endian processor had to convert to send and convert to receive, but a big-endian processor got a free pass without "painful" conversion steps.

2

It's hard not to personalize things like what Oliver Hunt said in [0], "The issue here isn't "can we make multiple vms live in webkit" it's "can we expose multiple languages to the web", to the former i say obviously as we already do, to the latter I say that we don't want to." The general tone Oliver had was akin to saying only little-endian machines should be supported on the Web.

Frequently asked questions

Short answers drawn from the clearest meanings and examples for this word.

How do you use little-endian in a sentence?

The thing is, little-endian won pretty much everywhere outside of network protocols, so almost all of the common data formats store words in little-endian format as a performance optimization.

What does little-endian mean?

(computing) Storing the most significant byte of a multibyte number at a higher address than the least significant byte; that is, "little end" first.

What part of speech is little-endian?

little-endian is commonly used as adjective.