HomeSort by: relevance | last modified time | path
    Searched defs:Value (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/compiler/
dtparser.y 171 UINT64 DtParserResult; /* Expression return value */
190 UINT64 value;
196 %type <value> Expression
237 Value
367 * RETURN: 64-bit value for the expression
390 /* Parse/Evaluate the input string (value returned in DtParserResult) */
396 "**** Parser returned value: %u (%8.8X%8.8X)\n",
prparser.y 170 UINT64 PrParserResult; /* Expression return value */
189 UINT64 value;
196 %type <value> Expression
245 Value
370 * RETURN: 64-bit value for the expression
393 /* Parse/Evaluate the input string (value returned in PrParserResult) */
399 "**** Parser returned value: %u (%8.8X%8.8X)\n",
aslpld.c 204 UINT32 Value;
229 Value = (UINT32) ThisOp->Asl.Child->Asl.Value.Integer;
241 if (Value > 127)
247 PldInfo.Revision = (UINT8) Value;
258 if (Value > 1)
264 PldInfo.IgnoreColor = (UINT8) Value;
277 if (Value > 255)
285 PldInfo.Red = (UINT8) Value;
289 PldInfo.Green = (UINT8) Value;
    [all...]
prexpress.c 282 * RETURN: 64-bit boolean integer value
292 UINT64 Value;
299 Value = 0; /* Default is "Not defined" -- FALSE */
304 Value = ACPI_UINT64_MAX; /* TRUE */
309 AslGbl_CurrentLineNumber, Identifier, ACPI_FORMAT_UINT64 (Value));
311 return (Value);
321 * RETURN: A 64-bit boolean integer value
331 UINT64 Value;
338 Value = 0; /* Default is "Not defined" -- FALSE */
343 Value = ACPI_UINT64_MAX; /* TRUE *
    [all...]
aslresource.c 165 * PARAMETERS: Minimum - Address Min value
166 * Maximum - Address Max value
167 * Length - Address range value
168 * Alignment - Address alignment value
173 * NULL, means "zero value for alignment is
180 * DESCRIPTION: Perform common value checks for "small" address descriptors.
271 /* Addresses must be an exact multiple of the alignment value */
288 * PARAMETERS: Minimum - Address Min value
289 * Maximum - Address Max value
290 * Length - Address range value
    [all...]
dtutils.c 353 * RETURN: Field value
355 * DESCRIPTION: Get field value
368 return (Field->Value);
552 char *Value;
679 Value = DtGetFieldValue (Field);
680 if (Value)
682 ByteLength = strlen (Value) + 1;
695 Value = DtGetFieldValue (Field);
696 if (Value)
698 ByteLength = strlen (Value);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.cc 10 // Representation of a runtime value, as marshaled from the generated code to
23 SIntMax Value::getSIntValue() const {
44 UIntMax Value::getUIntValue() const {
60 UIntMax Value::getPositiveIntValue() const {
68 /// Get the floating-point value of this object, extended to a long double.
71 FloatMax Value::getFloatValue() const {
79 __fp16 Value;
80 internal_memcpy(&Value, &Val, 4);
81 return Value;
85 float Value;
    [all...]
  /src/sys/external/bsd/acpica/dist/executer/
exdebug.c 193 UINT32 Value;
230 * We will emit the current timer value (in microseconds) with each
299 (UINT32) SourceDesc->Integer.Value);
304 ACPI_FORMAT_UINT64 (SourceDesc->Integer.Value));
345 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value);
352 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value);
411 Value = SourceDesc->Reference.Value;
418 Value, *SourceDesc->Reference.IndexPointer);
424 Value, *SourceDesc->Reference.IndexPointer
    [all...]
exoparg2.c 169 * and whether or not a value is returned:
179 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
196 * value.
208 UINT32 Value;
226 /* Second value is the notify value */
228 Value = (UINT32) Operand[1]->Integer.Value;
249 Status = AcpiEvQueueNotifyRequest (Node, Value);
    [all...]
exstore.c 182 * PARAMETERS: *SourceDesc - Value to be stored
190 * DESCRIPTION: Store the value described by SourceDesc into the location
296 RefDesc->Reference.Value, SourceDesc, WalkState);
301 * Storing to the Debug object causes the value stored to be
329 * PARAMETERS: *SourceDesc - Value to be stored
330 * *DestDesc - Named object to receive the value
348 UINT8 Value = 0;
452 Value = (UINT8) (SourceDesc->Integer.Value);
460 Value = SourceDesc->Buffer.Pointer[0]
    [all...]
exoparg1.c 170 * and whether or not a value is returned:
180 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
195 * DESCRIPTION: Execute operator with no operands, one return value
246 /* Save the return value */
301 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
306 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
336 * return value.
387 * return value.
436 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value
    [all...]
exconfig.c 218 ObjDesc->Reference.Value = TableIndex;
378 ReturnObj->Integer.Value = 0xFFFFFFFFFFFFFFFF;
405 UINT64 Value;
415 RegionOffset, 8, &Value);
421 *Buffer = (UINT8) Value;
478 Target->Integer.Value = 0;
656 Target->Integer.Value = 0xFFFFFFFFFFFFFFFF;
724 TableIndex = TableDesc->Reference.Value;
  /src/sys/external/bsd/acpica/dist/hardware/
