HomeSort by relevance Sort by last modified time
    Searched refs:Bool (Results 76 - 100 of 724) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glx/
dri2.h 48 extern Bool
51 extern Bool
54 extern Bool
58 extern Bool
92 extern Bool
95 extern Bool
99 extern Bool
  /external/mesa3d/src/glx/
dri2.h 48 extern Bool
51 extern Bool
54 extern Bool
58 extern Bool
92 extern Bool
95 extern Bool
99 extern Bool
  /external/valgrind/main/coregrind/
pub_core_debuginfo.h 66 extern ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd );
89 Bool VG_(get_fnname_raw) ( Addr a, Char* buf, Int nbuf );
94 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, Char* buf, Int nbuf );
100 Bool VG_(get_inst_offset_in_function)( Addr a, /*OUT*/PtrdiffT* offset );
131 extern Bool VG_(use_CF_info) ( /*MOD*/D3UnwindRegs* uregs,
137 extern Bool VG_(use_FPO_info) ( /*MOD*/Addr* ipP,
156 Bool VG_(lookup_symbol_SLOW)(UChar* sopatt, UChar* name, Addr* pEnt, Addr* pToc);
pub_core_transtab.h 63 Bool is_self_checking,
72 Bool to_fastEP );
74 extern Bool VG_(search_transtab) ( /*OUT*/AddrH* res_hcode,
78 Bool upd_cache );
96 Bool VG_(search_unredir_transtab) ( /*OUT*/AddrH* result,
pub_core_scheduler.h 82 extern Bool VG_(owns_BigLock_LL) ( ThreadId tid );
110 extern Bool VG_(in_generated_code);
113 extern void VG_(sanity_check_general) ( Bool force_expensive );
  /external/valgrind/main/helgrind/
hg_errors.h 38 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 );
42 Bool HG_(recognised_suppression) ( Char* name, Supp *su );
43 Bool HG_(read_extra_suppression_info) ( Int fd, Char** bufpp, SizeT* nBufp,
45 Bool HG_(error_matches_suppression) ( Error* err, Supp* su );
47 Bool HG_(get_extra_suppression_info) ( Error* err,
52 Addr data_addr, Int szB, Bool isWrite,
84 Bool HG_(mm_find_containing_block)( /*OUT*/ExeContext** where,
  /external/clang/test/Sema/
cast.c 19 typedef _Bool Bool;
31 void testBool(Bool v) {
32 (void) (Bool) v;
46 (void) (Bool) v;
68 (void) (Bool) v;
82 (void) (Bool) v;
94 (void) (Bool) v;
106 (void) (Bool) v;
118 (void) (Bool) v;
130 (void) (Bool) v
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 648 Bool isCmp;
664 Bool isLoad;
670 Bool isLoad;
671 Bool signedLoad;
677 Bool isLoad;
693 Bool toFastEP; /* chain to the slow or fast point? */
762 Bool isLoad;
768 Bool isLoad;
820 Bool sToD; /* True: F32->F64. False: F64->F32 */
826 Bool toD
    [all...]
host_generic_regs.h 113 static inline HReg mkHReg ( UInt regno, HRegClass rc, Bool virtual ) {
133 static inline Bool hregIsVirtual ( HReg r ) {
253 Bool (*isMove) (HInstr*, HReg*, HReg*),
256 void (*getRegUsage) (HRegUsage*, HInstr*, Bool),
259 void (*mapRegs) (HRegRemap*, HInstr*, Bool),
263 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ),
264 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ),
269 void (*ppInstr) ( HInstr*, Bool ),
273 Bool mode64
guest_ppc_defs.h 51 Bool (*resteerOkFn) ( void*, Addr64 ),
52 Bool resteerCisOk,
60 Bool host_bigendian );
79 Bool guest_ppc32_state_requires_precise_mem_exns ( Int, Int );
82 Bool guest_ppc64_state_requires_precise_mem_exns ( Int, Int );
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 29 typedef uint Bool;
150 OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode);
151 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers);
152 OSCL_IMPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl);
153 Bool PVResetVideoDecoder(VideoDecControls *decCtrl);
155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);
158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
159 Bool PVDecodeVopBody(VideoDecControls *decCtrl, int32 buffer_size[])
    [all...]
  /external/valgrind/main/include/
