OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BYTE3
(Results
1 - 6
of
6
) sorted by relevancy
/src/common/lib/libc/arch/arm/string/
strlen_arm.S
42
#define
BYTE3
0xff000000
47
#define
BYTE3
0x000000ff
126
tstne r3, #
BYTE3
/* no, is this byte 3? */
strchr_arm.S
42
#define
BYTE3
0xff000000
49
#define
BYTE3
0x000000ff
140
tstne r3, #
BYTE3
/* no, is this byte NUL? */
141
tstne r1, #
BYTE3
/* no, does this byte match? */
165
tst r1, #
BYTE3
/* does this byte match? */
strrchr_arm.S
38
#define
BYTE3
0xff000000
45
#define
BYTE3
0x000000ff
152
tst r3, #
BYTE3
/* is byte 3 a NUL? */
154
tst r4, #
BYTE3
/* is byte 3 a match? */
strcpy_arm.S
63
#define
BYTE3
0xff000000
70
#define
BYTE3
0x000000ff
173
tstne r5, #
BYTE3
/* no, does byte 3 contain a NUL? */
254
tstne r5, #
BYTE3
/* no, did we find a NUL in byte 3? */
307
tstne r5, #
BYTE3
/* no, does byte 3 contain a NUL? */
435
bicne r5, r5, #
BYTE3
/* clear trailing NUL */
478
tstne r5, #
BYTE3
/* no, does byte 3 contain a NUL? */
/src/sys/arch/m68k/m68k/
db_trace.c
167
#define
BYTE3
0x0000ff00
280
if ((instruc &
BYTE3
) == (BSR >> 16)) {
/src/usr.bin/midirecord/
midirecord.c
764
#define
BYTE3
(x) (((x) >> 16) & 0xff)
795
track[5] =
BYTE3
(total_size);
800
bpm[4] =
BYTE3
(TEMPO_INV(tempo));
Completed in 15 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025