/third_party/libcoap/include/coap3/ |
D | utlist.h | 86 #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/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 130 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/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 128 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/toybox/toys/pending/ |
D | ip.c | 56 int ifindex, scope, scopemask, up, to; member 127 static int substring_to_idx(char *str, struct arglist *list) in substring_to_idx() 140 static int string_to_idx(char *str, struct arglist *list) in string_to_idx() 150 static char *idx_to_string(int idx, struct arglist *list) in idx_to_string() 182 static void parseRPDB(char *fname, struct arglist **list, int32_t size) in parseRPDB() 214 static void free_alist(struct arglist **list) in free_alist() 225 static void init_arglist(struct arglist **list,int value, char* name) in init_arglist() 603 int len = 0, add = (*argv[-1] == 'a') ? 1 : 0; in linkupdate() local 2377 u_int32_t from, to = *(u_int32_t *)RTA_DATA(attr[RTA_FLOW]); in show_rules() local
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 200 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/libpng/contrib/tools/ |
D | pngfix.c | 200 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/skia/third_party/externals/libpng/contrib/tools/ |
D | pngfix.c | 200 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/ltp/tools/sparse/sparse-src/ |
D | evaluate.c | 1999 struct ptr_list *list = head; in find_identifier() local 2032 struct expression *add; in evaluate_offset() local 2069 struct expression *deref = expr->deref, *add; in evaluate_member_dereference() local 2375 unsigned to = e->idx_to + 1; in convert_index() local 3569 void evaluate_symbol_list(struct symbol_list *list) in evaluate_symbol_list()
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | jquery-3.1.0.js | 603 indexOf = function( list, elem ) { argument 3079 add: function( selector, context ) { method 3278 add: function() { method 3287 ( function add( args ) { function 4878 add: function( elem, types, handler, data, selector ) { method 7092 fadeTo: function( speed, to, easing, callback ) { argument 8213 function buildParams( prefix, obj, traditional, add ) { argument 8256 add = function( key, valueOrFunction ) { function
|
/third_party/boost/libs/python/doc/html/numpy/_static/ |
D | jquery-3.1.0.js | 603 indexOf = function( list, elem ) { argument 3079 add: function( selector, context ) { method 3278 add: function() { method 3287 ( function add( args ) { function 4878 add: function( elem, types, handler, data, selector ) { method 7092 fadeTo: function( speed, to, easing, callback ) { argument 8213 function buildParams( prefix, obj, traditional, add ) { argument 8256 add = function( key, valueOrFunction ) { function
|
/third_party/boost/libs/gil/doc/html/_static/ |
D | jquery-3.1.0.js | 603 indexOf = function( list, elem ) { argument 3079 add: function( selector, context ) { method 3278 add: function() { method 3287 ( function add( args ) { function 4878 add: function( elem, types, handler, data, selector ) { method 7092 fadeTo: function( speed, to, easing, callback ) { argument 8213 function buildParams( prefix, obj, traditional, add ) { argument 8256 add = function( key, valueOrFunction ) { function
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 351 bi_index to = bi_word(dst, i >> 1); in bi_make_vec16_to() local 1616 bi_index add = bi_fadd_lscale_f32(b, bi_imm_f32(-1.0f), s0); in bi_flog2_32() local 3028 emit_cf_list(bi_context *ctx, struct exec_list *list) in emit_cf_list()
|
/third_party/node/tools/ |
D | lint-md.mjs | 1089 function link$2(from, to) { argument 7500 const flatten$1 = (list, result = []) => { argument 7577 add(item) { method in DirEntry 7829 add(paths_, _origAdd, _internal) { method in FSWatcher 8437 function list(value) { function 12408 function renamed(from, to) { argument 14106 function link$1(from, to) { argument 16888 const sort$1 = (list, loose) => list.sort((a, b) => compareBuild$1(a, b, loose)); argument 16892 const rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose)); argument 17029 function Yallist$1 (list) { argument [all …]
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).Plotly=t()}}(functio… property
|
/third_party/typescript/lib/ |
D | typescriptServices.js | 271 …Set.prototype.add = function (value) { return addOrUpdateEntry(this._mapData, value, value), this;… method in Set 1167 function append(to, value) { argument 1195 function addRange(to, from, start, end) { argument 6344 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 6366 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 6380 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 13881 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 13894 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 13913 function insertStatementsAfterStandardPrologue(to, from) { argument 13917 function insertStatementsAfterCustomPrologue(to, from) { argument [all …]
|
D | typescript.js | 271 …Set.prototype.add = function (value) { return addOrUpdateEntry(this._mapData, value, value), this;… method in Set 1167 function append(to, value) { argument 1195 function addRange(to, from, start, end) { argument 6344 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 6366 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 6380 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 13881 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 13894 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 13913 function insertStatementsAfterStandardPrologue(to, from) { argument 13917 function insertStatementsAfterCustomPrologue(to, from) { argument [all …]
|
D | tsserverlibrary.js | 271 …Set.prototype.add = function (value) { return addOrUpdateEntry(this._mapData, value, value), this;… method in Set 1167 function append(to, value) { argument 1195 function addRange(to, from, start, end) { argument 6344 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 6366 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 6380 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 13881 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 13894 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 13913 function insertStatementsAfterStandardPrologue(to, from) { argument 13917 function insertStatementsAfterCustomPrologue(to, from) { argument [all …]
|
D | tsserver.js | 973 function append(to, value) { argument 1001 function addRange(to, from, start, end) { argument 6150 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 6172 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 6186 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 13687 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 13700 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 13719 function insertStatementsAfterStandardPrologue(to, from) { argument 13723 function insertStatementsAfterCustomPrologue(to, from) { argument 13730 function insertStatementAfterStandardPrologue(to, statement) { argument [all …]
|
D | typingsInstaller.js | 962 function append(to, value) { argument 990 function addRange(to, from, start, end) { argument 6139 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 6161 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 6175 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 13676 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 13689 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 13708 function insertStatementsAfterStandardPrologue(to, from) { argument 13712 function insertStatementsAfterCustomPrologue(to, from) { argument 13719 function insertStatementAfterStandardPrologue(to, statement) { argument [all …]
|
D | tsc.js | 849 function append(to, value) { argument 873 function addRange(to, from, start, end) { argument 3643 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 3665 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 3679 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 10361 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 10373 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 10388 function insertStatementsAfterStandardPrologue(to, from) { argument 10392 function insertStatementsAfterCustomPrologue(to, from) { argument 10396 function insertStatementAfterStandardPrologue(to, statement) { argument [all …]
|