Home
last modified time | relevance | path

Searched defs:head (Results 251 - 275 of 426) sorted by relevance

1...<<1112131415161718

/third_party/skia/src/pathops/
H A DSkOpSegment.h223 const SkOpSpan* head() const { in head() function in SkOpSegment
227 SkOpSpan* head() { in head() function in SkOpSegment
H A DSkOpSpan.cpp290 SkOpPtT* head = this->ptT(); in checkForCollapsedCoincidence() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_forgetful_chain_inc.h96 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra); in Prepare() local
134 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra); in Store() local
200 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra); in FindLongestMatch() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-sbix-table.hh151 HBUINT32 head; in subset() local
H A Dhb-serialize.hh93 char *head; member
101 char *head; member
639 char *start, *head, *tail, *end; global() member
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinflate.h93 gz_headerp head; /* where to save gzip header information */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() argument
170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() argument
185 LLA_SkiplistDelete(AllocList *head, AllocList *e, AllocList **prev) LLA_SkiplistDelete() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dconditional.c272 cond_expr_t *cur, *head, *tail, *new_expr; in cond_copy_expr() local
615 cond_av_list_t *head; member
[all...]
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp44 std::string nameOps(std::pair<std::string, std::string> head, Args... names) { in nameOps() argument
50 std::string nameOps(std::string head, Args... names) { in nameOps() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_file.c381 struct wpa_ssid *ssid, *tail, *head; in wpa_config_read() local
H A Dconfig_winreg.c377 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; in wpa_config_read_networks() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_file.c335 struct wpa_ssid *ssid, *tail, *head; in wpa_config_read() local
H A Dconfig_winreg.c386 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; in wpa_config_read_networks() local
/third_party/zlib/
H A Dinflate.h94 gz_headerp head; /* where to save gzip header information */ member
/third_party/ffmpeg/libavformat/
H A Davformat.c805 struct KeyFrameNode *head = NULL; // head pointer in av_get_key_frame_pos_from_stream() local
/third_party/curl/lib/
H A Dtransfer.c103 struct curl_slist *head; in Curl_checkheaders() local
H A Dhttp_aws_sigv4.c81 static void trim_headers(struct curl_slist *head) in trim_headers() argument
144 struct curl_slist *head = NULL; in make_headers() local
[all...]
/third_party/cups-filters/fontembed/
H A Dsfnt.c209 char *head=otf_get_table(otf,OTF_TAG('h','e','a','d'),&len); in otf_do_load() local
[all...]
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c631 FTSENT *p, *head; in fts_build() local
978 fts_sort(FTS *sp, FTSENT *head, size_t nitems) fts_sort() argument
1054 fts_lfree(FTSENT *head) fts_lfree() argument
1085 fts_padjust(FTS *sp, FTSENT *head) fts_padjust() argument
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c1073 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) reconnect() argument
[all...]
H A Dfat.c1034 checkchain(struct fat_descriptor *fat, cl_t head, size_t *chainsize) checkchain() argument
1120 clearchain(struct fat_descriptor *fat, cl_t head) clearchain() argument
1247 cl_t head; checklost() local
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h68 list_empty(const struct list_head *head) in list_empty() argument
75 list_empty_careful(const struct list_head *head) in list_empty_careful() argument
206 list_add(struct list_head *new, struct list_head *head) list_add() argument
213 list_add_tail(struct list_head *new, struct list_head *head) list_add_tail() argument
220 list_move(struct list_head *list, struct list_head *head) list_move() argument
228 list_move_tail(struct list_head *entry, struct list_head *head) list_move_tail() argument
236 list_rotate_to_front(struct list_head *entry, struct list_head *head) list_rotate_to_front() argument
243 list_bulk_move_tail(struct list_head *head, struct list_head *first, struct list_head *last) list_bulk_move_tail() argument
272 list_splice(const struct list_head *list, struct list_head *head) list_splice() argument
279 list_splice_tail(struct list_head *list, struct list_head *head) list_splice_tail() argument
286 list_splice_init(struct list_head *list, struct list_head *head) list_splice_init() argument
294 list_splice_tail_init(struct list_head *list, struct list_head *head) list_splice_tail_init() argument
393 list_is_singular(const struct list_head *head) list_is_singular() argument
398 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) __list_cut_position() argument
410 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) list_cut_position() argument
424 list_is_first(const struct list_head *list, const struct list_head *head) list_is_first() argument
431 list_is_last(const struct list_head *list, const struct list_head *head) list_is_last() argument
[all...]
/third_party/libuv/src/unix/
H A Dfsevents.c232 struct uv__queue head; in uv__fsevents_event_cb() local
/third_party/libdrm/nouveau/
H A Dnouveau.h173 struct nouveau_list head; member
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h56 string_node_t *head; member
118 token_node_t *head; member
129 argument_node_t *head; member

Completed in 27 milliseconds

1...<<1112131415161718