HomeSort by: relevance | last modified time | path
    Searched defs:CurrentValue (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exutils.c 321 UINT64 CurrentValue;
334 CurrentValue = Value;
339 while (CurrentValue)
341 (void) AcpiUtShortDivide (CurrentValue, Base, &CurrentValue, NULL);
exfldio.c 625 UINT64 CurrentValue;
656 ObjDesc, FieldDatumByteOffset, &CurrentValue, ACPI_READ);
662 MergedValue |= (CurrentValue & ~Mask);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 604 CurrentValue = DefaultValue;
609 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation,
619 CurrentValue = I->Value;
625 CurrentValue = Stack.back().Value;
631 CurrentValue = Value;
653 Act(CurrentPragmaLocation, Action, Label, CurrentValue);
658 : DefaultValue(Default), CurrentValue(Default) {}
660 bool hasValue() const { return CurrentValue != DefaultValue; }
664 ValueType CurrentValue;
682 AlignPackInfo CurrentValue;
    [all...]

Completed in 19 milliseconds