| /third_party/libdrm/include/drm/ |
| H A D | mga_drm.h | 173 unsigned int head; /* Position of head pointer */ member
|
| /third_party/libdrm/intel/ |
| H A D | intel_decode.c | 69 uint32_t head, tail; member 3874 drm_intel_decode_set_head_tail(struct drm_intel_decode *ctx, uint32_t head, uint32_t tail) drm_intel_decode_set_head_tail() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_load_store_vectorize.c | 184 struct list_head head; member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | scheduler.cc | 774 BasicBlock* PushFront(BasicBlock* head, BasicBlock* block) { in PushFront() argument
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 151 struct list_head head; member [all...] |
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_ciph.c | 643 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail() argument 660 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head() argument 747 ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, int num_of_group_aliases, uint32_t disabled_mkey, uint32_t disabled_auth, uint32_t disabled_enc, uint32_t disabled_mac, CIPHER_ORDER *head) ssl_cipher_collect_aliases() argument 816 CIPHER_ORDER *head, *tail, *curr, *next, *last; ssl_cipher_apply_rule() local 1453 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; STACK_OF() local [all...] |
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrTriangulator.cpp | 39 static void list_insert(T* t, T* prev, T* next, T** head, T** tail) { in list_insert() argument 55 static void list_remove(T* t, T** head, T** tail) { in list_remove() argument 448 Poly* GrTriangulator::makePoly(Poly** head, Vertex* v, int winding) const { in makePoly() argument
|
| /third_party/skia/src/core/ |
| H A D | SkRegion.cpp | 151 void SkRegion::allocateRuns(const RunHead& head) { in allocateRuns() argument
|
| /third_party/openssl/ssl/ |
| H A D | ssl_ciph.c | 642 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail() argument 659 static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_head() argument 746 ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list, int num_of_group_aliases, uint32_t disabled_mkey, uint32_t disabled_auth, uint32_t disabled_enc, uint32_t disabled_mac, CIPHER_ORDER *head) ssl_cipher_collect_aliases() argument 815 CIPHER_ORDER *head, *tail, *curr, *next, *last; ssl_cipher_apply_rule() local 1452 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; STACK_OF() local [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkOpCoincidence.cpp | 1153 SkCoincidentSpans* head = coin; in release() local 1177 SkCoincidentSpans* head = coin; in releaseDeleted() local 1300 SkCoincidentSpans* head = coin; in fixUp() local 1382 SkCoincidentSpans* head = coin; markCollapsed() local [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkPolyUtils.cpp | 297 static void remove_node(const OffsetEdge* node, OffsetEdge** head) { in remove_node() argument 374 OffsetEdge* head = &edgeData[0]; in SkInsetConvexPolygon() local 1314 auto head = &edgeData[0]; SkOffsetSimplePolygon() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| H A D | ftsdf.c | 948 SDF_Edge* head = NULL; in get_contour_orientation() local 3506 SDF_Contour* head; /* head of the contour list */ sdf_generate_with_overlaps() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-glyf-table.hh | 915 const OT::head &head = *face->table.head; in init() local [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | fdisk.c | 52 unsigned char boot_ind, head, sector, cyl, sys_ind, end_head, member
|
| /third_party/python/Modules/ |
| H A D | _testbuffer.c | 104 ndbuf_t *head; /* currently active base buffer */ member [all...] |
| H A D | _xxsubinterpretersmodule.c | 933 _channelref *head; member [all...] |
| H A D | gcmodule.c | 373 validate_list(PyGC_Head *head, enu argument 632 untrack_tuples(PyGC_Head *head) untrack_tuples() argument 647 untrack_dicts(PyGC_Head *head) untrack_dicts() argument [all...] |
| /third_party/python/Objects/ |
| H A D | bytearrayobject.c | 1586 char swap, *head, *tail; in bytearray_reverse_impl() local
|
| /third_party/pulseaudio/src/modules/raop/ |
| H A D | raop-client.c | 316 const size_t head = sizeof(tcp_audio_header); in build_tcp_audio_packet() local 407 const size_t head = sizeof(udp_audio_header); in build_udp_audio_packet() local [all...] |
| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_policy.c | 1469 static void cil_te_rules_to_policy(FILE *out, struct cil_tree_node *head, int mls) in cil_te_rules_to_policy() argument 1917 struct cil_tree_node *head = db->ast->root; in cil_gen_policy() local
|
| /third_party/selinux/libselinux/src/ |
| H A D | selinux_restorecon.c | 907 struct dir_hash_node *head, *current; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | events.c | 3271 static int any_interfaces(struct wpa_supplicant *head) in any_interfaces() argument
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
| H A D | distributed_want_test.cpp | 1258 std::size_t head = length; in TestStringForParseUri() local 1279 std::size_t head = length; in TestFloatForParseUri() local 1300 std::size_t head = length; in TestFloatArrayForParseUri() local 1325 std::size_t head = length; in TestStringArrayForParseUri() local
|
| /foundation/ability/ability_base/test/unittest/want/ |
| H A D | want_test.cpp | 1122 std::size_t head = 0; in HWTEST_F() local 1214 std::size_t head = 0; in HWTEST_F() local 1281 std::size_t head = 0; HWTEST_F() local 1373 std::size_t head = 0; HWTEST_F() local 1445 std::size_t head = 0; HWTEST_F() local [all...] |
| /foundation/arkui/ui_lite/frameworks/draw/ |
| H A D | draw_utils.cpp | 194 FontHeader head; in DrawColorLetter() local 241 FontHeader head; in DrawNormalLetter() local
|