Home
last modified time | relevance | path

Searched defs:subValue (Results 1 – 5 of 5) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
DBuilderWithUnwrappedSingleArray2608Test.java45 public String subValue; field in BuilderWithUnwrappedSingleArray2608Test.POJOValue2608
55 public POJOValueBuilder subValue(String s) { in subValue() method in BuilderWithUnwrappedSingleArray2608Test.POJOValue2608.POJOValueBuilder
/external/lzma/C/
DLzFind.c690 LzFind_SaturSub_128(UInt32 subValue, CLzRef *items, const CLzRef *lim) in LzFind_SaturSub_128()
738 LzFind_SaturSub_256(UInt32 subValue, CLzRef *items, const CLzRef *lim) in LzFind_SaturSub_256()
778 LzFind_SaturSub_32(UInt32 subValue, CLzRef *items, const CLzRef *lim) in LzFind_SaturSub_32()
795 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) in MatchFinder_Normalize3()
856 const UInt32 subValue = (p->pos - p->historySize - 1) /* & ~(UInt32)(kNormalizeAlign - 1) */; in MatchFinder_CheckLimits() local
DLzFindMt.c521 … const UInt32 subValue = (mf->pos - mf->historySize - 1); // & ~(UInt32)(kNormalizeAlign - 1); in HashThreadFunc() local
662 const UInt32 subValue = (pos - p->cyclicBufferSize); // & ~(UInt32)(kNormalizeAlign - 1); in BtGetMatches() local
975 const UInt32 subValue = (p->lzPos - p->historySize - 1); // & ~(UInt32)(kNormalizeAlign - 1); in MatchFinderMt_GetNextBlock_Bt() local
DLzFind.h112 #define MatchFinder_REDUCE_OFFSETS(p, subValue) \ argument
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCldrFactory.java132 String subValue = subset.getStringValue(xpath); in getUncontainedPath() local