OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:check_flag
(Results
1 - 6
of
6
) sorted by null
/external/grub/docs/
kernel.c
23
#define
CHECK_FLAG
(flags,bit) ((flags) & (1 << (bit)))
74
if (
CHECK_FLAG
(mbi->flags, 0))
79
if (
CHECK_FLAG
(mbi->flags, 1))
83
if (
CHECK_FLAG
(mbi->flags, 2))
87
if (
CHECK_FLAG
(mbi->flags, 3))
104
if (
CHECK_FLAG
(mbi->flags, 4) &&
CHECK_FLAG
(mbi->flags, 5))
111
if (
CHECK_FLAG
(mbi->flags, 4))
123
if (
CHECK_FLAG
(mbi->flags, 5))
134
if (
CHECK_FLAG
(mbi->flags, 6)
[
all
...]
kernel.c.texi
23
#define
CHECK_FLAG
(flags,bit) ((flags) & (1 << (bit)))
74
if (
CHECK_FLAG
(mbi->flags, 0))
79
if (
CHECK_FLAG
(mbi->flags, 1))
83
if (
CHECK_FLAG
(mbi->flags, 2))
87
if (
CHECK_FLAG
(mbi->flags, 3))
104
if (
CHECK_FLAG
(mbi->flags, 4) &&
CHECK_FLAG
(mbi->flags, 5))
111
if (
CHECK_FLAG
(mbi->flags, 4))
123
if (
CHECK_FLAG
(mbi->flags, 5))
134
if (
CHECK_FLAG
(mbi->flags, 6)
[
all
...]
multiboot.info
[
all
...]
/external/openssh/
aclocal.m4
6
dnl OSSH_CHECK_CFLAG_COMPILE(
check_flag
[, define_flag])
7
dnl Check that $CC accepts a flag '
check_flag
'. If it is supported append
9
dnl '
check_flag
'.
/ndk/build/tools/
build-host-prebuilts.sh
60
CHECK_FLAG
=
61
do_check_option () {
CHECK_FLAG
="--check"; }
328
run $BUILDTOOLS/build-llvm.sh "$SRC_DIR" "$NDK_DIR" "llvm-$LLVM_VERSION" $TOOLCHAIN_FLAGS $POLLY_FLAGS $
CHECK_FLAG
/external/libnfc-nxp/src/
phFriNfc_NdefRecord.c
383
uint8_t
check_flag
= 0x00;
local
384
check_flag
= Flags & Mask;
385
return
check_flag
;
[
all
...]
Completed in 220 milliseconds