OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bigend
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/file/dist/src/
encoding.c
474
int
bigend
;
local
482
bigend
= 0;
484
bigend
= 1;
494
if (
bigend
)
527
return 1 +
bigend
;
534
int
bigend
;
local
541
bigend
= 0;
543
bigend
= 1;
552
if (
bigend
)
570
return 1 +
bigend
;
[
all
...]
/src/external/gpl3/gdb/dist/sim/mips/
interp.c
1577
const unsigned int
bigend
= BigEndianCPU ? 1 : 0;
local
1584
byte = (vaddr & mask) ^ (
bigend
<< 2);
/src/external/gpl3/gdb.old/dist/sim/mips/
interp.c
1577
const unsigned int
bigend
= BigEndianCPU ? 1 : 0;
local
1584
byte = (vaddr & mask) ^ (
bigend
<< 2);
/src/external/gpl3/gcc.old/dist/libcpp/
charset.cc
263
int (*)(iconv_t
bigend
, const uchar **inbufp, size_t *inbytesleftp,
266
BIGEND
must have the value 0 or 1, coerced to (iconv_t); it is
279
one_utf8_to_utf32 (iconv_t
bigend
, const uchar **inbufp, size_t *inbytesleftp,
295
outbuf[
bigend
? 3 : 0] = (s & 0x000000FF);
296
outbuf[
bigend
? 2 : 1] = (s & 0x0000FF00) >> 8;
297
outbuf[
bigend
? 1 : 2] = (s & 0x00FF0000) >> 16;
298
outbuf[
bigend
? 0 : 3] = (s & 0xFF000000) >> 24;
306
one_utf32_to_utf8 (iconv_t
bigend
, const uchar **inbufp, size_t *inbytesleftp,
318
s = inbuf[
bigend
? 0 : 3] << 24;
319
s += inbuf[
bigend
? 1 : 2] << 16
1340
bool
bigend
= CPP_OPTION (pfile, bytes_big_endian);
local
1996
bool
bigend
= CPP_OPTION (pfile, bytes_big_endian);
local
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026