Home
last modified time | relevance | path

Searched refs:num_args (Results 1 – 25 of 82) sorted by relevance

1234

/external/v8/test/cctest/
Dtest-trace-event.cc29 int num_args; member
32 int num_args, int flags) in MockTraceObject()
37 num_args(num_args), in MockTraceObject()
76 uint64_t bind_id, int num_args, const char** arg_names, in AddTraceEvent() argument
80 bind_id, num_args, flags); in AddTraceEvent()
137 CHECK_EQ(0, GET_TRACE_OBJECT(0)->num_args); in TEST()
141 CHECK_EQ(0, GET_TRACE_OBJECT(1)->num_args); in TEST()
159 CHECK_EQ(1, GET_TRACE_OBJECT(0)->num_args); in TEST()
160 CHECK_EQ(1, GET_TRACE_OBJECT(1)->num_args); in TEST()
161 CHECK_EQ(1, GET_TRACE_OBJECT(2)->num_args); in TEST()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c60 unsigned num_args) in lp_declare_intrinsic() argument
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_declare_intrinsic()
84 unsigned num_args) in lp_build_intrinsic() argument
94 assert(num_args <= LP_MAX_FUNC_ARGS); in lp_build_intrinsic()
96 for(i = 0; i < num_args; ++i) { in lp_build_intrinsic()
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args); in lp_build_intrinsic()
104 return LLVMBuildCall(builder, function, args, num_args, ""); in lp_build_intrinsic()
228 unsigned num_args) in lp_build_intrinsic_map() argument
236 assert(num_args <= LP_MAX_FUNC_ARGS); in lp_build_intrinsic_map()
243 for(j = 0; j < num_args; ++j) in lp_build_intrinsic_map()
[all …]
Dlp_bld_intr.h55 unsigned num_args);
62 unsigned num_args);
94 unsigned num_args);
/external/libchrome/base/trace_event/
Dtrace_event_impl.cc90 int num_args, in Initialize() argument
108 num_args = (num_args > kTraceMaxNumArgs) ? kTraceMaxNumArgs : num_args; in Initialize()
110 for (; i < num_args; ++i) { in Initialize()
130 for (i = 0; i < num_args; ++i) { in Initialize()
138 for (i = 0; i < num_args; ++i) { in Initialize()
156 for (i = 0; i < num_args; ++i) { in Initialize()
160 for (i = 0; i < num_args; ++i) { in Initialize()
Dtrace_log.h146 int num_args,
192 int num_args,
204 int num_args,
216 int num_args,
229 int num_args,
243 int num_args,
253 int num_args,
Dtrace_event.h555 const int num_args = 1; in AddTraceEventWithThreadIdAndTimestamp() local
559 num_args, &arg1_name, arg_types, NULL, &arg1_val, flags); in AddTraceEventWithThreadIdAndTimestamp()
578 const int num_args = 2; in AddTraceEventWithThreadIdAndTimestamp() local
592 num_args, arg_names, arg_types, arg_values, convertable_values, flags); in AddTraceEventWithThreadIdAndTimestamp()
610 const int num_args = 2; in AddTraceEventWithThreadIdAndTimestamp() local
625 num_args, arg_names, arg_types, arg_values, convertable_values, flags); in AddTraceEventWithThreadIdAndTimestamp()
643 const int num_args = 2; in AddTraceEventWithThreadIdAndTimestamp() local
652 num_args, arg_names, arg_types, NULL, convertable_values, flags); in AddTraceEventWithThreadIdAndTimestamp()
696 const int num_args = 1; in AddTraceEventWithThreadIdAndTimestamp() local
702 num_args, &arg1_name, arg_types, arg_values, NULL, flags); in AddTraceEventWithThreadIdAndTimestamp()
[all …]
Dtrace_log.cc130 int num_args = 1; in InitializeMetadataEvent() local
143 num_args, in InitializeMetadataEvent()
1051 int num_args, in AddTraceEvent() argument
1067 num_args, in AddTraceEvent()
1081 int num_args, in AddTraceEventWithBindId() argument
1097 num_args, in AddTraceEventWithBindId()
1111 int num_args, in AddTraceEventWithProcessId() argument
1126 num_args, in AddTraceEventWithProcessId()
1143 int num_args, in AddTraceEventWithThreadIdAndTimestamp() argument
1157 num_args, in AddTraceEventWithThreadIdAndTimestamp()
[all …]
/external/lldb/source/Expression/
DClangFunction.cpp137 uint32_t num_args = UINT32_MAX; in CompileFunction() local
150 num_args = num_func_args; in CompileFunction()
155 if (num_args == UINT32_MAX) in CompileFunction()
156 num_args = m_arg_values.GetSize(); in CompileFunction()
160 for (size_t i = 0; i < num_args; i++) in CompileFunction()
183 if (i < num_args - 1) in CompileFunction()
196 if (i < num_args - 1) in CompileFunction()
345 size_t num_args = arg_values.GetSize(); in WriteFunctionArguments() local
346 if (num_args != m_arg_values.GetSize()) in WriteFunctionArguments()
348 …errors.Printf ("Wrong number of arguments - was: %lu should be: %lu", num_args, m_arg_values.GetSi… in WriteFunctionArguments()
[all …]
/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c1033 FT_Int num_args = (FT_Int)( args - decoder->stack ); in cff_decoder_parse_charstrings() local
1248 if ( num_args > 0 && decoder->read_width ) in cff_decoder_parse_charstrings()
1265 set_width_ok = num_args & 2; in cff_decoder_parse_charstrings()
1275 set_width_ok = num_args & 1; in cff_decoder_parse_charstrings()
1281 set_width_ok = ( num_args == 5 ) || ( num_args == 1 ); in cff_decoder_parse_charstrings()
1301 num_args--; in cff_decoder_parse_charstrings()
1310 if ( num_args < req_args ) in cff_decoder_parse_charstrings()
1313 num_args -= req_args; in cff_decoder_parse_charstrings()
1338 num_args / 2, in cff_decoder_parse_charstrings()
1339 args - ( num_args & ~1 ) ); in cff_decoder_parse_charstrings()
[all …]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
Dcffgload.c1033 FT_Int num_args = (FT_Int)( args - decoder->stack ); in cff_decoder_parse_charstrings() local
1248 if ( num_args > 0 && decoder->read_width ) in cff_decoder_parse_charstrings()
1265 set_width_ok = num_args & 2; in cff_decoder_parse_charstrings()
1275 set_width_ok = num_args & 1; in cff_decoder_parse_charstrings()
1281 set_width_ok = ( num_args == 5 ) || ( num_args == 1 ); in cff_decoder_parse_charstrings()
1301 num_args--; in cff_decoder_parse_charstrings()
1310 if ( num_args < req_args ) in cff_decoder_parse_charstrings()
1313 num_args -= req_args; in cff_decoder_parse_charstrings()
1338 num_args / 2, in cff_decoder_parse_charstrings()
1339 args - ( num_args & ~1 ) ); in cff_decoder_parse_charstrings()
[all …]
/external/freetype/src/cff/
Dcffgload.c1041 FT_Int num_args = (FT_Int)( args - decoder->stack ); in cff_decoder_parse_charstrings() local
1294 if ( num_args > 0 && decoder->read_width ) in cff_decoder_parse_charstrings()
1311 set_width_ok = num_args & 2; in cff_decoder_parse_charstrings()
1321 set_width_ok = num_args & 1; in cff_decoder_parse_charstrings()
1329 : ( ( num_args == 5 ) || ( num_args == 1 ) ); in cff_decoder_parse_charstrings()
1349 num_args--; in cff_decoder_parse_charstrings()
1358 if ( num_args < req_args ) in cff_decoder_parse_charstrings()
1361 num_args -= req_args; in cff_decoder_parse_charstrings()
1386 num_args / 2, in cff_decoder_parse_charstrings()
1387 args - ( num_args & ~1 ) ); in cff_decoder_parse_charstrings()
[all …]
/external/libselinux/src/
Dlabel_support.c70 int hidden read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...) in read_spec_entries() argument
96 va_start(ap, num_args); in read_spec_entries()
99 while (items < num_args) { in read_spec_entries()
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-lookup.cc23 int lookup(const char * const *args, std::size_t num_args) { in lookup() argument
24 if (num_args == 0) { in lookup()
27 } else if (num_args > 1) { in lookup()
Dmarisa_alpha-predict.cc32 int predict(const char * const *args, std::size_t num_args) { in predict() argument
33 if (num_args == 0) { in predict()
36 } else if (num_args > 1) { in predict()
Dmarisa_alpha-build.cc61 int build(const char * const *args, std::size_t num_args) { in build() argument
63 if (num_args == 0) { in build()
67 for (std::size_t i = 0; i < num_args; ++i) { in build()
/external/marisa-trie/tools/
Dmarisa-lookup.cc23 int lookup(const char * const *args, std::size_t num_args) { in lookup() argument
24 if (num_args == 0) { in lookup()
27 } else if (num_args > 1) { in lookup()
Dmarisa-predict.cc32 int predict(const char * const *args, std::size_t num_args) { in predict() argument
33 if (num_args == 0) { in predict()
36 } else if (num_args > 1) { in predict()
Dmarisa-build.cc61 int build(const char * const *args, std::size_t num_args) { in build() argument
63 if (num_args == 0) { in build()
67 for (std::size_t i = 0; i < num_args; ++i) { in build()
/external/lldb/source/Commands/
DCommandObjectArgs.cpp123 const size_t num_args = args.GetArgumentCount (); in DoExecute() local
126 if (!num_args) in DoExecute()
162 for (arg_index = 0; arg_index < num_args; ++arg_index) in DoExecute()
256 for (arg_index = 0; arg_index < num_args; ++arg_index) in DoExecute()
/external/selinux/libselinux/src/
Dlabel_support.c53 int hidden read_spec_entries(char *line_buf, int num_args, ...) in read_spec_entries() argument
77 va_start(ap, num_args); in read_spec_entries()
80 while (items < num_args) { in read_spec_entries()
/external/webrtc/webrtc/base/
Devent_tracer.h38 int num_args,
64 int num_args,
Devent_tracer.cc53 int num_args, in AddTraceEvent() argument
63 num_args, in AddTraceEvent()
216 int num_args, in InternalAddTraceEvent() argument
/external/selinux/libsepol/src/
Dutil.c252 int hidden tokenize(char *line_buf, char delim, int num_args, ...) in tokenize() argument
262 va_start(ap, num_args); in tokenize()
264 for (items = 0; items < num_args && *buf_p != '\0'; items++) { in tokenize()
268 if (items == num_args - 1) { in tokenize()
/external/lldb/source/Target/
DThreadPlanTracer.cpp239 const int num_args = 1; in Log() local
241 for (int arg_index = 0; arg_index < num_args; ++arg_index) in Log()
252 for (int arg_index = 0; arg_index < num_args; ++arg_index) in Log()
256 if (arg_index + 1 < num_args) in Log()
/external/v8/test/cctest/wasm/
Dtest-run-wasm-js.cc257 void RunWASMSelectAlignTest(int num_args, int num_params) { in RunWASMSelectAlignTest() argument
261 DCHECK_LE(num_args, kMaxParams); in RunWASMSelectAlignTest()
285 double expected = which < num_args ? inputs.arg_d(which) : nan; in RunWASMSelectAlignTest()
286 EXPECT_CALL(expected, jsfunc, args, num_args); in RunWASMSelectAlignTest()
342 void RunJSSelectAlignTest(int num_args, int num_params) { in RunJSSelectAlignTest() argument
347 CHECK_LE(num_args, kMaxParams); in RunJSSelectAlignTest()
391 double expected = which < num_args ? inputs.arg_d(which) : nan; in RunJSSelectAlignTest()
392 EXPECT_CALL(expected, jsfunc, args, num_args); in RunJSSelectAlignTest()

1234