HomeSort by relevance Sort by last modified time
    Searched refs:Int (Results 51 - 75 of 581) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/coregrind/
pub_core_debuglog.h 59 void VG_(debugLog_startup) ( Int level, HChar* who );
70 Int VG_(debugLog_getLevel) ( void );
76 void VG_(debugLog) ( Int level, const HChar* modulename,
pub_core_clientstate.h 57 extern Int VG_(cl_exec_fd);
68 extern Int VG_(cl_cmdline_fd);
79 extern Int VG_(fd_soft_limit);
80 extern Int VG_(fd_hard_limit);
m_clientstate.c 62 Int VG_(cl_exec_fd) = -1;
65 Int VG_(cl_cmdline_fd) = -1;
78 Int VG_(args_for_valgrind_noexecpass) = 0;
93 Int VG_(fd_soft_limit) = -1;
94 Int VG_(fd_hard_limit) = -1;
pub_core_libcproc.h 79 extern Int VG_(getgroups)( Int size, UInt* list );
80 extern Int VG_(ptrace)( Int request, Int pid, void *addr, void *data );
pub_core_options.h 56 extern Int VG_(clo_error_exitcode);
70 extern Int VG_(clo_vgdb_poll);
83 extern Int VG_(clo_gen_suppressions);
85 extern Int VG_(clo_sanity_level);
118 extern Int VG_(clo_input_fd);
121 extern Int VG_(clo_n_suppressions);
126 extern Int VG_(clo_n_fullpath_after);
134 extern Int VG_(clo_trace_notbelow);
136 extern Int VG_(clo_trace_notabove);
170 extern Int VG_(clo_core_redzone_size)
    [all...]
pub_core_ume.h 54 Int phnum; // OUT: number of phdrs
81 extern SysRes VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd,
88 extern Int VG_(do_exec)(const HChar* exe, ExeInfo* info);
pub_core_translate.h 43 Int debugging_verbosity,
m_aspacehl.c 41 Addr* VG_(get_segment_starts) ( /*OUT*/Int* n_acquired )
44 Int n_starts, r = 0;
  /external/valgrind/main/include/
pub_tool_clientstate.h 59 extern Int VG_(args_for_valgrind_noexecpass);
  /external/clang/test/PCH/
cxx-templates.cpp 21 typedef int type;
27 void test(const int (&a6)[17]) {
28 int x = templ_f<int, 5>(3);
31 S<int, char>::partial();
32 S<int, float>::explicit_special();
38 S3<int> s3;
43 S6<const int[17]>::t2 b6 = a6;
46 template struct S4<int>;
48 S7<int[5]> s7_5
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.h 21 const static Int ColThInter[32] = {0, 0x1C, 0x4C, 0x6C, 0x9C, 0xBC, 0xEC, 0x10C,
27 const static Int ColThIntra[32] = {0, 0x1C, 0x3C, 0x5C, 0x7C, 0x9C, 0xBC, 0xDC,
60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *blk, UChar *rec, Int lx);
62 void idct_row1Inter(Short *blk, UChar *rec, Int lx);
63 void idct_row2Inter(Short *blk, UChar *rec, Int lx);
64 void idct_row3Inter(Short *blk, UChar *rec, Int lx);
65 void idct_row4Inter(Short *blk, UChar *rec, Int lx);
66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx);
67 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx)
    [all...]
fastcodemb.cpp 50 PV_STATUS CodeMB_H263(VideoEncData *video, approxDCT *function, Int QP, Int ncoefblck[])
52 Int sad, k, CBP, mbnum = video->mbnum;
58 Int dc_scaler = 8;
59 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q);
61 Int dctMode, DctTh1;
62 Int ColTh;
63 Int(*BlockQuantDequantH263)(Short *, Short *, struct QPstruct *,
64 UChar[], UChar *, UInt *, Int, Int, Int, UChar)
    [all...]
sad_halfpel.cpp 19 Int HalfPel1_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
20 Int HalfPel2_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width)
21 Int HalfPel1_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh
    [all...]
