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

/xsrc/external/mit/xkeyboard-config/dist/tests/ruby/
H A Dutils.rb33 def full_length() method in class:NonuniqueCountingHash
/xsrc/external/mit/fonttosfnt/dist/
H A Dwrite.c322 int full_length; local in function:writeFile
431 full_length = ftell(out);
432 if(full_length < 0) {
436 while(full_length % 4 != 0) {
439 full_length++;
443 rc = fixupChecksum(out, full_length, head_position);
523 fixupChecksum(FILE *out, int full_length, int head_position) argument
526 checksum = computeChecksum(out, 0, full_length);

Completed in 5 milliseconds