/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_extension_parser.cc | 94 const char* head = current_; in ConsumeToken() local 135 const char* head = current_; in Lookahead() local 142 const char* head = current_; in ConsumeIfMatch() local
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/ |
H A D | flag_info.rs | 74 let mut head = 0; in from_bytes() localVariable 130 let mut head = 0; in from_bytes() localVariable 175 let mut head = header.into_bytes().len(); in from_bytes() localVariable 253 let mut head = 0; in test_version_number() localVariable
|
H A D | flag_table.rs | 79 let mut head = 0; in from_bytes() localVariable 137 let mut head = 0; in from_bytes() localVariable 197 let mut head = header.into_bytes().len(); in from_bytes() localVariable 279 let mut head = 0; in test_version_number() localVariable
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | tcpsvd.c | 63 struct list *head; member 122 struct list_pid *prev, *free_node, *head = *pids; in delete() local 145 struct list *head, *prev = NULL, *free_node = NULL; in remove_connection() local 266 struct list *head, *newnode; in tcpsvd_main() local
|
/aosp_15_r20/external/libnl/python/netlink/ |
H A D | utils.h | 8 static inline int list_empty(const struct list_head *head) in list_empty() 13 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 25 #define list_for_each_safe(pos, n, head) \ argument
|
/aosp_15_r20/external/mtools/ |
H A D | xdf_io.c | 37 unsigned int head:1; member 82 unsigned int head:1; member 88 struct Stream_t head; member 114 unsigned char head; member 393 uint8_t *sector, uint8_t *head) in fill_t0() 468 uint8_t sector, head; in decompose() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/ |
D | list.rs | 159 head: CachePadded<Position<T>>, field 303 let mut head = self.head.index.load(Ordering::Acquire); in start_recv() localVariable 500 let mut head = self.head.index.load(Ordering::SeqCst); in len() localVariable 585 let mut head = self.head.index.load(Ordering::Acquire); in discard_all_messages() localVariable 640 let head = self.head.index.load(Ordering::SeqCst); in is_empty() localVariable 653 let mut head = *self.head.index.get_mut(); in drop() localVariable
|
/aosp_15_r20/external/libbpf/include/linux/ |
H A D | list.h | 39 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 75 static inline int list_empty(const struct list_head *head) in list_empty() 86 #define list_for_each_entry(pos, head, member) \ argument
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkAAClip.cpp | 195 RunHead* head = (RunHead*)sk_malloc_throw(size); in Alloc() local 217 RunHead* head = RunHead::Alloc(1, rowSize); in AllocRect() local 233 const RunHead* head = clip.fRunHead; in Iterate() local 408 RunHead* head = RunHead::Alloc(fRows.size(), dataSize); in finish() local 900 const RunHead* head = fRunHead; in validate() local 1063 RunHead* head = fRunHead; in trimLeftRight() local 1139 RunHead* head = fRunHead; in trimTopBottom() local 1219 const RunHead* head = fRunHead; in trimBounds() local 1290 const RunHead* head = fRunHead; in isRect() local 1390 RunHead* head = RunHead::Alloc(yArray.size(), xArray.size_bytes()); in setRegion() local
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/optics/ |
D | DefaultOpticsManifest.kt | 92 val (head, tail) = accessPath.split() in composeTraversalInner() constant 106 val head = copy(selectors = headSelector) in split() constant
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/ |
H A D | arena.cc | 117 void Arena::ManagedNewObject::Link(std::atomic<ManagedNewObject*>* head) { in Link() 126 std::atomic<FreePoolNode*>* head) { in AllocPooled() 171 void Arena::FreePooled(void* p, std::atomic<FreePoolNode*>* head) { in FreePooled()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/ |
D | arena.cc | 117 void Arena::ManagedNewObject::Link(std::atomic<ManagedNewObject*>* head) { in Link() 125 std::atomic<FreePoolNode*>* head) { in AllocPooled() 170 void Arena::FreePooled(void* p, std::atomic<FreePoolNode*>* head) { in FreePooled()
|
/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | FontFileParserTest.cpp | 51 size_t head = writeU16(1, out.data(), 0); // major version in buildHeadTable() local 75 std::vector<uint8_t> head = buildHeadTable(rev); in TEST() local 84 std::vector<uint8_t> head = buildHeadTable(rev); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/tests/ |
D | loom.rs | 55 head: Atomic<Node<T>>, in treiber_stack() field 82 let head = self.head.load(Relaxed, &guard); in treiber_stack() localVariable 101 let head = self.head.load(Acquire, &guard); in treiber_stack() localVariable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/signal/testcases/ |
H A D | testcases.c | 5 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, in get_header() 116 struct _aarch64_ctx *head = in validate_reserved() local 261 struct _aarch64_ctx *head; in get_starting_head() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/sync/ |
D | queue.rs | 23 head: CachePadded<Atomic<Node<T>>>, field 119 let head = self.head.load(Acquire, guard); in pop_internal() localVariable 151 let head = self.head.load(Acquire, guard); in pop_if_internal() localVariable 241 let head = self.queue.head.load(Acquire, guard); in is_empty() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_getaddrinfo.c | 126 struct ares_addrinfo_cname *ares__append_addrinfo_cname(struct ares_addrinfo_cname **head) in ares__append_addrinfo_cname() 145 void ares__addrinfo_cat_cnames(struct ares_addrinfo_cname **head, in ares__addrinfo_cat_cnames() 185 struct ares_addrinfo_node *ares__append_addrinfo_node(struct ares_addrinfo_node **head) in ares__append_addrinfo_node() 204 void ares__addrinfo_cat_nodes(struct ares_addrinfo_node **head, in ares__addrinfo_cat_nodes()
|
/aosp_15_r20/external/cronet/third_party/libevent/ |
H A D | event-internal.h | 75 #define TAILQ_FIRST(head) ((head)->tqh_first) argument 76 #define TAILQ_END(head) NULL argument 78 #define TAILQ_FOREACH(var, head, field) \ argument
|
/aosp_15_r20/external/trusty/musl/src/stdlib/ |
D | qsort.c | 91 static void sift(unsigned char *head, size_t width, cmpfun cmp, int pshift, size_t lp[]) in sift() 118 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, size_t pp[2], int pshift, int tr… in trinkle() 161 unsigned char *head, *high; in qsort() local
|
/aosp_15_r20/frameworks/base/cmds/incident_helper/src/ |
H A D | ih_util.cpp | 34 const auto head = s.find_first_not_of(charset); in trim() local 170 const auto head = line->find_first_not_of(DEFAULT_WHITESPACE); in stripPrefix() local 214 std::string head = line->substr(0); in behead() local 218 std::string head = line->substr(0, found); in behead() local
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | fts.c | 549 FTSENT *p, *head; in fts_build() local 869 fts_sort(FTS *sp, FTSENT *head, int nitems) in fts_sort() 937 fts_lfree(FTSENT *head) in fts_lfree() 986 fts_padjust(FTS *sp, FTSENT *head) in fts_padjust()
|
/aosp_15_r20/external/erofs-utils/include/erofs/ |
H A D | hashtable.h | 191 #define hlist_for_each(pos, head) \ argument 194 #define hlist_for_each_safe(pos, n, head) \ argument 209 #define hlist_for_each_entry(pos, head, member) \ argument 243 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | coreboot_table.c | 424 static unsigned long lb_table_fini(struct lb_header *head) in lb_table_fini() 443 static void lb_add_acpi_rsdp(struct lb_header *head) in lb_add_acpi_rsdp() 455 struct lb_header *head; in write_coreboot_forwarding_table() local 468 struct lb_header *head; in write_coreboot_table() local
|
/aosp_15_r20/external/libnl/lib/route/ |
H A D | act.c | 39 int rtnl_act_append(struct rtnl_act **head, struct rtnl_act *new) in rtnl_act_append() 62 int rtnl_act_remove(struct rtnl_act **head, struct rtnl_act *act) in rtnl_act_remove() 382 void rtnl_act_put_all(struct rtnl_act **head) in rtnl_act_put_all() 402 int rtnl_act_parse(struct rtnl_act **head, struct nlattr *tb) in rtnl_act_parse()
|
/aosp_15_r20/external/musl/src/stdlib/ |
H A D | qsort.c | 92 static void sift(unsigned char *head, size_t width, cmpfun cmp, void *arg, int pshift, size_t lp[]) in sift() 119 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, void *arg, size_t pp[2], int psh… in trinkle() 162 unsigned char *head, *high; in __qsort_r() local
|