hwacpi.c 291 UINT32 Value;
313 Status = AcpiReadBitRegister (ACPI_BITREG_SCI_ENABLE, &Value);
319 if (Value)
hwxface.c 206 * hardcode it here and ignore the FADT value. This maintains
215 /* Write the reset value to the reset register */
230 * PARAMETERS: Value - Where the value is returned
267 * PARAMETERS: Value - Value to be written
278 UINT64 Value,
287 Status = AcpiHwWrite (Value, Reg);
300 * ReturnValue - Value that was read from the register,
303 * RETURN: Status and the value read from the specified Register. Valu
    [all...]
hwregs.c 173 UINT32 *Value,
179 UINT32 Value,
353 * PARAMETERS: Value - Where the value is returned
368 UINT64 *Value,
393 * Initialize entire 64-bit return value to zero, convert AccessWidth
396 *Value = 0;
434 ACPI_SET_BITS (Value, Index * AccessWidth,
443 ACPI_FORMAT_UINT64 (*Value), AccessWidth,
454 * PARAMETERS: Value - Value to be writte
    [all...]
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs 23 /// The value of the current checksum
37 /// Initializes a new instance of the checksum generator base with a specified value
39 /// <param name="initialValue">The value to set the current checksum to</param>
51 /// Gets the current checksum value
53 public uint Value { get { return _current; } }
119 /// Initializes a new instance of the CRC32 checksum generator with a specified value
121 /// <param name="initialValue">The value to set the current checksum to</param>
170 /// Initializes a new instance of the Adler checksum generator with a specified value
172 /// <param name="initialValue">The value to set the current checksum to</param>
  /src/sys/external/bsd/acpica/dist/events/
evxfevnt.c 303 UINT32 Value;
338 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
344 if (Value != 1)
376 UINT32 Value;
409 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
415 if (Value != 0)
  /src/usr.sbin/ypserv/yptest/
yptest.c 51 char *Domain, *Value, *Key2;
71 Status = yp_match(Domain, Map, Key, KeyLen, &Value, &ValLen);
73 printf("%*.*s\n", ValLen, ValLen, Value);
78 Status = yp_first(Domain, Map, &Key2, &KeyLen, &Value, &ValLen);
81 Value);
88 &KeyLen, &Value, &ValLen);
91 ValLen, ValLen, Value);
  /src/sys/external/bsd/acpica/dist/utilities/
utmisc.c 235 * PARAMETERS: Value - Value to be converted
239 * DESCRIPTION: Convert a 32-bit value to big-endian (swap the bytes)
245 UINT32 Value)
249 UINT32 Value;
254 UINT32 Value;
262 In.Value = Value;
269 return (Out.Value);
  /src/sys/external/bsd/acpica/dist/debugger/
dbconvert.c 169 * ReturnValue - Where the converted value is returned
182 UINT8 Value;
194 Value = (UINT8) (HexChar - 0x30);
198 Value = (UINT8) (toupper (HexChar) - 0x37);
201 *ReturnValue = Value;
212 * ReturnValue - Where the converted value is returned
438 Status = AcpiUtStrtoul64 (String, &Object->Integer.Value);
452 * RETURN: Encode _PLD buffer suitable for return value from _PLD
  /src/sys/external/bsd/acpica/dist/namespace/
nsconvert.c 184 UINT64 Value = 0;
194 Status = AcpiUtStrtoul64 (OriginalObject->String.Pointer, &Value);
214 Value |= ((UINT64)
224 NewObject = AcpiUtCreateIntegerObject (Value);
263 * an integer of value 0 to a NULL string. The last element of
266 if (OriginalObject->Integer.Value == 0)
422 *DwordBuffer = (UINT32) (*Elements)->Integer.Value;
539 * 1. No return value (interpreter slack mode is disabled)
554 if (OriginalObject->Integer.Value)
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aecommon.h 198 char *Value;
304 UINT64 *Value,
aeexec.c 187 Arg[0].Integer.Value = ACPI_TO_INTEGER (RegionAddr);
349 PkgElements[0].Integer.Value = 0x22228888;
366 Pkg2Elements[0].Integer.Value = 0xAAAABBBB;
454 "Return value from _OSI method too small, %.8X\n",
467 if (Obj->Integer.Value != ExpectedResult)
470 "Invalid return value from _OSI, expected %8.8X%8.8X found %8.8X%8.8X\n",
472 ACPI_FORMAT_UINT64 (Obj->Integer.Value));
506 UINT64 Value;
514 Status = AcpiRead (&Value, &GenericRegister);
517 Status = AcpiWrite (Value, &GenericRegister)
    [all...]
aetests.c 528 UINT32 Value;
551 Status = AcpiReadBitRegister (ACPI_BITREG_WAKE_STATUS, &Value);
554 Status = AcpiReadBitRegister (ACPI_BITREG_GLOBAL_LOCK_ENABLE, &Value);
557 Status = AcpiReadBitRegister (ACPI_BITREG_SLEEP_ENABLE, &Value);
560 Status = AcpiReadBitRegister (ACPI_BITREG_ARB_DISABLE, &Value);
  /src/games/mille/
extern.c 81 End, /* End value for current hand */
88 const int Value[NUM_MILES] = { /* Value of mileage cards */

Completed in 55 milliseconds

1 2