OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_flags
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.c
519
compiler->
last_flags
= GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z));
920
compiler->
last_flags
= 0;
945
compiler->
last_flags
= 0;
965
compiler->
last_flags
= 0;
985
compiler->
last_flags
= 0;
1001
compiler->
last_flags
= 0;
1020
compiler->
last_flags
= 0;
1076
compiler->
last_flags
= GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z));
1088
compiler->
last_flags
= 0;
1157
CHECK_ARGUMENT((compiler->
last_flags
& 0xff) == GET_FLAG_TYPE(SLJIT_SET_CARRY))
[
all
...]
sljitLir.h
400
sljit_s32
last_flags
;
member in struct:sljit_compiler
sljitNativeX86_common.c
2909
CHECK_ARGUMENT(compiler->
last_flags
& SLJIT_SET_Z);
2911
CHECK_ARGUMENT((type & 0xff) == (compiler->
last_flags
& 0xff));
/src/usr.sbin/makefs/
udf.c
497
uint64_t last_len, piece_len,
last_flags
;
local in function:udf_append_file_mapping
545
last_flags
= 0;
556
last_flags
= UDF_EXT_FLAGS(udf_rw32(last_short->len));
564
last_flags
= UDF_EXT_FLAGS(udf_rw32(last_long->len));
584
last_short->len = udf_rw32(last_len |
last_flags
);
586
last_long->len = udf_rw32(last_len |
last_flags
);
/src/sys/arch/arm/broadcom/
bcm53xx_eth.c
1404
uint32_t
last_flags
= TXDB_FLAG_EF;
local in function:bcmeth_txq_produce
1414
last_flags
|= TXDB_FLAG_IC;
1442
producer->txdb_flags |= htole32(
last_flags
);
/src/sys/arch/powerpc/booke/dev/
pq3etsec.c
1922
uint16_t
last_flags
= TXBD_L;
local in function:pq3etsec_txq_produce
1935
last_flags
|= TXBD_I;
1965
| (i == map->dm_nsegs - 1 ?
last_flags
: 0);
1973
first_flags |=
last_flags
;
Completed in 27 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025