OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:code16
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/lib/libprop/
prop_intern.c
390
uint16_t
code16
[2] = { 0, 0 };
local
392
idx = _prop_json_intern_decode_uesc_getu16(src, idx, &
code16
[0]);
396
if (! SURROGATE_P(
code16
[0])) {
398
code =
code16
[0];
399
} else if (HIGH_SURROGAGE_P(
code16
[0])) {
401
&
code16
[1]);
406
if (! LOW_SURROGATE_P(
code16
[1])) {
409
code = (((uint32_t)
code16
[0] - HS_FIRST) << HS_SHIFT) +
410
(
code16
[1] - LS_FIRST) +
/src/external/gpl3/binutils/dist/gas/config/
tc-i386.c
974
#define
CODE16
1
976
#define SMALL16 (SMALL |
CODE16
)
978
#define BIG16 (BIG |
CODE16
)
1335
{"
code16
", set_code_flag, CODE_16BIT},
11654
flip_code16 (unsigned int
code16
)
11659
&& (
code16
? i.tm.operand_types[0].bitfield.disp32
11661
?
CODE16
: 0;
11669
int
code16
;
11681
code16
= flag_code == CODE_16BIT ?
CODE16
: 0
11665
int
code16
;
local
11819
int
code16
;
local
11912
int
code16
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c
965
#define
CODE16
1
967
#define SMALL16 (SMALL |
CODE16
)
969
#define BIG16 (BIG |
CODE16
)
1314
{"
code16
", set_code_flag, CODE_16BIT},
11487
flip_code16 (unsigned int
code16
)
11492
&& (
code16
? i.tm.operand_types[0].bitfield.disp32
11494
?
CODE16
: 0;
11502
int
code16
;
11514
code16
= flag_code == CODE_16BIT ?
CODE16
: 0
11498
int
code16
;
local
11652
int
code16
;
local
11745
int
code16
;
local
[
all
...]
Completed in 137 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026