vlc_encode.cpp 88 typedef void (*BlockCodeCoeffPtr)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar) ;
90 const static Int mode_MBtype[] =
99 const static Int zigzag_inv[NCOEFF_BLOCK] =
112 const static Int zigzag_h_inv[NCOEFF_BLOCK] =
125 const static Int zigzag_v_inv[NCOEFF_BLOCK] =
142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream)
    [all...]
fastquant.cpp 84 /* Int Qp Quantizer */
90 Int cal_dc_scalerENC(Int QP, Int type)
93 Int dc_scaler;
149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,
151 Int dctMode, Int comp, Int dummy, UChar shortHeader)
153 Int i, zz
    [all...]
  /external/valgrind/main/callgrind/
events.h 50 Int size;
55 EventGroup* CLG_(register_event_group) (int id, Char*);
56 EventGroup* CLG_(register_event_group2)(int id, Char*, Char*);
57 EventGroup* CLG_(register_event_group3)(int id, Char*, Char*, Char*);
58 EventGroup* CLG_(register_event_group4)(int id, Char*, Char*, Char*, Char*);
59 EventGroup* CLG_(get_event_group)(int id);
67 Int count;
68 Int size;
69 Int offset[MAX_EVENTGROUP_COUNT];
73 EventSet* CLG_(get_event_set)(Int id)
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
priv_sema.h 36 Int pipe[2];
37 Int owner_lwpid; /* who currently has it */
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p7-1y.cpp 11 int i;
12 int &&f();
14 using Int = int;
15 using IntLRef = int&;
16 using IntRRef = int&&;
17 using InitListInt = std::initializer_list<int>;
18 using IntPtr = int*;
22 using Int = decltype(x3a);
23 using Int = decltype(x3d)
    [all...]
  /external/clang/test/Index/
annotate-tokens.c 1 typedef int T;
2 struct X { int a, b; };
12 typedef int Int;
13 enum Color g(int i, ...) {
15 (void)__builtin_va_arg(va, Int);
16 (void)__builtin_types_compatible_p(Int, Int);
36 __attribute__((unavailable)) Int __attribute__((unavailable)) test() __attribute__((unavailable));
39 int x;
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 66 Int len;
180 /*IN*/ Int offB_GUEST_TISTART,
181 /*IN*/ Int offB_GUEST_TILEN,
182 /*IN*/ Int offB_GUEST_IP,
183 /*IN*/ Int szB_GUEST_IP
  /external/valgrind/main/cachegrind/
cg_arch.h 36 Int size; // bytes
37 Int assoc;
38 Int line_size; // bytes
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 82 ; Define generic signed and unsigned int
84 typedef signed int Int;
86 typedef unsigned int UInt;
132 typedef Int Flag;
136 typedef Int Bool;
  /external/valgrind/main/VEX/pub/
libvex.h 189 Int ppc_cache_line_szB;
262 Int guest_stack_redzone_size;
332 Int iropt_verbosity;
335 Int iropt_level;
341 Int iropt_unroll_thresh;
345 Int guest_max_insns;
351 Int guest_chase_thresh;
380 static inline void* LibVEX_Alloc ( Int nbytes )
387 int i;
406 Int ALIGN
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 1 typedef int Int;
6 Int field1;
14 Int field1;
15 int field2;
21 struct S2 { int i; float f; } x2;
24 struct S3 { int i; float f; double d; } x3;
27 struct S4 { int i; } x4;
30 struct S5 { int i : 8; unsigned j : 8; } x5;
33 struct S6 { int i : 8; unsigned j : 8; } x6
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 203 Int cfa_off;
204 Int ra_off;
205 Int sp_off;
206 Int bp_off;
221 Int cfa_off;
222 Int ra_off;
223 Int r14_off;
224 Int r13_off;
225 Int r12_off;
226 Int r11_off
    [all...]

Completed in 810 milliseconds

1 23 4 5 6 7 8 91011>>