Home
last modified time | relevance | path

Searched refs:temp_binary (Results 1 – 3 of 3) sorted by relevance

/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dcode1.c943 char temp_binary[40]; in c1_encode() local
965 strcpy(temp_binary, ""); in c1_encode()
968 temp_binary[i] = decimal_binary[i + 24]; in c1_encode()
970 strcpy(decimal_binary, temp_binary); in c1_encode()
/dports/lang/seed7/seed7/src/
H A Dobjutl.c178 objectType bld_binary_temp (uintType temp_binary) in bld_binary_temp() argument
188 result->value.binaryValue = temp_binary; in bld_binary_temp()
H A Dobjutl.h197 objectType bld_binary_temp (uintType temp_binary);