Home
last modified time | relevance | path

Searched refs:any (Results 1 – 25 of 53) sorted by relevance

123

/libtiff-4.0.7/port/
H A Dstrtoull.c52 int neg, any, cutlim; in strtoull() local
80 acc = any = 0; in strtoull()
97 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) in strtoull()
98 any = -1; in strtoull()
100 any = 1; in strtoull()
105 if (any < 0) { in strtoull()
108 } else if (!any) { in strtoull()
114 *endptr = (char *)(any ? s - 1 : nptr); in strtoull()
H A Dstrtoul.c54 int neg, any, cutlim; in strtoul() local
82 for (acc = 0, any = 0;; c = (unsigned char) *s++) { in strtoul()
91 if (any < 0) in strtoul()
94 any = -1; in strtoul()
98 any = 1; in strtoul()
103 if (neg && any > 0) in strtoul()
107 *endptr = (char *)(any ? s - 1 : nptr); in strtoul()
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/test/
H A DTiffTestCommon.cmake7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
37 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf…
56 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf…
72 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf…
86 …message(FATAL_ERROR "Returned failed status ${TEST_STATUS}! Output (if any) is in \"${native_outf…
H A DTiffSplitTest.cmake7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
H A DTiffTest.cmake7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/stream/
H A DREADME7 C++ streams. The implementation is an adaptor class, which takes any C++
14 provides a helper function (getTiffHandle) to query the handle at any time.
27 of the tiff distributed package. Let me know of any issue.
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/
H A DREADME34 is free. There is no support or guarantee of any sort as to its
45 its documentation for any purpose is hereby granted without fee, provided
48 Sam Leffler and Silicon Graphics may not be used in any advertising or
H A DCOPYRIGHT5 its documentation for any purpose is hereby granted without fee, provided
8 Sam Leffler and Silicon Graphics may not be used in any advertising or
H A DHOWTO-RELEASE8 any other installed versions. Versions delivered with Linux may be
25 1. Commit any unsaved changes.
96 If 'make distcheck' fails, then correct any issues until it
/libtiff-4.0.7/contrib/pds/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/build/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/mfs/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/dbs/xtiff/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/ras/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/iptcutil/
H A DREADME19 This software is provided freely "as is", without warranty of any kind,
22 In no event shall William T. Radcliffe be liable for any claim, damages or
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/tags/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/win_dib/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/addtiffo/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/html/images/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/contrib/dbs/
H A DCMakeLists.txt7 # its documentation for any purpose is hereby granted without fee, provided
10 # Sam Leffler and Silicon Graphics may not be used in any advertising or
/libtiff-4.0.7/libtiff/
H A DSConstruct8 # its documentation for any purpose is hereby granted without fee, provided
11 # Sam Leffler and Silicon Graphics may not be used in any advertising or

123