HomeSort by relevance Sort by last modified time
    Searched refs:MaxEntries (Results 1 - 22 of 22) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_templatecache.cpp 13 {XFA_Attribute::MaxEntries, XFA_AttributeType::Integer, (void*)5},
cxfa_node_statics.cpp     [all...]
xfa_basic_data_element_script.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.c 40 nfds_t MaxEntries;
63 MaxEntries = pWebServer->MaxEntries;
64 if ( pWebServer->Entries >= MaxEntries ) {
65 MaxEntriesNew = 16 + MaxEntries;
104 Index = MaxEntries;
136 Index = MaxEntries;
165 pWebServer->MaxEntries = MaxEntriesNew;
WebServer.h 201 nfds_t MaxEntries; ///< Maximum entries in the PortList array
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOpCodeCreation.c 271 IN UINT8 MaxEntries,
294 MaxEntries - MaxEntries of the ordered list
321 OrderedList.MaxEntries = MaxEntries;
IfrOnTheFly.c 556 IN UINT8 MaxEntries,
575 MaxEntries - MaxEntries of the ordered list
620 OrderedList.MaxEntries = MaxEntries;
IfrLibrary.h 335 IN UINT8 MaxEntries,
354 MaxEntries - MaxEntries of the ordered list
735 IN UINT8 MaxEntries,
758 MaxEntries - MaxEntries of the ordered list
    [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)
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
FrameworkInternalFormRepresentation.h 186 UINT8 MaxEntries; ///< The maximum number of options in the ordered list (=size of NVStore).
  /external/tensorflow/tensorflow/core/platform/cloud/
expiring_lru_cache_test.cc 57 TEST(ExpiringLRUCacheTest, MaxEntries) {
  /prebuilts/go/darwin-x86/src/archive/tar/
format.go 297 func (s sparseArray) IsExtended() []byte { return s[24*s.MaxEntries():][:1] }
298 func (s sparseArray) MaxEntries() int { return len(s) / 24 }
reader.go 477 spd := make(sparseDatas, 0, s.MaxEntries())
479 for i := 0; i < s.MaxEntries(); i++ {
writer.go 259 for i := 0; len(sp) > 0 && i < sa.MaxEntries(); i++ {
reader_test.go 1024 for i := 0; len(sps) > 0 && i < sa.MaxEntries(); i++ {
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
format.go 297 func (s sparseArray) IsExtended() []byte { return s[24*s.MaxEntries():][:1] }
298 func (s sparseArray) MaxEntries() int { return len(s) / 24 }
reader.go 477 spd := make(sparseDatas, 0, s.MaxEntries())
479 for i := 0; i < s.MaxEntries(); i++ {
writer.go 259 for i := 0; len(sp) > 0 && i < sa.MaxEntries(); i++ {
reader_test.go 1024 for i := 0; len(sps) > 0 && i < sa.MaxEntries(); i++ {
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 572 MaxEntries,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
OpcodeCreation.c 503 UOpcode.MaxContainers = FwOpcode->MaxEntries;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
IfrParse.c 1261 CachedVarSize = ((EFI_IFR_ORDERED_LIST *) Context->CurrentIfr->RawIfrHeader)->MaxEntries;
    [all...]

Completed in 497 milliseconds