Home
last modified time | relevance | path

Searched refs:_item (Results 1 – 25 of 25) sorted by relevance

/third_party/eudev/src/shared/
Dlist.h42 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/
Dllist.h45 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/
Dlws_map.c245 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/
Dlws-map.h79 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/
DensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.types2 const _item = require("./namespacer");
3 >_item : typeof _item
4 >require("./namespacer") : typeof _item
DensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.symbols2 const _item = require("./namespacer");
3 >_item : Symbol(_item, Decl(index.js, 0, 5))
DensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.errors.txt6 const _item = require("./namespacer");
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-os2-unicode-ranges.hh37 cmp (const void *_key, const void *_item) in cmp()
40 const OS2Range *range = (OS2Range *) _item; in cmp()
Dhb-ucd.cc110 _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()
Dhb-unicode.hh373 cmp (const void *_key, const void *_item) in cmp()
376 const hb_unicode_range_t *range = (hb_unicode_range_t *) _item; in cmp()
Dhb-algs.hh610 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch() argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ucd.cc111 _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()
Dhb-unicode.hh378 cmp (const void *_key, const void *_item) in cmp()
381 const hb_unicode_range_t *range = (hb_unicode_range_t *) _item; in cmp()
Dhb-algs.hh860 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/
Dhb-ucd.cc111 _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()
Dhb-unicode.hh370 cmp (const void *_key, const void *_item) in cmp()
373 const hb_unicode_range_t *range = (hb_unicode_range_t *) _item; in cmp()
Dhb-algs.hh839 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/
Dinstall.cmake76 foreach(_item ${_draft_list})
77 string(STRIP "${_item}" _item)
78 list(APPEND _list "${_item}")
/third_party/libwebsockets/READMEs/
DREADME.lws_map.md106 |`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/
Dgrammar_grapher.py57 return [_ref for _item in item.items for _ref in references_for_item(_item)]
/third_party/typescript/tests/cases/compiler/
DensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.ts15 const _item = require("./namespacer"); constant
/third_party/python/Lib/
Dturtle.py2499 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/
Dgstrtpredenc.c121 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/
Dgl4cShaderSubroutineTests.cpp8279 struct _item in initTest() struct
8302 _item& current_item = items[n_item]; in initTest()
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log4284 …/components/DOMBreakpointsSidebarPane.js(157,13): error TS2339: Property '_item' does not exist on…