Searched refs:Bool (Results 76 - 100 of 412) sorted by relevance

1234567891011>>

/external/valgrind/main/include/
H A Dpub_tool_cpuid.h35 extern Bool VG_(has_cpuid) ( void );
H A Dpub_tool_execontext.h82 extern Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 );
106 static inline Bool VG_(is_plausible_ECU)( UInt ecu ) {
H A Dpub_tool_oset.h121 // * Remove: Removes the value from the set, if present. Returns a Bool
148 extern Bool VG_(OSetWord_Contains) ( OSet* os, UWord val );
149 extern Bool VG_(OSetWord_Remove) ( OSet* os, UWord val );
151 extern Bool VG_(OSetWord_Next) ( OSet* os, /*OUT*/UWord* val );
248 extern Bool VG_(OSetGen_Contains) ( const OSet* os, const void* key );
H A Dpub_tool_tooliface.h286 Bool (*eq_Error)(VgRes res, Error* e1, Error* e2),
302 Bool show_ThreadIDs_for_errors,
315 Bool (*recognised_suppression)(Char* name, Supp* su),
322 Bool (*read_extra_suppression_info)(Int fd, Char** bufpp, SizeT* nBufp,
328 Bool (*error_matches_suppression)(Error* err, Supp* su),
344 Bool (*print_extra_suppression_info)(Error* err,
388 Bool (*process_cmd_line_option)(Char* argv),
410 Bool (*handle_client_request)(ThreadId tid, UWord* arg_block, UWord* ret)
436 Bool(*cheap_sanity_check)(void),
437 Bool(*expensive_sanity_chec
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb.h52 void libhb_shutdown ( Bool show_stats );
84 void libhb_so_send ( Thr* thr, SO* so, Bool strong_send );
94 void libhb_so_recv ( Thr* thr, SO* so, Bool strong_recv );
97 Bool libhb_so_everSent ( SO* so );
148 Bool libhb_event_map_lookup ( /*OUT*/ExeContext** resEC,
151 /*OUT*/Bool* resIsW,
153 Thr* thr, Addr a, SizeT szB, Bool isW );
H A Dhg_wordset.h76 Bool HG_(isEmptyWS) ( WordSetU*, WordSet );
77 Bool HG_(isSingletonWS) ( WordSetU*, WordSet, UWord );
80 Bool HG_(elemWS) ( WordSetU*, WordSet, UWord );
85 Bool HG_(plausibleWS) ( WordSetU*, WordSet );
88 Bool HG_(saneWS_SLOW) ( WordSetU*, WordSet );
/external/valgrind/main/memcheck/
H A Dmc_include.h76 Bool is_zeroed; // allocations from this pool are zeroed
84 Bool is_zeroed, MC_AllocKind kind,
89 void MC_(create_mempool) ( Addr pool, UInt rzB, Bool is_zeroed );
97 Bool MC_(mempool_exists) ( Addr pool );
114 Bool MC_(check_mem_is_noaccess)( Addr a, SizeT len, Addr* bad_addr );
311 Bool show_reachable;
312 Bool show_possibly_lost;
314 Bool requested_by_monitor_command; // True when requested by gdb/vgdb.
330 Bool MC_(is_valid_aligned_word) ( Addr a );
331 Bool MC
[all...]
/external/valgrind/main/drd/
H A Ddrd_thread_bitmap.h36 Bool bm_access_load_1_triggers_conflict(const Addr a1)
44 Bool bm_access_load_2_triggers_conflict(const Addr a1)
62 Bool bm_access_load_4_triggers_conflict(const Addr a1)
80 Bool bm_access_load_8_triggers_conflict(const Addr a1)
105 Bool bm_access_load_triggers_conflict(const Addr a1, const Addr a2)
113 Bool bm_access_store_1_triggers_conflict(const Addr a1)
121 Bool bm_access_store_2_triggers_conflict(const Addr a1)
139 Bool bm_access_store_4_triggers_conflict(const Addr a1)
157 Bool bm_access_store_8_triggers_conflict(const Addr a1)
184 Bool bm_access_store_triggers_conflic
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_defs.h44 Bool put_IP,
45 Bool (*resteerOkFn) ( void*, Addr64 ),
46 Bool resteerCisOk,
54 Bool host_bigendian );
67 Bool guest_arm_state_requires_precise_mem_exns ( Int, Int );
H A Dguest_s390_defs.h45 Bool put_IP,
46 Bool (*resteerOkFn) ( void*, Addr64 ),
47 Bool resteerCisOk,
55 Bool host_bigendian );
67 Bool guest_s390x_state_requires_precise_mem_exns ( Int, Int );
H A Dmain_main.c70 static Bool are_valid_hwcaps ( VexArch arch, UInt hwcaps );
101 Bool valgrind_support,
145 vassert(1 == sizeof(Bool));
178 Bool (*isMove) ( HInstr*, HReg*, HReg* );
179 void (*getRegUsage) ( HRegUsage*, HInstr*, Bool );
180 void (*mapRegs) ( HRegRemap*, HInstr*, Bool );
181 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool );
182 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool );
184 void (*ppInstr) ( HInstr*, Bool );
188 Int (*emit) ( UChar*, Int, HInstr*, Bool, voi
[all...]
H A Dir_match.h81 Bool matchIRExpr ( MatchInfo* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
H A Dhost_x86_defs.h422 Bool syned;
427 Bool syned;
464 Bool syned;
482 Bool isFwds;
521 Bool isLoad;
530 Bool isLoad;
572 Bool isLoad;
630 extern X86Instr* X86Instr_MulL ( Bool syned, X86RM* );
631 extern X86Instr* X86Instr_Div ( Bool syned, X86RM* );
637 extern X86Instr* X86Instr_LoadEX ( UChar szSmall, Bool syne
[all...]
/external/valgrind/main/coregrind/
H A Dm_tooliface.c101 Bool VG_(sanity_check_needs)(Char** failmsg)
103 Bool any_new_mem_stack_N, any_new_mem_stack_N_w_ECU;
104 Bool any_new_mem_stack_w_conflicting_otags;
105 Bool any_die_mem_stack_N;
227 Bool (*eq) (VgRes, Error*, Error*),
230 Bool show_TIDs,
232 Bool (*recog) (Char*, Supp*),
233 Bool (*read_extra) (Int, Char**, SizeT*, Supp*),
234 Bool (*matches) (Error*, Supp*),
236 Bool (*get_xtra_s
282 needs_sanity_checks( Bool(cheap)void), Bool(*expen)(void) ) argument
[all...]
H A Dpub_core_scheduler.h107 extern Bool VG_(in_generated_code);
110 extern void VG_(sanity_check_general) ( Bool force_expensive );
H A Dpub_core_debuglog.h63 extern void VG_(debugLog_setXml)(Bool xml);
H A Dpub_core_libcsignal.h49 extern Bool VG_(isfullsigset) ( const vki_sigset_t* set );
50 extern Bool VG_(isemptysigset) ( const vki_sigset_t* set );
51 extern Bool VG_(iseqsigset) ( const vki_sigset_t* set1,
/external/valgrind/main/tests/
H A Darch_test.c23 typedef int Bool; typedef
35 static Bool go(char* arch)
H A Dos_test.c21 typedef int Bool; typedef
30 static Bool matches_version(char *min_version)
57 static Bool go(char* OS, char *min_version)
H A Dx86_amd64_features.c18 typedef int Bool; typedef
33 static Bool vendorStringEquals ( char* str )
45 static Bool go(char* cpu)
48 Bool require_amd = False;
123 static Bool go(char* cpu)
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxme.h31 extern Bool XiGMiscQueryVersion(Display *dpy, int *major, int *minor);
H A Dxf86dga1.h46 Bool SDL_NAME(XF86DGAQueryVersion)(
54 Bool SDL_NAME(XF86DGAQueryExtension)(
156 Bool SDL_NAME(XF86DGAViewPortChanged)(
/external/valgrind/main/none/tests/
H A Dvalgrind_cpp_test.cpp43 void VG_(assert_fail)(Bool isCore, const Char* expr, const Char* file,
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_internal.h47 #undef Bool macro
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h79 /* Bool is always 8 bits. */
80 typedef unsigned char Bool; typedef
81 #define True ((Bool)1)
82 #define False ((Bool)0)
84 /* Use this to coerce the result of a C comparison to a Bool. This is
87 static inline Bool toBool ( Int x ) {
89 return (Bool)r;

Completed in 1194 milliseconds

1234567891011>>