Home
last modified time | relevance | path

Searched refs:mru (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/multi_index/example/
Dserialization.cpp114 mru_list<std::string> mru(10); in main() local
115 mru.load_from_file(mru_store); in main()
131 mru.insert(term); in main()
135 mru.begin(),mru.end(), in main()
141 mru.save_to_file(mru_store); in main()
/third_party/lwip/src/netif/ppp/
Dlcp.c142 { "mru", o_int, &lcp_wantoptions[0].mru,
152 { "mtu", o_int, &lcp_allowoptions[0].mru,
376 wo->mru = PPP_DEFMRU; in lcp_init()
384 ao->mru = PPP_MAXMRU; in lcp_init()
789 return (LENCISHORT(go->neg_mru && go->mru != PPP_DEFMRU) + in lcp_cilen()
890 ADDCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_DEFMRU, go->mru); in lcp_addci()
1064 ACKCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_DEFMRU, go->mru); in lcp_ackci()
1241 if (go->neg_mru && go->mru != PPP_DEFMRU) { in lcp_nakci()
1243 if (cishort <= wo->mru || cishort <= PPP_DEFMRU) in lcp_nakci()
1244 try_.mru = cishort; in lcp_nakci()
[all …]
Dmultilink.c102 wo->mrru = wo->mru; in mp_check_options()
105 ao->mrru = ao->mru; in mp_check_options()
145 mtu = ho->neg_mru? ho->mru: PPP_MRU; in mp_join_bundle()
146 if (mtu > ao->mru) in mp_join_bundle()
147 mtu = ao->mru; in mp_join_bundle()
198 mtu = LWIP_MIN(ho->mrru, ao->mru); in mp_join_bundle()
Ddemand.c101 netif_set_mtu(pcb, LWIP_MIN(lcp_allowoptions[0].mru, PPP_MRU)); in demand_conf()
Dppp.c1044 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp) { in ppp_recv_config() argument
1045 LWIP_UNUSED_ARG(mru); in ppp_recv_config()
Dpppol2tp.c279 lcp_wo->mru = PPPOL2TP_DEFMRU; in pppol2tp_connect()
287 lcp_ao->mru = PPPOL2TP_DEFMRU; in pppol2tp_connect()
Dpppoe.c910 …lcp_wo->mru = sc->sc_ethif->mtu-PPPOE_HEADERLEN-2; /* two byte PPP protocol discriminator, then IP… in pppoe_connect()
918 …lcp_ao->mru = sc->sc_ethif->mtu-PPPOE_HEADERLEN-2; /* two byte PPP protocol discriminator, then IP… in pppoe_connect()
/third_party/skia/third_party/externals/freetype/src/cache/
Dftccache.h60 FTC_MruNodeRec mru; /* circular mru list pointer */ member
72 #define FTC_NODE_NEXT( x ) FTC_NODE( (x)->mru.next )
73 #define FTC_NODE_PREV( x ) FTC_NODE( (x)->mru.prev )
/third_party/freetype/src/cache/
Dftccache.h60 FTC_MruNodeRec mru; /* circular mru list pointer */ member
72 #define FTC_NODE_NEXT( x ) FTC_NODE( (x)->mru.next )
73 #define FTC_NODE_PREV( x ) FTC_NODE( (x)->mru.prev )
/third_party/flutter/skia/third_party/externals/freetype/src/cache/
Dftccache.h60 FTC_MruNodeRec mru; /* circular mru list pointer */ member
72 #define FTC_NODE_NEXT( x ) FTC_NODE( (x)->mru.next )
73 #define FTC_NODE_PREV( x ) FTC_NODE( (x)->mru.prev )
/third_party/pixman/pixman/
Dpixman-glyph.c61 pixman_list_t mru; member
198 pixman_list_init (&cache->mru); in pixman_glyph_cache_create()
235 glyph_t *glyph = CONTAINER_OF (glyph_t, mru_link, cache->mru.tail); in pixman_glyph_cache_thaw()
296 pixman_list_prepend (&cache->mru, &glyph->mru_link); in pixman_glyph_cache_insert()
494 pixman_list_move_to_front (&cache->mru, &glyph->mru_link); in pixman_composite_glyphs_no_mask()
611 pixman_list_move_to_front (&cache->mru, &glyph->mru_link); in add_glyphs()
/third_party/lwip/src/include/netif/ppp/
Dlcp.h144 u16_t mru; /* Value of MRU */ member
Dppp_impl.h427 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp);
/third_party/boost/libs/bimap/doc/
Drationale.qbk329 separate library, then? You'd have boost::bimap, boost::mru, etc, and no common
339 As the original proposal states only two containers (bimap and mru set) both
347 and boost::misc::mru. Anyway, for my SoC application it seems OK to put the
351 when I start to code the mru family. When the mru family is in place, I will
357 enumerates the most common cases of uses (a bimap and an mru set for
359 containers. For now, a link to boost::bimap and other one to boost::mru
368 (boost::mru)]]
372 This is a clearer framework for the user. They can use a mru container
377 other libraries in bimap and mru families than just Boost.MultiIndex
380 the documentation of bimap and mru. From now on the only use for it will be to
/third_party/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt341 mru{""}
/third_party/icu/icu4c/source/data/misc/
DkeyTypeData.txt341 mru{""}
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt338 mru{""}
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dsv.txt751 Mroo{"mru"}
/third_party/icu/icu4c/source/data/lang/
Dsv.txt773 Mroo{"mru"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dsv.txt773 Mroo{"mru"}