HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 176 - 200 of 4842) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.c 24 {DHCP_TAG_TIME_OFFSET, DHCP_OPTION_INT32, 1, 1 , FALSE},
26 {DHCP_TAG_TIME_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE},
27 {DHCP_TAG_NAME_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE},
28 {DHCP_TAG_DNS_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE},
29 {DHCP_TAG_LOG_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE},
30 {DHCP_TAG_COOKIE_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE},
31 {DHCP_TAG_LPR_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE},
32 {DHCP_TAG_IMPRESS_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE},
33 {DHCP_TAG_RL_SERVER, DHCP_OPTION_IP, 1, -1 , FALSE},
34 {DHCP_TAG_HOSTNAME, DHCP_OPTION_INT8, 1, -1 , FALSE},
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xgate.c 57 FALSE, /* pc_relative */
62 FALSE, /* partial_inplace */
65 FALSE), /* pcrel_offset */
72 FALSE, /* pc_relative */
77 FALSE, /* partial_inplace */
80 FALSE), /* pcrel_offset */
92 FALSE, /* partial_inplace */
102 FALSE, /* pc_relative */
107 FALSE, /* partial_inplace */
110 FALSE), /* pcrel_offset *
    [all...]
nlm32-ppc.c 50 return FALSE;
54 return FALSE;
74 return FALSE;
91 FALSE, /* PC relative. */
99 FALSE), /* PC rel offset. */
106 FALSE, /* PC relative. */
114 FALSE), /* PC rel offset. */
129 FALSE), /* PC rel offset. */
136 FALSE, /* PC relative. */
144 FALSE), /* PC rel offset. *
    [all...]
cpu-rs6000.c 60 FALSE, /* not the default */
75 FALSE, /* not the default */
90 FALSE, /* not the default */
coff-tic80.c 66 FALSE, /* pc_relative */
74 FALSE), /* pcrel_offset */
94 FALSE, /* pc_relative */
102 FALSE), /* pcrel_offset */
108 FALSE, /* pc_relative */
116 FALSE), /* pcrel_offset */
122 FALSE, /* pc_relative */
130 FALSE), /* pcrel_offset */
136 FALSE, /* pc_relative */
144 FALSE), /* pcrel_offset *
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
emul_aix.c 37 static bfd_boolean X64 = FALSE;
60 return FALSE;
64 return FALSE;
91 return FALSE;
114 X64 = FALSE;
119 X32 = FALSE;
124 big_archive = FALSE;
126 X64 = FALSE;
129 return FALSE;
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePcdLibNull/
PcdLib.c 41 ASSERT (FALSE);
62 ASSERT (FALSE);
85 ASSERT (FALSE);
108 ASSERT (FALSE);
131 ASSERT (FALSE);
154 ASSERT (FALSE);
177 ASSERT (FALSE);
198 ASSERT (FALSE);
226 ASSERT (FALSE);
254 ASSERT (FALSE);
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcinit.c 33 jinit_c_master_control(cinfo, FALSE /* full compression */);
39 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */);
60 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Keyboard.c 39 ASSERT (FALSE);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Aarch64/
EfiPeOptionalHeader.h 33 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) (FALSE)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Arm/
EfiPeOptionalHeader.h 32 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) (FALSE)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ebc/
EfiPeOptionalHeader.h 36 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) (FALSE)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
EfiPeOptionalHeader.h 32 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) (FALSE)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
asm.h 25 #define FALSE 0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
Asm.h 27 #define FALSE 0
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Ebc/
CpuSleepFlushTlb.c 29 ASSERT (FALSE);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugPrintErrorLevelLib/
BaseDebugPrintErrorLevelLib.c 45 @retval FALSE The debug print error level mask could not be set.
58 return FALSE;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ebc/
SetJumpLongJump.c 66 ASSERT (FALSE);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
Asm.h 19 #define FALSE 0
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
CpuInitPeim.c 50 ResetRequired = FALSE;
  /external/compiler-rt/test/asan/TestCases/Darwin/
suppressions-darwin.cc 11 // RUN: %env_asan_opts=suppressions='"%t.supp"':symbolize=false %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
18 // RUN: %env_asan_opts=suppressions='"%t.supp"':symbolize=false %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
27 kCFStringEncodingUTF8, FALSE); // BOOM
suppressions-sandbox.cc 18 kCFStringEncodingUTF8, FALSE); // BOOM
  /external/icu/icu4c/source/tools/toolutil/
filetools.h 29 isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir=FALSE);
  /external/libvncserver/examples/
simple.c 10 rfbRunEventLoop(server,-1,FALSE);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_cpu.c 36 DEBUG_GET_ONCE_BOOL_OPTION(nosse, "GALLIUM_NOSSE", FALSE);

Completed in 1488 milliseconds

1 2 3 4 5 6 78 91011>>