Home
last modified time | relevance | path

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

/dports/misc/libemos/libemos-4.5.9-Source/pbio/
H A DrecheckLength.c16 long len3oct(char *p) { in len3oct() function
67 total = len3oct(size); in recheckLength()
89 section1 = len3oct(size); in recheckLength()
109 section2 = len3oct(size); in recheckLength()
119 section3 = len3oct(size); in recheckLength()
127 section4 = len3oct(size); in recheckLength()
H A DPBGroutines.c2428 #define len3oct(p) ((((long)*(p))<<16) + (((long)*(p+1))<<8) + (long)*(p+2)) macro
2478 total = len3oct(size);
2507 section1 = len3oct(size);
2528 section2 = len3oct(size);