Home
last modified time | relevance | path

Searched refs:_item (Results 1 - 13 of 13) sorted by relevance

/third_party/eudev/src/shared/
H A 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
[all...]
/third_party/pulseaudio/src/pulsecore/
H A 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
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp448 // we use (_item.IsDir) in this function in CreateComplexDirectory()
478 const bool isFinalDir = (i == dirPathParts.Size() - 1 && _item.IsDir); in CreateComplexDirectory()
930 printf("\n_link %s to -> %s\n", GetOemString(_item.Path).Ptr(), GetOemString(_link.linkPath).Ptr()); in ReadLink()
1036 UStringVector &pathParts = _item.PathParts; in CorrectPathParts()
1039 if (!_item.IsAltStream in CorrectPathParts()
1043 Correct_FsPath(_pathMode == NExtract::NPathMode::kAbsPaths, _keepAndReplaceEmptyDirPrefixes, pathParts, _item.MainIsDir); in CorrectPathParts()
1047 if (_item.IsAltStream) in CorrectPathParts()
1049 UString s (_item.AltStreamName); in CorrectPathParts()
1111 // 21.04 : we don't change original (_item.PathParts) here in CreateFolders()
1112 UStringVector pathParts = _item in CreateFolders()
[all...]
H A DArchiveExtractCallback.h323 CReadArcItem _item;
/third_party/libwebsockets/lib/core/
H A 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/
H A Dlws-map.h79 lws_map_item_key(struct lws_map_item *_item);
81 lws_map_item_value(struct lws_map_item *_item);
83 lws_map_item_key_len(struct lws_map_item *_item);
85 lws_map_item_value_len(struct lws_map_item *_item);
/third_party/skia/third_party/externals/harfbuzz/src/
H A 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()
H A 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()
H A Dhb-algs.hh860 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch_impl()
892 int (*compar)(const void *_key, const void *_item) = _hb_cmp_method<K, V>) in hb_bsearch()
905 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch()
857 hb_bsearch_impl(unsigned *pos, const K& key, V* base, size_t nmemb, size_t stride, int (*compar)(const void *_key, const void *_item, Ts... _ds), Ts... ds) hb_bsearch_impl() argument
903 hb_bsearch(const K& key, V* base, size_t nmemb, size_t stride, int (*compar)(const void *_key, const void *_item, Ts... _ds), Ts... ds) hb_bsearch() argument
/third_party/python/Tools/peg_generator/scripts/
H A Dgrammar_grapher.py61 return [_ref for _item in item.items for _ref in references_for_item(_item)]
/third_party/python/Lib/
H A Dturtle.py750 >>> getscreen()._pointlist(getturtle().turtle._item)
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
3017 titem = self.turtle._item
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs1224 for (id, _item) in self.items() { in assert_every_item_in_a_module()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp8279 struct _item in initTest() struct
8302 _item& current_item = items[n_item]; in initTest()

Completed in 28 milliseconds