Searched refs:values (Results 126 - 150 of 165) sorted by relevance

1234567

/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c152 used. To access the values we have to redefine the _NL_CURRENT
157 (current->values[_NL_ITEM_INDEX (item)].string)
/haiku-fatelf/src/servers/registrar/
H A DAuthenticationManager.cpp307 // The following values are supposed to be printed as empty strings,
309 int values[5] = { fMin, fMax, fWarn, fInactive, fExpiration }; local
311 if (values[i] >= 0)
312 fprintf(file, "%d", values[i]);
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp283 // parameter found, now get its values
284 int32 width = strtol(parameter.values[0], NULL, 0);
285 int32 height = strtol(parameter.values[1], NULL, 0);
286 int32 depth = strtol(parameter.values[2], NULL, 0);
/haiku-fatelf/src/tests/kits/app/bpropertyinfo/
H A DPropertyTestcase.cpp19 /* The following constants define unique values (values which are not used
20 in the BPropertyInfo instances constructed) and common values (values
167 struct value_info *values; member in struct:property_tests
587 propTest = new BPropertyInfo(theTests[i].props, theTests[i].values);
588 TestProperty(propTest, theTests[i].props, theTests[i].values,
595 valuePtr = DuplicateValues(theTests[i].values, theTests[i].value_count);
597 TestProperty(propTest, theTests[i].props, theTests[i].values,
606 TestProperty(propTest, theTests[i].props, theTests[i].values,
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x143 Return floating point values in %f0.
481 * values.c (history_info): Renamed to value_history_info.
507 values.c, eval.c, valarith.c, valprint.c, valops.c: Merge changes
532 * values.c (value_virtual_fn_field): #if 0-out assignment to
554 * values.c (history_info): Don't check num_exp[0] if num_exp
939 * values.c (history_info): Add "info history +". Also add code to
996 * values.c (modify_field): Check for value too large to fit in
1299 prettyprint as a conditional rather than rely on values of the
1340 * values.c (unpack_double): Added a return (double)0 at the end to
1373 expprint.c, infcmd.c, printcmd.c, valprint.c, values
[all...]
/haiku-fatelf/headers/private/kernel/util/
H A DVector.h107 inline static void _MoveItems(Value *values, int32 offset, int32 count);
/haiku-fatelf/headers/private/media/
H A Dhmulti_audio.h71 /* sample rate values */
72 /* various fixed sample rates we support (for hard-sync clocked values) */
97 /* format values */
140 /* interface_flags values */
146 /* "Soft" buffers means you can change the pointer values and the driver will still be happy. */
195 /* designation values */
228 /* connector values */
447 values;
536 /* possible flags values for what is available (in and out) */
H A Dmulti_audio.h72 /* sample rate values */
73 /* various fixed sample rates we support (for hard-sync clocked values) */
98 /* format values */
141 /* interface_flags values */
147 /* "Soft" buffers means you can change the pointer values and the driver will still be happy. */
196 /* designation values */
229 /* connector values */
448 values;
522 /* possible flags values for what is available (in and out) */
/haiku-fatelf/headers/private/userlandfs/shared/
H A DVector.h103 inline static void _MoveItems(Value *values, int32 offset, int32 count);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DVector.h103 inline static void _MoveItems(Value *values, int32 offset, int32 count);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlregexp.c3975 * @nbval: pointer to the number of accepted values IN/OUT
3977 * @values: pointer to the array of acceptable values
3988 xmlChar **values, int *terminal) {
3993 (values == NULL) || (*nbval <= 0))
4023 values[nb++] = comp->stringMap[i];
4032 values[nb++] = comp->stringMap[i];
4083 values[nb++] = (xmlChar *) atom->valuep2;
4085 values[nb++] = (xmlChar *) atom->valuep;
4093 values[n
3986 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4149 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4174 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4190 xmlChar *values[5]; local
[all...]
H A Dparser.c230 errmsg = "Unescaped '<' not allowed in attributes values\n";
853 const xmlChar *values[4]; /* array of localname/prefix/values */ member in struct:_xmlDefAttrs
931 defaults->values[4 * defaults->nbAttrs] = name;
932 defaults->values[4 * defaults->nbAttrs + 1] = prefix;
936 defaults->values[4 * defaults->nbAttrs + 2] = value;
937 defaults->values[4 * defaults->nbAttrs + 3] = value + len;
1463 * only to compare to ASCII values otherwise it would break when
1966 * - Included in literal in entity values
2006 * NOTE: in the case of entity values, w
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c849 kinet_aton(p->parameters[j].values[0], &nbd_devices[i].server.sin_addr);
850 nbd_devices[i].server.sin_port = htons(atoi(p->parameters[j].values[1]));
/haiku-fatelf/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp117 // check values
362 // The following values are allowed:
374 // all values are IP addresses, so parse the address here
375 if(strcasecmp(requests->parameters[index].values[0], "auto")) {
376 address = inet_addr(requests->parameters[index].values[0]);
446 // tell stack to use these values
657 // append additional values to the nak
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp22 // dprintf is defined twice with different return values, once with
1131 if (!LoadModule(settings->parameters[index].values[0],
1164 if (!LoadModule(settings->parameters[index].values[value_id],
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx0.asm123 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
/haiku-fatelf/docs/user/
H A Dapidoc.dox590 return. In case of fixed values, have a look at \c \\retval. You'll use
615 constants, as well as enumerations and their values. If you need to document
646 developer, explain what values are valid and which functions and classes
665 document the possible values there, then don't do that again for the
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.bat161 echo No USERNAME and no USER found in the environment, using default values
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Drun-testpattern-2.in105 point and integer options, a selection of values is
/haiku-fatelf/src/bin/gawk/
H A Deval.c275 static const struct flagtab values[] = { local
291 return genflags2str(flagval, values);
1060 * Use dupnode to make sure that these values don't disappear out
2072 /* fmt_index --- track values of OFMT and CONVFMT to keep semantics correct */
H A Dio.c1743 /* Set some control codes to default values */
3083 static const struct flagtab values[] = { local
3092 return genflags2str(flag, values);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstrftime.c251 used. To access the values we have to redefine the _NL_CURRENT
257 (current->values[_NL_ITEM_INDEX (item)].string)
434 /* We cannot make the following values variables since we must delay
435 the evaluation of these values until really needed since some
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrftime.c247 used. To access the values we have to redefine the _NL_CURRENT
253 (current->values[_NL_ITEM_INDEX (item)].string)
430 /* We cannot make the following values variables since we must delay
431 the evaluation of these values until really needed since some
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dstrftime.c326 used. To access the values we have to redefine the _NL_CURRENT
332 (current->values[_NL_ITEM_INDEX (item)].string)
542 /* We cannot make the following values variables since we must delay
543 the evaluation of these values until really needed since some
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpng.h510 * The values of the PNG_TEXT_COMPRESSION_ defines should NOT be changed. */
566 * the values in the png_info_struct, which meant that the contents and
567 * order of the values had to remain fixed. With libpng 0.95 and later,
603 png_colorp palette; /* array of color values (valid & PNG_INFO_PLTE) */
674 * "num_trans" transparency values for a paletted image, stored in the
681 png_bytep trans; /* transparent values for paletted image */
720 * values in the range [0,65535]. Data valid if (valid & PNG_INFO_hIST)
747 * values and original physical data values used to create the image.
755 * Data values ar
[all...]

Completed in 203 milliseconds

1234567