Home
last modified time | relevance | path

Searched refs:Bool (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0001-Fix-build-when-compiling-with-std-c23.patch19 static Bool mxInPanic = FALSE; // track when involved in a panic
20 static Bool mxUserCollectLockingTree = FALSE;
22 -Bool (*MXUserTryAcquireForceFail)() = NULL;
23 +Bool (*MXUserTryAcquireForceFail)(const char *) = NULL;
H A D0004-Use-configure-to-test-for-feature-instead-of-platfor.patch78 static Bool
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_private.h85 typedef unsigned char Bool; typedef
92 #define True ((Bool)1)
93 #define False ((Bool)0)
269 Bool inUse[256];
307 BZ2_compressBlock ( EState*, Bool );
386 Bool blockRandomised;
395 Bool smallDecompress;
423 Bool inUse[256];
424 Bool inUse16[16];
H A Dbzlib.c191 Bool isempty_RL ( EState* s ) in isempty_RL()
340 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
342 Bool progress_in = False; in copy_input_until_stop()
385 Bool copy_output_until_stop ( EState* s ) in copy_output_until_stop()
387 Bool progress_out = False; in copy_output_until_stop()
412 Bool handle_compress ( bz_stream* strm ) in handle_compress()
414 Bool progress_in = False; in handle_compress()
415 Bool progress_out = False; in handle_compress()
437 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
460 Bool progress; in BZ_API()
[all …]
H A Dbzlib_huffman.c114 Bool tooLong; in BZ2_hbMakeCodeLengths()
H A Dbzlib_compress.c537 Bool inUse16[16]; in sendMTFValues()
643 void BZ2_compressBlock ( EState* s, Bool is_last_block ) in BZ2_compressBlock()
H A Dbzlib_blocksort.c387 Bool mainGtU ( UInt32 i1, in mainGtU()
801 Bool bigDone[256]; in mainSort()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/
H A D0002-util-IMdkit-Fix-incompatible-pointer-types-in-Transp.patch39 - Bool (*checkAddr) ();
55 + Bool (*checkAddr) (Xi18n, TransportSW *, char *);
77 - {(char *) NULL, 0, (Bool (*) ()) NULL}
78 + {(char *) NULL, 0, (Bool (*) (Xi18n, TransportSW *, char *))NULL}
81 static Bool GetInputStyles (Xi18n i18n_core, XIMStyles **p_style)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dxsettings.patch20 static Bool
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A D0001-Define-CARD32-as-uint-as-it-is-32-bit.patch30 #define Bool int
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xsp/xsp/
H A D0001-fix-incompatible-pointer-types-build-error-in-gcc-15.patch38 static Bool XSPWireToEvent(Display *dpy, XEvent *event, xEvent *wire);
/openbmc/openbmc/meta-arm/documentation/
H A Dtrusted-services.md70 | SMMGW_AUTH_VAR | Bool | Enable Authenticated variable support …
71 | SMMGW_INTERNAL_CRYPTO | Bool | Use MbedTLS build into SmmGW for authentication related crypto ope…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau/
H A D0001-nouveau-fixup-driver-for-new-X-server-ABI.patch34 static Bool
/openbmc/u-boot/lib/lzma/
H A DTypes.h83 typedef int Bool; typedef
H A DLzmaDec.c711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState()
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A DAdded-support-for-PPC-instructions-mfatbu-mfatbl.patch65 @@ -11875,6 +11875,28 @@ static Bool dis_proc_ctl ( const VexAbiInfo* vbi, UInt prefix, UInt theIns…
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c60 Bool bata_to_miss, batb_to_miss;
/openbmc/sdbusplus/test/message/
H A Dread.cpp129 TEST_F(ReadTest, Bool) in TEST_F() argument