Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-tcti/
Dtctildr.c135 size_t combined_length; in tctildr_conf_parse() local
141 combined_length = strlen (name_conf); in tctildr_conf_parse()
142 if (combined_length > PATH_MAX - 1) { in tctildr_conf_parse()
148 if (combined_length == 0) in tctildr_conf_parse()
/external/ImageMagick/coders/
Dpsd.c2026 combined_length, in ReadPSDLayersInternal() local
2033 combined_length=length+4; in ReadPSDLayersInternal()
2074 combined_length+=length+4; in ReadPSDLayersInternal()
2095 combined_length+=length+1; in ReadPSDLayersInternal()
2105 combined_length+=length; in ReadPSDLayersInternal()
2114 length=(MagickSizeType) size-combined_length; in ReadPSDLayersInternal()