HomeSort by relevance Sort by last modified time
    Searched defs:Maximum (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiLibNullClass.c 91 UINT64 Maximum;
139 Maximum = 0;
143 CopyMem (&Maximum, Ptr, HiiQuestion->StorageWidth);
149 if ((OneData < Minimum) || (OneData > Maximum)) {
342 UINT64 Maximum;
384 Maximum = 0;
388 CopyMem (&Maximum, Ptr, HiiQuestion->StorageWidth);
394 DEBUG ((EFI_D_INFO, " Maximum - 0x%02x\n", Maximum));
398 DEBUG ((EFI_D_INFO, " Maximum - 0x%04x\n", Maximum));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckPcdLib/
VarCheckPcdLibNullClass.c 100 UINT64 Maximum;
133 Maximum = 0;
138 CopyMem (&Maximum, Ptr, PcdValidData->StorageWidth);
141 if ((OneData >= Minimum) && (OneData <= Maximum)) {
262 UINT64 Maximum;
301 Maximum = 0;
306 CopyMem (&Maximum, Ptr, PcdValidData->StorageWidth);
312 DEBUG ((EFI_D_INFO, " Maximum - 0x%02x\n", Maximum));
316 DEBUG ((EFI_D_INFO, " Maximum - 0x%04x\n", Maximum));
    [all...]
  /external/tensorflow/tensorflow/python/keras/layers/
merge.py 324 @keras_export('keras.layers.Maximum')
325 class Maximum(_Merge):
326 """Layer that computes the maximum (element-wise) a list of inputs.
336 output = math_ops.maximum(output, inputs[i])
648 @keras_export('keras.layers.maximum')
649 def maximum(inputs, **kwargs): function
650 """Functional interface to the `Maximum` layer.
657 A tensor, the element-wise maximum of the inputs.
659 return Maximum(**kwargs)(inputs)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 18 Get maximum and minimum info from this opcode.
22 @param Maximum The maximum size info for this opcode.
29 OUT UINTN *Maximum
37 *Maximum = StringOp->MaxSize;
41 *Maximum = PasswordOp->MaxSize;
44 *Maximum = 0;
84 UINTN Maximum;
98 GetFieldFromOp(Question->OpCode, &Minimum, &Maximum);
106 MaxLen = Maximum + 1;
    [all...]
ProcessOptions.c 794 UINTN Maximum;
802 Maximum = PasswordInfo->MaxSize;
805 StringPtr = AllocateZeroPool ((Maximum + 1) * sizeof (CHAR16));
858 ZeroMem (StringPtr, (Maximum + 1) * sizeof (CHAR16));
872 TempString = AllocateZeroPool ((Maximum + 1) * sizeof (CHAR16));
910 ZeroMem (TempString, (Maximum + 1) * sizeof (CHAR16));
911 ZeroMem (StringPtr, (Maximum + 1) * sizeof (CHAR16));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
UefiIfrParser.h 221 UINT64 Maximum; // for EFI_IFR_STRING/EFI_IFR_PASSWORD, it's Min/Max length
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
Wasm.h 51 uint32_t Maximum;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
WasmYAML.h 50 yaml::Hex32 Maximum;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 186 UINT8 MaxEntries; ///< The maximum number of options in the ordered list (=size of NVStore).
218 UINT16 Maximum;
252 UINT8 MaxSize; ///< Maximum allowable sized password.
265 UINT8 MaxSize; ///< Maximum allowable sized password.
  /external/tensorflow/tensorflow/lite/toco/tflite/
operator.cc 731 class Maximum : public SimpleOperator<TensorFlowMaximumOperator> {
733 explicit Maximum() : SimpleOperator("MAXIMUM", OperatorType::kMaximum) {}
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiInternalFormRepresentation.h 198 UINT8 MaxEntries; // The maximum number of options in the ordered list (=size of NVStore)
230 UINT16 Maximum;
263 UINT8 MaxSize; // Maximum allowable sized password
276 UINT8 MaxSize; // Maximum allowable sized password
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 351 UINT64 Maximum; // for EFI_IFR_STRING/EFI_IFR_PASSWORD, it's Min/Max length
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 947 GLuint MaxNumLevels; /**< = maximum possible number of mipmap
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 254 milliseconds