Searched defs:num_args (Results 1 - 25 of 35) sorted by relevance

12

/external/libselinux/src/
H A Dlabel_support.c62 * num_args - The number of spec parameter entries to process.
70 int hidden read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...) argument
96 va_start(ap, num_args);
99 while (items < num_args) {
/external/selinux/libselinux/src/
H A Dlabel_support.c47 * num_args - The number of spec parameter entries to process.
53 int hidden read_spec_entries(char *line_buf, int num_args, ...) argument
77 va_start(ap, num_args);
80 while (items < num_args) {
/external/v8/test/cctest/
H A Dtest-trace-event.cc29 int num_args; member in struct:MockTraceObject
32 int num_args, int flags)
37 num_args(num_args),
76 int num_args, const char** arg_names,
80 bind_id, num_args, flags);
137 CHECK_EQ(0, GET_TRACE_OBJECT(0)->num_args);
141 CHECK_EQ(0, GET_TRACE_OBJECT(1)->num_args);
159 CHECK_EQ(1, GET_TRACE_OBJECT(0)->num_args);
160 CHECK_EQ(1, GET_TRACE_OBJECT(1)->num_args);
31 MockTraceObject(char phase, std::string name, uint64_t id, uint64_t bind_id, int num_args, int flags) argument
[all...]
/external/webrtc/webrtc/base/
H A Devent_tracer_unittest.cc53 int num_args,
49 AddTraceEventHandler(char phase, const unsigned char* category_enabled, const char* name, unsigned long long id, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, unsigned char flags) argument
H A Devent_tracer.cc53 int num_args,
63 num_args,
216 int num_args,
49 AddTraceEvent(char phase, const unsigned char* category_enabled, const char* name, unsigned long long id, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, unsigned char flags) argument
212 InternalAddTraceEvent(char phase, const unsigned char* category_enabled, const char* name, unsigned long long id, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, unsigned char flags) argument
H A Dtrace_event.h559 // int num_args,
837 const int num_args = 1; local
843 num_args, &arg1_name, arg_types, arg_values,
857 const int num_args = 2; local
865 num_args, arg_names, arg_types, arg_values,
/external/google-breakpad/src/tools/windows/dump_syms/
H A Ddump_syms_unittest.cc85 int num_args = 0; local
87 args = ::CommandLineToArgvW(command_line.c_str(), &num_args);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c60 unsigned num_args)
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
84 unsigned num_args)
94 assert(num_args <= LP_MAX_FUNC_ARGS);
96 for(i = 0; i < num_args; ++i) {
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
104 return LLVMBuildCall(builder, function, args, num_args, "");
228 unsigned num_args)
236 assert(num_args <= LP_MAX_FUNC_ARGS);
243 for(j = 0; j < num_args;
56 lp_declare_intrinsic(LLVMModuleRef module, const char *name, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args) argument
80 lp_build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
224 lp_build_intrinsic_map(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) argument
[all...]
H A Dlp_bld_const.c466 unsigned num_args,
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
462 lp_build_const_func_pointer(struct gallivm_state *gallivm, const void *ptr, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args, const char *name) argument
/external/v8/include/
H A Dv8-platform.h145 uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names,
143 AddTraceEvent( char phase, const uint8_t* category_enabled_flag, const char* name, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, unsigned int flags) argument
/external/libchrome/base/trace_event/
H A Dtrace_event_impl.cc90 int num_args,
107 // Clamp num_args since it may have been set by a third_party library.
108 num_args = (num_args > kTraceMaxNumArgs) ? kTraceMaxNumArgs : num_args;
110 for (; i < num_args; ++i) {
130 for (i = 0; i < num_args; ++i) {
138 for (i = 0; i < num_args; ++i) {
156 for (i = 0; i < num_args; ++i) {
160 for (i = 0; i < num_args;
81 Initialize( int thread_id, TimeTicks timestamp, ThreadTicks thread_timestamp, char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, unsigned long long bind_id, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, const scoped_refptr<ConvertableToTraceFormat>* convertable_values, unsigned int flags) argument
[all...]
H A Dtrace_log.cc130 int num_args = 1; local
143 num_args,
1051 int num_args,
1067 num_args,
1081 int num_args,
1097 num_args,
1111 int num_args,
1126 num_args,
1143 int num_args,
1157 num_args,
[all...]
H A Dtrace_event.h103 // int num_args,
121 // int num_args,
140 // int num_args,
159 // int num_args,
555 const int num_args = 1; local
559 num_args, &arg1_name, arg_types, NULL, &arg1_val, flags);
578 const int num_args = 2; local
592 num_args, arg_names, arg_types, arg_values, convertable_values, flags);
610 const int num_args = 2; local
625 num_args, arg_name
643 const int num_args = 2; local
696 const int num_args = 1; local
737 const int num_args = 2; local
787 const int num_args = 1; local
[all...]
/external/selinux/libsepol/src/
H A Dutil.c242 * num_args - The number of parameter entries to process.
248 * function will not tokenize more than num_args and the last argument will
252 int hidden tokenize(char *line_buf, char delim, int num_args, ...) argument
262 va_start(ap, num_args);
264 for (items = 0; items < num_args && *buf_p != '\0'; items++) {
268 if (items == num_args - 1) {
/external/v8/src/libplatform/
H A Ddefault-platform.cc175 uint64_t id, uint64_t bind_id, int num_args, const char** arg_names,
173 AddTraceEvent( char phase, const uint8_t* category_enabled_flag, const char* name, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, unsigned int flags) argument
/external/freetype/src/cff/
H A Dcffparse.c1010 FT_UInt num_args = (FT_UInt) local
1043 if ( field->kind != cff_kind_delta && num_args < 1 )
1117 if ( num_args > field->array_max )
1118 num_args = field->array_max;
1123 *qcount = (FT_Byte)num_args;
1126 while ( num_args > 0 )
1150 num_args--;
/external/libchrome/base/
H A Dcommand_line.cc420 int num_args = 0; local
422 args = ::CommandLineToArgvW(command_line_string.c_str(), &num_args);
426 InitFromArgv(num_args, args);
/external/pdfium/third_party/freetype/src/cff/
H A Dcffparse.c1010 FT_UInt num_args = (FT_UInt) local
1043 if ( field->kind != cff_kind_delta && num_args < 1 )
1117 if ( num_args > field->array_max )
1118 num_args = field->array_max;
1123 *qcount = (FT_Byte)num_args;
1126 while ( num_args > 0 )
1150 num_args--;
/external/freetype/src/psaux/
H A Dt1decode.c1050 FT_Int num_args = t1_args_count[op]; local
1053 FT_ASSERT( num_args >= 0 );
1055 if ( top - decoder->stack < num_args )
1060 /* decoder->stack[0], ..., decoder->stack[num_args - 1]; */
1076 if ( top - decoder->stack != num_args )
1080 top - decoder->stack, num_args ));
1086 top -= num_args;
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.c1050 FT_Int num_args = t1_args_count[op]; local
1053 FT_ASSERT( num_args >= 0 );
1055 if ( top - decoder->stack < num_args )
1060 /* decoder->stack[0], ..., decoder->stack[num_args - 1]; */
1076 if ( top - decoder->stack != num_args )
1080 top - decoder->stack, num_args ));
1086 top -= num_args;
/external/skia/src/core/
H A DSkTraceEvent.h92 // int num_args,
411 const int num_args = 1; local
417 num_args, &arg1_name, arg_types, arg_values, flags);
432 const int num_args = 2; local
440 num_args, arg_names, arg_types, arg_values, flags);
/external/v8/src/tracing/
H A Dtrace-event.h115 // int num_args,
428 const int num_args = 1; local
433 id, bind_id, num_args, &arg1_name,
443 const int num_args = 2; local
450 id, bind_id, num_args, arg_names,
/external/e2fsprogs/misc/
H A Dfsck.c101 static int num_devices, num_args; variable
451 for (i=0; i <num_args; i++)
1108 num_args = 0;
1151 if (num_args >= MAX_ARGS) {
1156 args[num_args++] = string_copy(arg);
1236 if (num_args >= MAX_ARGS) {
1242 args[num_args++] = string_copy(options);
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c956 unsigned num_args,
967 assert(num_args <= LP_MAX_FUNC_ARGS);
969 for(i = 0; i < num_args; ++i) {
974 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
980 return LLVMBuildCall(builder, function, args, num_args, "");
952 build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args, LLVMAttribute attr) argument
/external/clang/lib/AST/
H A DExprCXX.cpp297 unsigned num_args = Args ? Args->size() : 0; local
299 ASTTemplateKWAndArgsInfo::sizeFor(num_args));

Completed in 1082 milliseconds

12