Home
last modified time | relevance | path

Searched refs:next_length (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc298 int next_length = 0; in ConvertCaseHelper() local
300 next_length = mapping->get(next, 0, chars); in ConvertCaseHelper()
301 if (next_length == 0) next_length = 1; in ConvertCaseHelper()
303 int current_length = i + char_length + next_length; in ConvertCaseHelper()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c2784 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, in process_chunk() argument
2786 /* Called when the chunk data has been read, next_length and next_type in process_chunk()
2865 file->length = next_length; in process_chunk()
2945 file->length = next_length; in process_chunk()
3030 png_uint_32 next_length = get32(buffer, nused); in sync_stream() local
3032 if (next_length < 0x7fffffff) in sync_stream()
3039 process_chunk(file, file_crc, next_length, next_type); in sync_stream()
3126 png_uint_32 next_length; in read_chunk() local
3128 nread += read_4(file, &next_length); in read_chunk()
3129 if (nread == 8 && next_length < in read_chunk()
[all...]

Completed in 5 milliseconds