Home
last modified time | relevance | path

Searched +defs:add +defs:to +defs:list (Results 1 – 10 of 10) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_utlist_internal.h86 #define UTLIST_SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt)… argument
87 #define UTLIST_NEXT(elt,list,next) ((char*)((list)->next)) argument
88 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*… argument
90 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… argument
91 #define UTLIST_RS(list) { char **_alias = (char**)&(list); *_alias=_tmp; } argument
95 #define UTLIST_SV(elt,list) argument
96 #define UTLIST_NEXT(elt,list,next) ((elt)->next) argument
97 #define UTLIST_NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument
99 #define UTLIST_PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument
100 #define UTLIST_RS(list) argument
[all …]
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyMetaInfo.java128 long to = Long.MAX_VALUE; in collectRegion() local
179 private List<T> list = new ArrayList<T>(); field in ICUCurrencyMetaInfo.UniqueList
185 void add(T value) { in add() method in ICUCurrencyMetaInfo.UniqueList
192 List<T> list() { in list() method in ICUCurrencyMetaInfo.UniqueList
203 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect()
223 String region, String currency, long from, long to, int priority, boolean tender) { in collect()
243 String region, String currency, long from, long to, int priority, boolean tender) { in collect()
280 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUCurrencyMetaInfo.java130 long to = Long.MAX_VALUE; in collectRegion() local
181 private List<T> list = new ArrayList<T>(); field in ICUCurrencyMetaInfo.UniqueList
187 void add(T value) { in add() method in ICUCurrencyMetaInfo.UniqueList
194 List<T> list() { in list() method in ICUCurrencyMetaInfo.UniqueList
205 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect()
225 String region, String currency, long from, long to, int priority, boolean tender) { in collect()
245 String region, String currency, long from, long to, int priority, boolean tender) { in collect()
282 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect()
/third_party/toybox/toys/pending/
Dip.c57 int ifindex, scope, scopemask, up, to; member
128 static int substring_to_idx(char *str, struct arglist *list) in substring_to_idx()
141 static int string_to_idx(char *str, struct arglist *list) in string_to_idx()
151 static char *idx_to_string(int idx, struct arglist *list) in idx_to_string()
183 static void parseRPDB(char *fname, struct arglist **list, int32_t size) in parseRPDB()
216 static void free_alist(struct arglist **list) in free_alist()
227 static void init_arglist(struct arglist **list,int value, char* name) in init_arglist()
605 int len = 0, add = (*argv[-1] == 'a') ? 1 : 0; in linkupdate() local
2375 u_int32_t from, to = *(u_int32_t *)RTA_DATA(attr[RTA_FLOW]); in show_rules() local
/third_party/skia/m133/third_party/externals/libpng/contrib/tools/
Dpngfix.c182 uarb_copy(uarb to, uarb from, int idigits) in uarb_copy()
195 uarb_inc(uarb num, int in_digits, png_int_32 add) in uarb_inc()
235 uarb_add32(uarb num, int in_digits, png_uint_32 add) in uarb_add32()
603 IDAT_list_init(struct IDAT_list *list) in IDAT_list_init()
612 IDAT_list_size(struct IDAT_list *list, unsigned int length) in IDAT_list_size()
625 struct IDAT_list *list = IDAT_list->next; in IDAT_list_end() local
1914 struct IDAT_list *list; in process_IDAT() local
2493 struct IDAT_list *list = zlib->idat->idat_list_head; in zlib_run() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c200 uarb_copy(uarb to, uarb from, int idigits) in uarb_copy()
213 uarb_inc(uarb num, int in_digits, png_int_32 add) in uarb_inc()
253 uarb_add32(uarb num, int in_digits, png_uint_32 add) in uarb_add32()
621 IDAT_list_init(struct IDAT_list *list) in IDAT_list_init()
630 IDAT_list_size(struct IDAT_list *list, unsigned int length) in IDAT_list_size()
643 struct IDAT_list *list = IDAT_list->next; in IDAT_list_end() local
1924 struct IDAT_list *list; in process_IDAT() local
2503 struct IDAT_list *list = zlib->idat->idat_list_head; in zlib_run() local
/third_party/typescript/src/compiler/
Dtypes.ts871 …// Accessibility modifiers and 'readonly' can be attached to a parameter in a constructor to make … enumerator
7772 …Newlines = 1 << 27, // Overrides `printerOptions.preserveSourceNewlines` to print this node (and… enumerator
8797 }
9368 add(diagnostic: Diagnostic): void; method
/third_party/libabigail/tests/lib/
Dcatch.hpp4741 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range()
11309 void TagInfo::add( std::string const& spelling ) { in add() function in Catch::TagInfo
11387 Option<std::size_t> list( std::shared_ptr<Config> const& config ) { in list() function
13619 void StartupExceptionRegistry::add( std::exception_ptr const& exception ) noexcept { in add() function in Catch::StartupExceptionRegistry
13764 auto add() -> std::size_t { in add() function
14001 …void TagAliasRegistry::add( std::string const& alias, std::string const& tag, SourceLineInfo const… in add() function in Catch::TagAliasRegistry
/third_party/typescript/lib/
Dtsc.js748 function append(to, value) { argument
770 function addRange(to, from, start, end) { argument
1181 add(element) { method
7013 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument
7034 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument
7044 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument
12743 function insertStatementsAfterPrologue(to, from, isPrologueDirective2) { argument
12755 function insertStatementAfterPrologue(to, statement, isPrologueDirective2) { argument
12770 function insertStatementsAfterStandardPrologue(to, from) { argument
12773 function insertStatementsAfterCustomPrologue(to, from) { argument
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp50064 static T add(typename Base::ValueType& aPtr, T aVal) in add() function
50080 static T* add(typename Base::ValueType& aPtr, ptrdiff_t aVal) in add() function
62574 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, KeyInput&& k, ValueInput&& v) { in add() function in js::HashMap
62581 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, KeyInput&& k) { in add() function in js::HashMap
62753 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, U&& u) { in add() function in js::HashSet
64051 __attribute__ ((warn_unused_result)) bool add(AddPtr& p, Args&&... args) in add() function in js::detail::HashTable
81723 static nsIAtom* list; member in nsGkAtoms
82825 static nsIAtom* to; member in nsGkAtoms
98396 bool add(AddPtr& p, const KeyInput& k, const ValueInput& v) { in add() function in JS::AutoHashMapRooter
98400 bool add(AddPtr& p, const Key& k) { in add() function in JS::AutoHashMapRooter
[all …]