HomeSort by relevance Sort by last modified time
    Searched refs:FALSE (Results 276 - 300 of 5119) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuFwCfgLib/
QemuFwCfgPeiDxe.c 22 STATIC BOOLEAN mQemuFwCfgSupported = FALSE;
33 @retval FALSE The interface is not available
60 mQemuFwCfgDmaSupported = FALSE;
72 mQemuFwCfgSupported = FALSE;
93 @retval FALSE The interface is not available internally.
108 @retval FALSE The DMA-like access method is unavailable.
QemuFwCfgSec.c 31 @retval FALSE The interface is not available
53 return FALSE;
68 @retval FALSE The interface is not available internally.
88 @retval FALSE The DMA-like access method is unavailable.
95 return FALSE;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
SensorVar.c 62 { 0, 1, MOTHERBOARD_AMBIENT_TEMPERATURE, FALSE },
63 { 0, 2, VR_TEMPERATURE, FALSE },
64 { 0, 0, IOH_TEMPERATURE, FALSE }
  /external/libjpeg-turbo/
jcinit.c 34 jinit_c_master_control(cinfo, FALSE /* full compression */);
40 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */);
65 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
  /external/libvncserver/examples/
colourmaptest.c 12 server->serverFormat.trueColour=FALSE;
14 server->colourMap.is16=FALSE;
30 rfbRunEventLoop(server,-1,FALSE);
  /external/mesa3d/src/gallium/auxiliary/util/
u_linear.h 95 return FALSE;
98 return FALSE;
101 return FALSE;
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
bt_vendor_qcom.h 24 #ifndef FALSE
25 #define FALSE 0
29 #define TRUE (!FALSE)
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
bt_vendor_qcom.h 27 #ifndef FALSE
28 #define FALSE 0
32 #define TRUE (!FALSE)
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
bt_vendor_qcom.h 24 #ifndef FALSE
25 #define FALSE 0
29 #define TRUE (!FALSE)
  /external/mesa3d/src/gallium/drivers/r300/
r300_flush.c 69 r300->vs_state.dirty = FALSE;
70 r300->vs_constants.dirty = FALSE;
71 r300->clip_state.dirty = FALSE;
105 r300->hiz_in_use = FALSE;
122 FALSE);
123 r300->hyperz_enabled = FALSE;
  /toolchain/binutils/binutils-2.27/bfd/
elf32-i860.c 269 FALSE, /* pc_relative */
274 FALSE, /* partial_inplace */
277 FALSE), /* pcrel_offset */
284 FALSE, /* pc_relative */
289 FALSE, /* partial_inplace */
292 FALSE), /* pcrel_offset */
298 FALSE, /* pc_relative */
306 FALSE), /* pcrel_offset */
312 FALSE, /* pc_relative */
320 FALSE), /* pcrel_offset *
    [all...]
elf64-sh64.c 110 FALSE, /* pc_relative */
115 FALSE, /* partial_inplace */
118 FALSE), /* pcrel_offset */
126 FALSE, /* pc_relative */
134 FALSE), /* pcrel_offset */
146 FALSE, /* partial_inplace */
200 FALSE, /* pc_relative */
205 FALSE, /* partial_inplace */
217 FALSE, /* pc_relative */
222 FALSE, /* partial_inplace *
    [all...]
elf32-xc16x.c 37 FALSE, /* pc_relative */
42 FALSE, /* partial_inplace */
45 FALSE), /* pcrel_offset */
52 FALSE, /* pc_relative */
60 FALSE), /* pcrel_offset */
67 FALSE, /* pc_relative */
75 FALSE), /* pcrel_offset */
81 FALSE, /* pc_relative */
89 FALSE), /* pcrel_offset */
102 FALSE, /* partial_inplace *
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptX509.c 22 If Cert is NULL, then return FALSE.
23 If SingleX509Cert is NULL, then return FALSE.
30 @retval FALSE The operation failed.
48 return FALSE;
57 return FALSE;
68 If X509Stack is NULL, then return FALSE.
78 @retval FALSE The construction operation failed.
100 return FALSE;
103 Status = FALSE;
168 If X509Cert is NULL, then return FALSE.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLibArm.c 42 ASSERT (FALSE);
68 ASSERT (FALSE);
92 ASSERT (FALSE);
118 ASSERT (FALSE);
142 ASSERT (FALSE);
168 ASSERT (FALSE);
193 ASSERT (FALSE);
220 ASSERT (FALSE);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/ResetSystemLib/
ResetSystemLib.c 67 ASSERT (FALSE);
85 ASSERT (FALSE);
  /external/curl/lib/
amigaos.c 56 return FALSE;
63 return FALSE;
  /external/libvncserver/libvncclient/
zlib.c 63 return FALSE;
75 if ( client->decompStreamInited == FALSE ) {
84 return FALSE;
108 return FALSE;
119 return FALSE;
126 return FALSE;
135 return FALSE;
153 return FALSE;
  /external/ltp/testcases/network/tcp_cmds/include/
netdefs.h 69 #ifndef FALSE
70 #define FALSE 0
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
Application.cpp 69 dnsInitialized = FALSE;
84 // Dialog has been closed. Return false to exit the app and not start the app's message pump.
91 return( FALSE );
  /external/opencv/cvaux/src/
_cvaux.h 66 #ifndef FALSE
67 #define FALSE 0
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 138 #ifndef FALSE
139 #define FALSE 0
  /toolchain/binutils/binutils-2.27/gas/config/
tc-d30v.h 48 #define md_cleanup() d30v_cleanup (FALSE)
50 (NEXT_CHAR == ':' && d30v_cleanup (FALSE))
  /toolchain/binutils/binutils-2.27/ld/emulparams/
elf32lr5900n32.sh 12 DYNAMIC_LINK=FALSE
  /toolchain/binutils/binutils-2.27/binutils/
prdbg.c 343 return FALSE;
382 return FALSE;
402 return FALSE;
448 return FALSE;
468 return FALSE;
620 return FALSE;
649 return FALSE;
654 return FALSE;
657 return FALSE;
662 return FALSE;
    [all...]

Completed in 1929 milliseconds

<<11121314151617181920>>