HomeSort by relevance Sort by last modified time
    Searched full:appendcount (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HttpUtilities.h 51 @param[in] AppendCount Number of header fields in AppendList.
72 IN UINTN AppendCount,
Dhcp4.h 652 @param AppendCount Number of entries in the OptionList.
656 AppendCount is zero. Type EFI_DHCP4_PACKET_OPTION
667 AppendCount is not zero and AppendList is NULL.
670 Both DeleteCount and AppendCount are zero and
681 IN UINT32 AppendCount,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/
HttpUtilitiesDxe.h 63 @param[in] AppendCount Number of header fields in AppendList.
84 IN UINTN AppendCount,
HttpUtilitiesProtocol.c 43 @param[in] AppendCount Number of header fields in AppendList.
64 IN UINTN AppendCount,
146 NewHeaderFields = AllocateZeroPool ((TempFieldCount + AppendCount) * sizeof (EFI_HTTP_HEADER));
165 for (Index = 0; Index < AppendCount; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
Dhcp4.h 202 IN UINT32 AppendCount,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.h 214 @param[in] AppendCount The number of options to append
229 IN UINT32 AppendCount,
Dhcp4Impl.c 241 @param[in] AppendCount Number of entries in the OptionList.
245 AppendCount is zero. Type EFI_DHCP4_PACKET_OPTION
262 IN UINT32 AppendCount,
    [all...]
Dhcp4Option.c 773 @param[in] AppendCount The number of options to append
788 IN UINT32 AppendCount,
844 for (Index = 0; Index < AppendCount; Index++) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
PeriodFormatterData.java 176 appendCount(unit, false, false, count, cv, useCountSep,
229 int suffixIndex = appendCount(unit, omitCount, useDigitPrefix, count, cv,
259 public int appendCount(TimeUnit unit, boolean omitCount,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
PeriodFormatterData.java 174 appendCount(unit, false, false, count, cv, useCountSep,
227 int suffixIndex = appendCount(unit, omitCount, useDigitPrefix, count, cv,
257 public int appendCount(TimeUnit unit, boolean omitCount,

Completed in 936 milliseconds