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

12

/external/marisa-trie/tools/
H A Dmarisa-lookup.cc23 int lookup(const char * const *args, std::size_t num_args) { argument
24 if (num_args == 0) {
27 } else if (num_args > 1) {
H A Dmarisa-build.cc61 int build(const char * const *args, std::size_t num_args) { argument
63 if (num_args == 0) {
67 for (std::size_t i = 0; i < num_args; ++i) {
H A Dmarisa-predict.cc32 int predict(const char * const *args, std::size_t num_args) { argument
33 if (num_args == 0) {
36 } else if (num_args > 1) {
H A Dmarisa-find.cc78 int find(const char * const *args, std::size_t num_args) { argument
79 if (num_args == 0) {
82 } else if (num_args > 1) {
H A Dmarisa-benchmark.cc150 int read_keys(const char * const *args, std::size_t num_args, argument
152 if (num_args == 0) {
155 for (std::size_t i = 0; i < num_args; ++i) {
286 int benchmark(const char * const *args, std::size_t num_args) try { argument
288 const int ret = read_keys(args, num_args, &keys);
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-lookup.cc23 int lookup(const char * const *args, std::size_t num_args) { argument
24 if (num_args == 0) {
27 } else if (num_args > 1) {
H A Dmarisa_alpha-build.cc61 int build(const char * const *args, std::size_t num_args) { argument
63 if (num_args == 0) {
67 for (std::size_t i = 0; i < num_args; ++i) {
H A Dmarisa_alpha-predict.cc32 int predict(const char * const *args, std::size_t num_args) { argument
33 if (num_args == 0) {
36 } else if (num_args > 1) {
H A Dmarisa_alpha-find.cc78 int find(const char * const *args, std::size_t num_args) { argument
79 if (num_args == 0) {
82 } else if (num_args > 1) {
H A Dmarisa_alpha-benchmark.cc150 int read_keys(const char * const *args, std::size_t num_args, argument
152 if (num_args == 0) {
155 for (std::size_t i = 0; i < num_args; ++i) {
286 int benchmark(const char * const *args, std::size_t num_args) try { argument
288 const int ret = read_keys(args, num_args, &keys);
/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/lldb/source/Commands/
H A DCommandObjectArgs.cpp123 const size_t num_args = args.GetArgumentCount (); local
126 if (!num_args)
162 for (arg_index = 0; arg_index < num_args; ++arg_index)
256 for (arg_index = 0; arg_index < num_args; ++arg_index)
H A DCommandObjectSource.cpp276 size_t num_args = current_command_args.GetArgumentCount(); local
278 for (size_t i = 0 ; i < num_args; i++)
/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/lldb/include/lldb/Symbol/
H A DClangASTContext.h350 unsigned num_args,
357 unsigned num_args,
364 num_args,
355 CreateFunctionType(const ClangASTType &result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
/external/lldb/source/Expression/
H A DClangFunction.cpp137 uint32_t num_args = UINT32_MAX; local
150 num_args = num_func_args;
155 if (num_args == UINT32_MAX)
156 num_args = m_arg_values.GetSize();
160 for (size_t i = 0; i < num_args; i++)
183 if (i < num_args - 1)
196 if (i < num_args - 1)
345 size_t num_args = arg_values.GetSize(); local
346 if (num_args != m_arg_values.GetSize())
348 errors.Printf ("Wrong number of arguments - was: %lu should be: %lu", num_args, m_arg_value
[all...]
/external/lldb/source/Target/
H A DThreadPlanTracer.cpp239 const int num_args = 1; local
241 for (int arg_index = 0; arg_index < num_args; ++arg_index)
252 for (int arg_index = 0; arg_index < num_args; ++arg_index)
256 if (arg_index + 1 < num_args)
/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/lldb/source/API/
H A DSBType.cpp238 const uint32_t num_args = func->getNumArgs(); local
239 for (uint32_t i=0; i<num_args; ++i)
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp371 int num_args = 0; local
377 num_args++;
380 return num_args;
/external/pdfium/third_party/freetype/src/cff/
H A Dcffparse.c990 FT_UInt num_args = (FT_UInt) local
1023 if ( field->kind != cff_kind_delta && num_args < 1 )
1097 if ( num_args > field->array_max )
1098 num_args = field->array_max;
1103 *qcount = (FT_Byte)num_args;
1106 while ( num_args > 0 )
1130 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.c1049 FT_Int num_args = t1_args_count[op]; local
1052 FT_ASSERT( num_args >= 0 );
1054 if ( top - decoder->stack < num_args )
1059 /* decoder->stack[0], ..., decoder->stack[num_args - 1]; */
1075 if ( top - decoder->stack != num_args )
1079 top - decoder->stack, num_args ));
1085 top -= num_args;
/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);

Completed in 680 milliseconds

12