/third_party/eudev/src/shared/ |
D | list.h | 42 typeof(*(item)) *_item = (item); \ 43 assert(_item); \ 44 _item->name##_prev = _item->name##_next = NULL; \ 50 typeof(*(head)) **_head = &(head), *_item = (item); \ 51 assert(_item); \ 52 if ((_item->name##_next = *_head)) \ 53 _item->name##_next->name##_prev = _item; \ 54 _item->name##_prev = NULL; \ 55 *_head = _item; \ 61 typeof(*(head)) **_head = &(head), *_item = (item); \ [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | llist.h | 45 t *_item = (item); \ 46 pa_assert(_item); \ 47 _item->prev = _item->next = NULL; \ 53 t **_head = &(head), *_item = (item); \ 54 pa_assert(_item); \ 55 if ((_item->next = *_head)) \ 56 _item->next->prev = _item; \ 57 _item->prev = NULL; \ 58 *_head = _item; \ 64 t **_head = &(head), *_item = (item); \ [all …]
|
/third_party/libwebsockets/lib/core/ |
D | lws_map.c | 245 lws_map_item_key(lws_map_item_t *_item) in lws_map_item_key() argument 247 return ((void *)&_item[1]); in lws_map_item_key() 251 lws_map_item_value(lws_map_item_t *_item) in lws_map_item_value() argument 253 return (void *)(((uint8_t *)&_item[1]) + _item->keylen); in lws_map_item_value() 257 lws_map_item_key_len(lws_map_item_t *_item) in lws_map_item_key_len() argument 259 return _item->keylen; in lws_map_item_key_len() 263 lws_map_item_value_len(lws_map_item_t *_item) in lws_map_item_value_len() argument 265 return _item->valuelen; in lws_map_item_value_len()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-map.h | 79 lws_map_item_key(lws_map_item_t *_item); 81 lws_map_item_value(lws_map_item_t *_item); 83 lws_map_item_key_len(lws_map_item_t *_item); 85 lws_map_item_value_len(lws_map_item_t *_item);
|
/third_party/typescript/tests/baselines/reference/ |
D | ensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.types | 2 const _item = require("./namespacer"); 3 >_item : typeof _item 4 >require("./namespacer") : typeof _item
|
D | ensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.symbols | 2 const _item = require("./namespacer"); 3 >_item : Symbol(_item, Decl(index.js, 0, 5))
|
D | ensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.errors.txt | 6 const _item = require("./namespacer");
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-os2-unicode-ranges.hh | 37 cmp (const void *_key, const void *_item) in cmp() 40 const OS2Range *range = (OS2Range *) _item; in cmp()
|
D | hb-ucd.cc | 110 _cmp_pair (const void *_key, const void *_item) in _cmp_pair() argument 113 uint64_t b = (* (uint64_t*) _item) & HB_CODEPOINT_ENCODE3(0x1FFFFFu, 0x1FFFFFu, 0); in _cmp_pair()
|
D | hb-unicode.hh | 373 cmp (const void *_key, const void *_item) in cmp() 376 const hb_unicode_range_t *range = (hb_unicode_range_t *) _item; in cmp()
|
D | hb-algs.hh | 610 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch() argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ucd.cc | 111 _cmp_pair (const void *_key, const void *_item) in _cmp_pair() argument 114 uint64_t b = (* (uint64_t*) _item) & HB_CODEPOINT_ENCODE3(0x1FFFFFu, 0x1FFFFFu, 0); in _cmp_pair() 119 _cmp_pair_11_7_14 (const void *_key, const void *_item) in _cmp_pair_11_7_14() argument 122 uint32_t b = (* (uint32_t*) _item) & HB_CODEPOINT_ENCODE3_11_7_14(0x1FFFFFu, 0x1FFFFFu, 0); in _cmp_pair_11_7_14()
|
D | hb-unicode.hh | 378 cmp (const void *_key, const void *_item) in cmp() 381 const hb_unicode_range_t *range = (hb_unicode_range_t *) _item; in cmp()
|
D | hb-algs.hh | 860 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch_impl() argument 892 int (*compar)(const void *_key, const void *_item) = _hb_cmp_method<K, V>) 905 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch() argument
|
/third_party/harfbuzz/src/ |
D | hb-ucd.cc | 111 _cmp_pair (const void *_key, const void *_item) in _cmp_pair() argument 114 uint64_t b = (* (uint64_t*) _item) & HB_CODEPOINT_ENCODE3(0x1FFFFFu, 0x1FFFFFu, 0); in _cmp_pair() 119 _cmp_pair_11_7_14 (const void *_key, const void *_item) in _cmp_pair_11_7_14() argument 122 uint32_t b = (* (uint32_t*) _item) & HB_CODEPOINT_ENCODE3_11_7_14(0x1FFFFFu, 0x1FFFFFu, 0); in _cmp_pair_11_7_14()
|
D | hb-unicode.hh | 370 cmp (const void *_key, const void *_item) in cmp() 373 const hb_unicode_range_t *range = (hb_unicode_range_t *) _item; in cmp()
|
D | hb-algs.hh | 839 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch_impl() argument 871 int (*compar)(const void *_key, const void *_item) = _hb_cmp_method<K, V>) 884 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch() argument
|
/third_party/protobuf/cmake/ |
D | install.cmake | 76 foreach(_item ${_draft_list}) 77 string(STRIP "${_item}" _item) 78 list(APPEND _list "${_item}")
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_map.md | 106 |`lws_map_item_key(lws_map_item_t *_item)`|get a pointer to the item key| 107 |`lws_map_item_value(lws_map_item_t *_item)`|get a pointer to the item value| 108 |`lws_map_item_key_len(lws_map_item_t *_item)`|get the key length| 109 |`lws_map_item_value_len(lws_map_item_t *_item)`|get the value length|
|
/third_party/python/Tools/peg_generator/scripts/ |
D | grammar_grapher.py | 57 return [_ref for _item in item.items for _ref in references_for_item(_item)]
|
/third_party/typescript/tests/cases/compiler/ |
D | ensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.ts | 15 const _item = require("./namespacer"); constant
|
/third_party/python/Lib/ |
D | turtle.py | 2499 screen._delete(self._item) 2501 for item in self._item: 2505 self._item = screen._createpoly() 2507 self._item = screen._createimage(screen._shapes["blank"]._data) 2509 self._item = [screen._createpoly() for item in 2744 q.turtle._item = screen._createpoly() 2746 q.turtle._item = screen._createimage(screen._shapes["blank"]._data) 2748 q.turtle._item = [screen._createpoly() for item in 3002 titem = self.turtle._item 3543 self.screen._onclick(self.turtle._item, fun, btn, add) [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpredenc.c | 121 rtp_hist_item_free (gpointer _item) in rtp_hist_item_free() argument 123 RTPHistItem *item = _item; in rtp_hist_item_free()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 8279 struct _item in initTest() struct 8302 _item& current_item = items[n_item]; in initTest()
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 4284 …/components/DOMBreakpointsSidebarPane.js(157,13): error TS2339: Property '_item' does not exist on…
|