Home
last modified time | relevance | path

Searched refs:converted_length (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc321 TNode<Number> converted_length = in ConstructByLength() local
328 GotoIf(TaggedIsNotSmi(converted_length), &invalid_length); in ConstructByLength()
330 TNode<Smi> smi_converted_length = CAST(converted_length); in ConstructByLength()
337 converted_length, element_size, initialize, default_constructor); in ConstructByLength()
343 converted_length); in ConstructByLength()
/external/pcre/dist2/src/
Dpcre2test.c5467 PCRE2_SIZE converted_length; in process_pattern() local
5471 converted_length = pat_patctl.convert_length; in process_pattern()
5472 converted_pattern = malloc(converted_length * code_unit_size); in process_pattern()
5514 &converted_pattern, &converted_length, con_context); in process_pattern()
5519 SIZ_CAST converted_length); in process_pattern()
5527 PCHARSV(converted_pattern, 0, converted_length, utf, outfile); in process_pattern()
5529 patlen = converted_length; in process_pattern()
5530 CONVERT_COPY(pbuffer, converted_pattern, converted_length + 1); in process_pattern()