Home
last modified time | relevance | path

Searched refs:shortvalue (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A DHtPack.cc117 else if (value == shortvalue) in htPack()
120 compressed.append((char *) &shortvalue, sizeof shortvalue); in htPack()
163 compressed.append((char *) &shortvalue, sizeof shortvalue); in htPack()
206 compressed.append((char *) &shortvalue, sizeof shortvalue); in htPack()
325 memcpy(&shortvalue, data, sizeof shortvalue); in htUnpack()
326 value = shortvalue; in htUnpack()
368 short int shortvalue; in htUnpack() local
369 memcpy(&shortvalue, data, sizeof shortvalue); in htUnpack()
370 value = shortvalue; in htUnpack()
413 memcpy(&shortvalue, data, sizeof shortvalue); in htUnpack()
[all …]
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dloadtiff.c106 short shortvalue; /*this is duplicate of the lower numbered member
121 retval[0] = entry->shortvalue; in getvalue()
291 comptype = theIFD[i].shortvalue; in loadgreytiff()
295 photointerp = theIFD[i].shortvalue; in loadgreytiff()
298 TPRINTF ("Fillorder = %d\n", theIFD[i].shortvalue); in loadgreytiff()
299 fillorder = theIFD[i].shortvalue; in loadgreytiff()
327 TPRINTF ("Orientation = %d\n", theIFD[i].shortvalue); in loadgreytiff()
328 orient = theIFD[i].shortvalue; in loadgreytiff()
332 spp = theIFD[i].shortvalue; in loadgreytiff()
364 planarconfig = theIFD[i].shortvalue; in loadgreytiff()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/lib/util/
H A Dshhopt.h201 #define OPTENTRY(shortvalue,longvalue,typevalue,outputvalue,flagvalue) {\ argument
202 OPTION_DEF[OPTION_DEF_INDEX].shortName = (shortvalue); \
232 #define OPTENT3(shortvalue,longvalue,typevalue,outputvalue,specifiedvalue, \ argument
235 OPTENTRY(shortvalue, longvalue, typevalue, outputvalue, flagvalue) \
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dmacconversion.cc95 short shortvalue; in p_convertCFNumberToInt() local
97 static_cast<void*>(&shortvalue)); in p_convertCFNumberToInt()
98 if (converted) *i = static_cast<int>(shortvalue); in p_convertCFNumberToInt()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dmacconversion.cc112 short shortvalue; in p_convertCFNumberToInt() local
114 static_cast<void*>(&shortvalue)); in p_convertCFNumberToInt()
115 if (converted) *i = static_cast<int>(shortvalue); in p_convertCFNumberToInt()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dmacconversion.cc95 short shortvalue; in p_convertCFNumberToInt() local
97 static_cast<void*>(&shortvalue)); in p_convertCFNumberToInt()
98 if (converted) *i = static_cast<int>(shortvalue); in p_convertCFNumberToInt()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dmacconversion.cc95 short shortvalue; in p_convertCFNumberToInt() local
97 static_cast<void*>(&shortvalue)); in p_convertCFNumberToInt()
98 if (converted) *i = static_cast<int>(shortvalue); in p_convertCFNumberToInt()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php2364 …* @param int $shortvalue Tell if we want long value to use another unit (Ex: 1.5Kb instead of 150…
2368 function dol_print_size($size, $shortvalue = 0, $shortunit = 0) argument
2376 if (empty($shortvalue) || $size < ($level * 10))
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php2628 …* @param int $shortvalue Tell if we want long value to use another unit (Ex: 1.5Kb instead of 150…
2632 function dol_print_size($size, $shortvalue = 0, $shortunit = 0) argument
2642 if (empty($shortvalue) || $size < ($level * 10)) {