Searched refs:Bool (Results 126 - 150 of 412) sorted by relevance

1234567891011>>

/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c89 void VG_(demangle) ( Bool do_cxx_demangling, Bool do_z_demangling,
139 the specified buffers. Returns a Bool indicating whether the
146 Bool VG_(maybe_Z_demangle) ( const HChar* sym,
149 /*OUT*/Bool* isWrap,
172 Bool error, oflow, valid, fn_is_encoded, is_VG_Z_prefixed;
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h164 Bool wq_jmpbuf_valid;
352 Bool sched_jmpbuf_valid;
383 extern Bool VG_(is_valid_tid) ( ThreadId tid );
386 extern Bool VG_(is_running_thread)(ThreadId tid);
389 extern Bool VG_(is_exiting)(ThreadId tid);
H A Dpub_core_initimg.h107 Bool dynamic; /* False iff executable is static */
H A Dpub_core_replacemalloc.h54 Bool clo_trace_malloc;
/external/valgrind/main/include/
H A Dpub_tool_basics.h46 // Addr32, Addr64, HWord, HChar, Bool, False and True.
166 Bool _isError;
194 static inline Bool sr_isError ( SysRes sr ) {
206 static inline Bool sr_EQ ( SysRes sr1, SysRes sr2 ) {
214 static inline Bool sr_isError ( SysRes sr ) {
245 static inline Bool sr_EQ ( SysRes sr1, SysRes sr2 ) {
H A Dpub_tool_libcassert.h58 extern void VG_(assert_fail) ( Bool isCore, const Char* expr, const Char* file,
/external/bzip2/
H A Dbzlib_private.h42 typedef unsigned char Bool; typedef
49 #define True ((Bool)1)
50 #define False ((Bool)0)
237 Bool inUse[256];
276 BZ2_compressBlock ( EState*, Bool );
358 Bool blockRandomised;
367 Bool smallDecompress;
395 Bool inUse[256];
396 Bool inUse16[16];
/external/valgrind/main/drd/
H A Ddrd_clientobj.h159 void DRD_(clientobj_set_trace)(const Bool trace);
164 Bool DRD_(clientobj_present)(const Addr a1, const Addr a2);
166 Bool DRD_(clientobj_remove)(const Addr addr, const ObjType t);
H A Ddrd_clientreq.h65 /* args: pthread_t, Bool */
84 /* args: pthread_t, Bool */
100 /* args: Addr, MutexT, Bool */
103 /* args: Addr, Bool */
133 /* args: Addr cond, Addr mutex, Bool took_lock*/
172 /* args: Addr sem, Bool waited */
178 /* args: Addr sem, Bool waited */
182 /* args: Addr barrier, BarrierT type, Word count, Bool reinit */
210 /* args: Addr rwlock, RwLockT, Bool took_lock */
216 /* args: Addr rwlock, RwLockT, Bool took_loc
[all...]
H A Ddrd_main.c60 static Bool s_print_stats;
61 static Bool s_var_info;
62 static Bool s_show_stack_usage;
63 static Bool s_trace_alloc;
69 static Bool DRD_(process_cmd_line_option)(Char* arg)
309 const Bool is_stack_mem)
350 const Bool is_stack_mem)
386 const Bool is_stack_memory = DRD_(thread_address_on_any_stack)(a1);
442 const Bool rr, const Bool w
[all...]
H A Ddrd_load_store.c60 static Bool s_check_stack_accesses = False;
61 static Bool s_first_race_only = False;
66 Bool DRD_(get_check_stack_accesses)()
71 void DRD_(set_check_stack_accesses)(const Bool c)
77 Bool DRD_(get_first_race_only)()
82 void DRD_(set_first_race_only)(const Bool fro)
275 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr)
277 Bool result = False;
444 Bool instrument = True;
/external/clang/test/FixIt/
H A Dtypo.cpp86 Bool b; // expected-error{{use of undeclared identifier 'Bool'; did you mean 'bool'?}}
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dga.h141 Bool SDL_NAME(XDGAQueryExtension)(
147 Bool SDL_NAME(XDGAQueryVersion)(
165 Bool SDL_NAME(XDGAOpenFramebuffer)(
247 Bool SDL_NAME(XDGASetClientVersion)(
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11dyn.h67 typedef Bool (*SDL_X11_XESetWireToEventRetType)(Display*,XEvent*,xEvent*);
/external/valgrind/main/VEX/priv/
H A Dmain_util.h77 extern Bool vex_streq ( const HChar* s1, const HChar* s2 );
/external/chromium/testing/gtest/samples/
H A Dsample8_unittest.cc84 using ::testing::Bool;
161 Combine(Bool(), Values(1, 10)));
/external/gtest/samples/
H A Dsample8_unittest.cc84 using ::testing::Bool;
161 Combine(Bool(), Values(1, 10)));
/external/protobuf/gtest/samples/
H A Dsample8_unittest.cc84 using ::testing::Bool;
161 Combine(Bool(), Values(1, 10)));
/external/valgrind/main/cachegrind/
H A Dcg_branchpred.c94 Bool predicted_taken, actually_taken, mispredict;
142 Bool mispredict;
/external/valgrind/main/coregrind/m_aspacemgr/
H A Dpriv_aspacemgr.h117 Bool ML_(am_get_fd_d_i_m)( Int fd,
122 Bool ML_(am_resolve_filename) ( Int fd, /*OUT*/HChar* buf, Int nbuf );
H A Daspacemgr-linux.c293 Bool inUse;
294 Bool mark;
679 static Bool sane_NSegment ( NSegment* s )
732 static Bool maybe_merge_nsegments ( NSegment* s1, NSegment* s2 )
792 static Bool preen_nsegments ( void )
875 static Bool sync_check_ok = False;
882 Bool sloppyXcheck;
930 Bool same, cmp_offsets, cmp_devino;
1049 Bool same;
1082 Bool i
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c98 void* VG_(dmemcpy) ( void *d, const void *s, SizeT sz, Bool *mod )
113 Bool *mod)
H A Dserver.h85 extern Bool remote_connected(void);
111 extern Bool valgrind_single_stepping(void);
113 /* Set Valgrind in single stepping mode or not according to Bool. */
114 extern void valgrind_set_single_stepping(Bool);
237 extern Bool gdbserver_deliver_signal (Int sigNo);
257 void initialize_shadow_low (Bool shadow_mode);
302 extern Bool noack_mode;
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c21 typedef unsigned char Bool; typedef
22 #define True ((Bool)1)
23 #define False ((Bool)0)
43 struct { Int fd; Bool is_socket; }
129 static Bool toBool ( Int x ) {
131 return (Bool)r;
182 Bool capitalise )
270 Bool capitalised,
276 Bool neg = False;
349 Bool is_lon
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA.c85 Bool SDL_NAME(XF86DGAQueryExtension) (
93 Bool SDL_NAME(XF86DGAQueryVersion)(
101 Bool SDL_NAME(XF86DGAGetVideoLL)(
137 Bool SDL_NAME(XF86DGADirectVideoLL)(
159 Bool SDL_NAME(XF86DGAGetViewPortSize)(
191 Bool SDL_NAME(XF86DGASetViewPort)(
216 Bool SDL_NAME(XF86DGAGetVidPage)(
245 Bool SDL_NAME(XF86DGASetVidPage)(
267 Bool SDL_NAME(XF86DGAInstallColormap)(
289 Bool SDL_NAM
[all...]

Completed in 2119 milliseconds

1234567891011>>