Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcffgload.c1012 FT_Int num_args = (FT_Int)( args - decoder->stack ); in cff_decoder_parse_charstrings() local
1226 if ( num_args > 0 && decoder->read_width ) in cff_decoder_parse_charstrings()
1243 set_width_ok = num_args & 2; in cff_decoder_parse_charstrings()
1253 set_width_ok = num_args & 1; in cff_decoder_parse_charstrings()
1259 set_width_ok = ( num_args == 5 ) || ( num_args == 1 ); in cff_decoder_parse_charstrings()
1279 num_args--; in cff_decoder_parse_charstrings()
1288 if ( num_args < req_args ) in cff_decoder_parse_charstrings()
1291 num_args -= req_args; in cff_decoder_parse_charstrings()
1316 num_args / 2, in cff_decoder_parse_charstrings()
1317 args - ( num_args & ~1 ) ); in cff_decoder_parse_charstrings()
[all …]
Dcffparse.c779 FT_UInt num_args = (FT_UInt) in cff_parser_run() local
808 if ( field->kind != cff_kind_delta && num_args < 1 ) in cff_parser_run()
854 if ( num_args > field->array_max ) in cff_parser_run()
855 num_args = field->array_max; in cff_parser_run()
858 *qcount = (FT_Byte)num_args; in cff_parser_run()
861 while ( num_args > 0 ) in cff_parser_run()
883 num_args--; in cff_parser_run()
/external/e2fsprogs/misc/
Dfsck.c98 int num_devices, num_args; variable
451 for (i=0; i <num_args; i++) in execute()
1097 num_args = 0; in PRS()
1140 if (num_args >= MAX_ARGS) { in PRS()
1145 args[num_args++] = string_copy(arg); in PRS()
1225 if (num_args >= MAX_ARGS) { in PRS()
1231 args[num_args++] = string_copy(options); in PRS()
/external/freetype/src/psaux/
Dt1decode.c1037 FT_Int num_args = t1_args_count[op]; in t1_decoder_parse_charstrings() local
1040 FT_ASSERT( num_args >= 0 ); in t1_decoder_parse_charstrings()
1042 if ( top - decoder->stack < num_args ) in t1_decoder_parse_charstrings()
1063 if ( top - decoder->stack != num_args ) in t1_decoder_parse_charstrings()
1067 top - decoder->stack, num_args )); in t1_decoder_parse_charstrings()
1073 top -= num_args; in t1_decoder_parse_charstrings()
/external/chromium/base/
Dcommand_line.cc68 int num_args = 0; in ParseFromString() local
71 args = CommandLineToArgvW(command_line_string_.c_str(), &num_args); in ParseFromString()
77 for (int i = 1; i < num_args; ++i) { in ParseFromString()
/external/v8/src/x64/
Dvirtual-frame-x64.cc1076 Result num_args = cgen()->allocator()->Allocate(rax); in CallConstructor() local
1077 ASSERT(num_args.is_valid()); in CallConstructor()
1078 __ movq(num_args.reg(), Immediate(arg_count)); in CallConstructor()
1081 num_args.Unuse(); in CallConstructor()
/external/v8/src/ia32/
Dvirtual-frame-ia32.cc1032 Result num_args = cgen()->allocator()->Allocate(eax); in CallConstructor() local
1033 ASSERT(num_args.is_valid()); in CallConstructor()
1034 __ Set(num_args.reg(), Immediate(arg_count)); in CallConstructor()
1037 num_args.Unuse(); in CallConstructor()