HomeSort by relevance Sort by last modified time
    Searched defs:num_args (Results 1 - 24 of 24) sorted by null

  /art/compiler/llvm/
intrinsic_helper.cc 110 unsigned num_args = 0; local
123 arg_type[num_args++] = GetLLVMTypeOfIntrinsicValType(irb, type);
132 ::llvm::ArrayRef< ::llvm::Type*>(arg_type, num_args),
gbc_expander.cc 649 unsigned num_args = inst.getNumArgOperands(); local
651 if (num_args <= 0) {
655 for (unsigned i = 0; i < num_args; i++) {
1246 unsigned num_args = call_inst.getNumArgOperands(); local
    [all...]
  /external/chromium_org/chrome_frame/
update_launcher.cc 40 int num_args = 0; local
42 args = ::CommandLineToArgvW(command_line, &num_args);
45 if (num_args == 3 && _wcsicmp(args[1], kUpdateCommandFlag) == 0)
chrome_launcher.cc 126 int num_args = 0; local
128 args = CommandLineToArgvW(command_line, &num_args);
133 for (int i = 1; i < num_args; ++i) {
  /build/tools/atree/
fs.cpp 167 int num_args = 0; local
172 ++num_args;
177 if (num_args <= 0) {
181 } else if (num_args == 1) {
187 const char** args = (const char**) malloc(sizeof(const char*) * (num_args + 2));
204 args[num_args] = path.c_str();
205 args[num_args + 1] = NULL;
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 133 size_t num_args = args->GetSize(); local
134 if (num_args > 3U || num_args == 0) {
150 if (num_args >= 2 && (!args->GetString(1, &window_num_str) ||
159 if (num_args == 3 && (!args->GetString(2, &tab_id_str) ||
  /external/chromium_org/tools/win/split_link/
split_link.cc 121 int num_args; local
122 LPWSTR* args = CommandLineToArgvW(GetCommandLine(), &num_args);
127 for (int i = 1; i < num_args; ++i) // Skip old argv[0].
  /external/chromium/base/
command_line.cc 445 int num_args = 0; local
448 args = CommandLineToArgvW(command_line_string_.c_str(), &num_args);
454 for (int i = 1; i < num_args; ++i) {
  /external/chromium_org/base/
command_line.cc 415 int num_args = 0; local
417 args = ::CommandLineToArgvW(command_line_string.c_str(), &num_args);
421 InitFromArgv(num_args, args);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 283 size_t num_args = args->GetSize(); local
289 if (num_args != 8U && num_args != 1U) {
305 if (num_args >= 2 && (!args->GetString(1, &window_num_str) ||
314 if (num_args >= 3 && (!args->GetString(2, &tab_id_str) ||
  /external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c 89 uint32_t num_args = 0; local
116 num_args = 0;
126 num_args = 1;
134 num_args, arg_names, arg_types, arg_values, 0
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 800 FT_UInt num_args = (FT_UInt) local
829 if ( field->kind != cff_kind_delta && num_args < 1 )
875 if ( num_args > field->array_max )
876 num_args = field->array_max;
879 *qcount = (FT_Byte)num_args;
882 while ( num_args > 0 )
904 num_args--;
cffgload.c 1011 FT_Int num_args = (FT_Int)( args - decoder->stack ); local
    [all...]
  /external/freetype/src/cff/
cffparse.c 994 FT_UInt num_args = (FT_UInt) local
1027 if ( field->kind != cff_kind_delta && num_args < 1 )
1101 if ( num_args > field->array_max )
1102 num_args = field->array_max;
1107 *qcount = (FT_Byte)num_args;
1110 while ( num_args > 0 )
1134 num_args--;
cffgload.c 1037 FT_Int num_args = (FT_Int)( args - decoder->stack ); local
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 1036 FT_Int num_args = t1_args_count[op]; local
    [all...]
  /external/freetype/src/psaux/
t1decode.c 1049 FT_Int num_args = t1_args_count[op]; local
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 241 unsigned num_args = Args ? Args->size() : 0; local
243 ASTTemplateKWAndArgsInfo::sizeFor(num_args));
    [all...]
  /system/extras/micro_bench/
micro_bench.cpp 67 int num_args; member in struct:__anon62825
    [all...]
  /external/e2fsprogs/misc/
fsck.c 102 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/chromium_org/base/debug/
trace_event.h 1137 const int num_args = 1; local
1175 const int num_args = 2; local
1223 const int num_args = 2; local
1271 const int num_args = 2; local
1337 const int num_args = 1; local
1374 const int num_args = 2; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 359 NUM_ARGS says how many arguments are being passed.
366 UInt num_args; member in struct:__anon29234::__anon29235::__anon29253
489 s390_insn *s390_insn_helper_call(s390_cc_t cond, Addr64 target, UInt num_args,
host_s390_defs.c 648 for (i = 0; i < insn->variant.helper_call.num_args; ++i) {
4835 UInt i, num_args; local
    [all...]
  /system/vold/
cryptfs.c 1439 int num_args; local
    [all...]

Completed in 2127 milliseconds