Searched refs:upper (Results 1 - 25 of 69) sorted by path

123

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex426 Nonterminals start with an upper case, terminals with a lower case letter.
543 bytes of a big endian unsigned word (the upper byte(s) set to 0).
/haiku/headers/libs/print/libprint/
H A DPrinterCap.h159 int upper, int defaultValue);
173 double upper, double defaultValue);
/haiku/headers/private/shared/
H A DRangeArray.h273 int32 upper = CountRanges(); local
275 while (lower < upper) {
276 int32 mid = (lower + upper) / 2;
281 upper = mid;
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maventv.c111 /* upper limit is given by pins in combination with current active mode */
435 /* upper blanking (in field lines) */
592 /* upper blanking (in field lines) */
1074 + (tv_target.timing.v_total - tv_target.timing.v_sync_end) /* is upper margin */
1350 int upper; local
1356 /* calculate upper blanking range in field lines */
1357 upper = (m_timing.v_total - tv_target.timing.v_sync_end) >> 1;
1360 maventv_regs[0x33] = upper - 1;
1364 DXIW(TVO_DATA, (upper & 0xff));
1366 DXIW(TVO_DATA, ((upper >>
[all...]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dtvout.c116 /* upper limit is given by pins in combination with current active mode */
442 /* upper blanking (in field lines) */
599 /* upper blanking (in field lines) */
886 + (tv_target.timing.v_total - tv_target.timing.v_sync_end) /* is upper margin */
1152 int upper; local
1158 /* calculate upper blanking range in field lines */
1159 upper = (m_timing.v_total - tv_target.timing.v_sync_end) >> 1;
1162 maventv_regs[0x33] = upper - 1;
1166 // DXIW(TVO_DATA, (upper & 0xff));
1168 // DXIW(TVO_DATA, ((upper >>
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dtvout.c116 /* upper limit is given by pins in combination with current active mode */
442 /* upper blanking (in field lines) */
599 /* upper blanking (in field lines) */
886 + (tv_target.timing.v_total - tv_target.timing.v_sync_end) /* is upper margin */
1152 int upper; local
1158 /* calculate upper blanking range in field lines */
1159 upper = (m_timing.v_total - tv_target.timing.v_sync_end) >> 1;
1162 maventv_regs[0x33] = upper - 1;
1166 // DXIW(TVO_DATA, (upper & 0xff));
1168 // DXIW(TVO_DATA, ((upper >>
[all...]
/haiku/src/add-ons/kernel/debugger/qrencode/
H A Dmodule.cpp63 bool upper = qrcode_bit(qrCode, x, y); local
65 if (upper == lower)
66 kputs(upper ? "\x11" : " ");
68 kputs(upper ? "\x12" : "\x13");
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp239 single_case(const char *string, bool &upper, bool &first) argument
250 upper = isupper(string[0]) != 0;
252 } else if ((isupper(string[0]) != 0) ^ upper)
289 bool upper; local
290 if (!single_case(text.album, upper, first)
291 || !single_case(text.artist, upper, first))
295 if (!single_case(text.titles[i], upper, first)
296 || !single_case(text.artists[i], upper, first))
/haiku/src/add-ons/kernel/generic/tty/
H A Dline_buffer.cpp112 size_t upper = buffer.size - buffer.first; local
113 size_t lower = length - upper;
115 if (user_memcpy(data, buffer.buffer + buffer.first, upper) != B_OK
116 || user_memcpy(data + upper, buffer.buffer, lower) != B_OK)
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3Cap.cpp71 const PaperSourceCap upper("Upper", false, JobData::kUpper);
89 &upper,
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4Cap.cpp97 const PaperSourceCap upper("Upper", false, JobData::kUpper);
135 &upper,
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilityExtractor.cpp231 const char* displayName, double lower, double upper, double defaultValue,
237 DoubleRangeCap* capability = new DoubleRangeCap(displayName, lower, upper,
246 int lower, int upper, int defaultValue,
252 IntRangeCap* capability = new IntRangeCap(displayName, lower, upper,
261 const char* displayName, int lower, int upper, int defaultValue,
267 IntRangeCap* capability = new IntRangeCap(displayName, lower, upper,
230 DoubleParameter(const char* name, const char* displayName, double lower, double upper, double defaultValue, stp_parameter_class_t parameterClass) argument
245 IntParameter(const char* name, const char* displayName, int lower, int upper, int defaultValue, stp_parameter_class_t parameterClass) argument
260 DimensionParameter(const char* name, const char* displayName, int lower, int upper, int defaultValue, stp_parameter_class_t parameterClass) argument
H A DGPCapabilityExtractor.h49 double lower, double upper, double defaultValue,
52 int upper, int defaultValue,
55 int lower, int upper, int defaultValue,
H A DGPParameterVisitor.cpp242 double upper = description->bounds.dbl.upper; local
244 if (lower <= defaultValue && defaultValue <= upper)
245 DoubleParameter(name, text, lower, upper, defaultValue, parameterClass);
256 int upper = description->bounds.integer.upper; local
258 if (lower <= defaultValue && defaultValue <= upper)
259 IntParameter(name, text, lower, upper, defaultValue, parameterClass);
270 double upper = description->bounds.dimension.upper; local
[all...]
H A DGPParameterVisitor.h69 double lower, double upper, double defaultValue,
72 int lower, int upper, int defaultValue,
76 int upper, int defaultValue,
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp537 : IppNamedAttribute(t), lower(0), upper(0)
542 : IppNamedAttribute(t, n), lower(l), upper(u)
567 is.read((char *)&upper, sizeof(upper));
568 upper = ntohl(upper);
585 val = htonl(upper);
595 os << '\t' << "Value(upper): " << dec << upper << '\n'; local
861 void IppContent::setRangeOfInteger(const char *name, int lower, int upper) argument
[all...]
H A DIppContent.h386 long upper; member in class:IppRangeOfIntegerAttribute
419 void setRangeOfInteger(const char *name, int lower, int upper);
/haiku/src/apps/debuganalyzer/gui/
H A DListSelectionModel.cpp178 int32 upper = fSelectedItems.Count(); local
180 while (lower < upper) {
181 int32 mid = (lower + upper) / 2;
186 upper = mid;
/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.cpp105 int32 upper = CountSchedulingEvents() - 1; local
107 while (lower < upper) {
108 int32 mid = (lower + upper) / 2;
115 upper = mid;
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp188 int32 upper = fSubTitles.CountItems(); local
189 while (lower < upper) {
190 int32 mid = (lower + upper) / 2;
194 upper = mid;
/haiku/src/apps/mediaplayer/support/
H A DEventQueue.cpp129 int32 upper = fEvents.CountItems(); local
130 while (lower < upper) {
131 int32 mid = (lower + upper) / 2;
134 upper = mid;
/haiku/src/bin/unzip/
H A Dfileio.c366 upper(tfilnam);
H A Dunzpriv.h1957 int upper OF((char *s)); /* tops20.c */
2152 * listings and (warning/error) messages. They use sections in the upper half
/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp137 int32 upper = fSourceLocations.Size();
138 while (lower < upper) {
139 int32 mid = (lower + upper) / 2;
141 upper = mid;
H A DType.cpp53 BVariant upper = subrangeType->UpperBound(); local
55 if (!lower.IsInteger(&isSigned) || !upper.IsInteger())
59 ? upper.ToInt64() - lower.ToInt64() + 1
60 : upper.ToUInt64() - lower.ToUInt64() + 1;

Completed in 173 milliseconds

123