Home
last modified time | relevance | path

Searched defs:head (Results 276 – 300 of 2804) sorted by relevance

1...<<11121314151617181920>>...113

/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dhash_forgetful_chain_inc.h97 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra[0]); in FN() local
136 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra[0]); in FN() local
202 uint16_t* BROTLI_RESTRICT head = FN(Head)(self->extra[0]); in FN() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/
H A Ditron.rs124 head: Option<ListHead>, field
238 let head = self.head.as_mut().unwrap(); in remove() localVariable
277 let head = self.head.as_mut()?; in pop_front() localVariable
/aosp_15_r20/external/e2fsprogs/lib/blkid/
H A Dtag.c107 blkid_tag head = NULL, tmp; in blkid_find_head_cache() local
133 blkid_tag t = 0, head = 0; in blkid_set_tag() local
333 blkid_tag head; in blkid_find_dev_with_tag() local
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dheaders.rs279 let head = self.head(); in encode() localVariable
286 fn head(&self) -> Head { in head() method
499 let head = self.head(); in encode() localVariable
509 fn head(&self) -> Head { in head() method
539 fn head(&self) -> Head { in head() method
545 let head = self.head(); in encode() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.cc239 CordzInfo* head = global_list_.head.load(std::memory_order_acquire); in Head() local
335 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Track() local
348 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Untrack() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dcordz_info.cc237 CordzInfo* head = global_list_.head.load(std::memory_order_acquire); in Head() local
336 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Track() local
349 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Untrack() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcordz_info.cc239 CordzInfo* head = global_list_.head.load(std::memory_order_acquire); in Head() local
335 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Track() local
348 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Untrack() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/io_uring/
H A Dio_uring01.c36 unsigned int *head; member
45 unsigned int *head; member
145 unsigned int head = *cring->head; in drain_uring_cq() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcordz_info.cc237 CordzInfo* head = global_list_.head.load(std::memory_order_acquire); in Head() local
336 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Track() local
349 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Untrack() local
/aosp_15_r20/frameworks/compile/mclinker/unittests/
DGraphTest.cpp58 ListDigraph::Node* head = NULL; in TEST_F() local
105 ListDigraph::Node* head = NULL; in TEST_F() local
152 ListDigraph::Node* head = NULL; in TEST_F() local
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dcordz_info.cc237 CordzInfo* head = global_list_.head.load(std::memory_order_acquire); in Head() local
336 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Track() local
349 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Untrack() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcordz_info.cc239 CordzInfo* head = global_list_.head.load(std::memory_order_acquire); in Head() local
335 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Track() local
348 CordzInfo* const head = list_->head.load(std::memory_order_acquire); in Untrack() local
/aosp_15_r20/external/libevent/
H A Devrpc.c126 struct evrpc_hook_list *head = NULL; in evrpc_add_hook() local
150 evrpc_remove_hook_internal(struct evrpc_hook_list *head, void *handle) in evrpc_remove_hook_internal()
172 struct evrpc_hook_list *head = NULL; in evrpc_remove_hook() local
188 evrpc_process_hooks(struct evrpc_hook_list *head, void *ctx, in evrpc_process_hooks()
782 struct evrpc_pause_list *head = &base->pause_requests; in evrpc_resume_request() local
H A Devent-internal.h372 #define LIST_END(head) NULL argument
376 #define TAILQ_FIRST(head) ((head)->tqh_first) argument
379 #define TAILQ_END(head) NULL argument
386 #define TAILQ_FOREACH(var, head, field) \ argument
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/internal/
H A DBuffer.kt148 val head = head ?: return if (selectTruncated) -2 else -1 in selectPrefix() constant
425 val head = this.head ?: throw EOFException() in commonClear() constant
1487 val head = head!! in commonCopy() constant
1589 var head = buffer.head in commonSeek() variable
/aosp_15_r20/system/extras/latencytop/
H A Dlatencytop.c288 static struct latency_entry* find_latency_entry(struct latency_entry* head, char* reason) { in find_latency_entry()
316 struct latency_entry *e, *head; in read_latency_file() local
357 static void print_latency_entries(struct latency_entry* head) { in print_latency_entries()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_freeaddrinfo.c27 void ares__freeaddrinfo_cnames(struct ares_addrinfo_cname *head) in ares__freeaddrinfo_cnames()
40 void ares__freeaddrinfo_nodes(struct ares_addrinfo_node *head) in ares__freeaddrinfo_nodes()
Dares_llist.c27 void ares__init_list_head(struct list_node* head) { in ares__init_list_head()
41 int ares__is_list_empty(struct list_node* head) { in ares__is_list_empty()
/aosp_15_r20/packages/modules/adb/
Dsocket_test.cpp65 auto connect = [](asocket* tail, asocket* head) { in TEST_F()
74 asocket* head = create_local_socket(unique_fd(intermediate[0])); in TEST_F() local
243 asocket* head = create_local_socket(unique_fd(head_fd[1])); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion.cc1212 ValueNode* head = nullptr; in AddValueList() local
1266 for (const ValueNode* head : value_lists_) { in ~CopyRemover() local
1278 for (const ValueNode* head : value_lists_) { in Verify() local
1304 LiveRangeRegions ComputeLiveRangeRegions(const ValueNode* head) { in ComputeLiveRangeRegions()
1623 void SpliceAfter(ValueNode* head, ValueNode* insert_after) { in SpliceAfter()
1699 const ValueNode* head = element; in ForEachValueInRange() local
1730 for (const ValueNode* head : value_lists_) { in ToString() local
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dlit.rs873 let head = input.fork(); in parse() localVariable
884 let head = input.fork(); in parse() localVariable
895 let head = input.fork(); in parse() localVariable
906 let head = input.fork(); in parse() localVariable
917 let head = input.fork(); in parse() localVariable
928 let head = input.fork(); in parse() localVariable
939 let head = input.fork(); in parse() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dlit.rs873 let head = input.fork(); in parse() localVariable
884 let head = input.fork(); in parse() localVariable
895 let head = input.fork(); in parse() localVariable
906 let head = input.fork(); in parse() localVariable
917 let head = input.fork(); in parse() localVariable
928 let head = input.fork(); in parse() localVariable
939 let head = input.fork(); in parse() localVariable
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DTablePage.java66 protected void head(final HTMLElement head) throws IOException { in head() method in TablePage
/aosp_15_r20/external/tremolo/Tremolo/
H A Dframing.c182 ogg_reference *ret=0,*head=0; in ogg_buffer_sub() local
207 ogg_reference *ret=0,*head=0; in ogg_buffer_dup() local
231 ogg_reference **head,long pos){ in ogg_buffer_split()
344 static ogg_reference *ogg_buffer_cat(ogg_reference *tail, ogg_reference *head){ in ogg_buffer_cat()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap-4.5.4/examples/
H A Dgit.rs77 let mut head = sub_matches.get_one::<String>("head").map(|s| s.as_str()); in main() localVariable
88 let head = head.unwrap_or("worktree"); in main() localVariable

1...<<11121314151617181920>>...113