pub_tool_wordfm.h 92 Bool VG_(addToFM) ( WordFM* fm, UWord k, UWord v );
95 Bool VG_(delFromFM) ( WordFM* fm,
99 Bool VG_(lookupFM) ( WordFM* fm,
118 Bool VG_(findBoundsFM)( WordFM* fm,
133 //Bool VG_(isEmptyFM)( WordFM* fm );
146 Bool VG_(nextIterFM) ( WordFM* fm,
191 Bool VG_(delFromBag)( WordBag*, UWord );
194 Bool VG_(isEmptyBag)( WordBag* );
197 Bool VG_(isSingletonTotalBag)( WordBag* );
208 Bool VG_(nextIterBag)( WordBag*, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount )
    [all...]
pub_tool_errormgr.h 85 extern Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind,
87 ExeContext* where, Bool print_error,
88 Bool allow_GDB_attach, Bool count_error );
97 extern Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno );
pub_tool_gdbserver.h 111 extern Bool VG_(is_watched)(PointKind kind, Addr addr, Int szB);
127 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len)
  /external/valgrind/main/drd/
drd_mutex.h 37 void DRD_(mutex_set_trace)(const Bool trace_mutex);
44 const Bool trylock);
45 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock,
46 const Bool post_cond_wait);
51 Bool DRD_(mutex_is_locked_by)(const Addr mutex, const DrdThreadId tid);
pub_drd_bitmap.h 99 Bool DRD_(bm_has)(struct bitmap* const bm,
102 Bool DRD_(bm_has_any_load_g)(struct bitmap* const bm);
103 Bool DRD_(bm_has_any_load)(struct bitmap* const bm,
105 Bool DRD_(bm_has_any_store)(struct bitmap* const bm,
107 Bool DRD_(bm_has_any_access)(struct bitmap* const bm,
109 Bool DRD_(bm_has_1)(struct bitmap* const bm,
117 Bool DRD_(bm_test_and_clear)(struct bitmap* const bm,
119 Bool DRD_(bm_has_conflict_with)(struct bitmap* const bm,
122 Bool DRD_(bm_load_1_has_conflict_with)(struct bitmap* const bm, const Addr a1);
123 Bool DRD_(bm_load_2_has_conflict_with)(struct bitmap* const bm, const Addr a1)
    [all...]
drd_thread.h 79 Bool on_alt_stack;
81 Bool valid;
83 Bool vg_thread_exists;
85 Bool posix_thread_exists;
90 Bool detached_posix_thread;
92 Bool is_recording_loads;
94 Bool is_recording_stores;
123 void DRD_(thread_trace_context_switches)(const Bool t);
124 void DRD_(thread_trace_conflict_set)(const Bool t);
125 void DRD_(thread_trace_conflict_set_bm)(const Bool t)
    [all...]
drd_rwlock.h 40 void DRD_(rwlock_set_trace)(const Bool trace_rwlock);
48 const Bool took_lock);
51 const Bool took_lock);
drd_semaphore.h 39 void DRD_(semaphore_set_trace)(const Bool trace_semaphore);
50 const Bool waited);
53 const Bool waited);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shape.h 67 Bool send_event; /* true if this came frome a SendEvent request */
74 Bool shaped; /* true if the region exists */
79 extern Bool XShapeQueryExtension (
145 Bool* /* bounding_shaped */,
150 Bool* /* clip_shaped */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shape.h 67 Bool send_event; /* true if this came frome a SendEvent request */
74 Bool shaped; /* true if the region exists */
79 extern Bool XShapeQueryExtension (
145 Bool* /* bounding_shaped */,
150 Bool* /* clip_shaped */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shape.h 67 Bool send_event; /* true if this came frome a SendEvent request */
74 Bool shaped; /* true if the region exists */
79 extern Bool XShapeQueryExtension (
145 Bool* /* bounding_shaped */,
150 Bool* /* clip_shaped */,
  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 47 Bool VG_(clo_trace_malloc) = False;
54 Bool VG_(replacement_malloc_process_cmd_line_option)(Char* arg)
95 Bool VG_(addr_is_in_block)( Addr a, Addr start, SizeT size, SizeT rz_szB )
  /external/valgrind/main/coregrind/m_ume/
priv_ume.h 38 extern Bool VG_(match_ELF) ( Char *hdr, Int len );
41 extern Bool VG_(match_macho) ( Char *hdr, Int len );
47 extern Bool VG_(match_script) ( Char *hdr, Int len );
  /external/lzma/C/
LzFindMt.h 24 Bool wasCreated;
25 Bool needStart;
26 Bool exit;
27 Bool stopWriting;
35 Bool csWasInitialized;
36 Bool csWasEntered;

Completed in 1077 milliseconds

1 2 34 5 6 7 8 91011>>