Searched defs:head (Results 1 - 25 of 455) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Ddevextras.h88 * @head: list head to add it after
90 * Insert a new entry after the specified head.
93 static __inline__ void list_add(struct list_head *new, struct list_head *head) argument
95 __list_add(new, head, head->next);
101 * @head: list head to add it before
103 * Insert a new entry before the specified head.
107 struct list_head *head)
106 list_add_tail(struct list_head *new, struct list_head *head) argument
151 list_empty(struct list_head *head) argument
161 list_splice(struct list_head *list, struct list_head *head) argument
[all...]
H A Dyaffs_guts.c3426 static int yaffs_WriteCheckpointValidityMarker(yaffs_Device *dev,int head) argument
3432 cp.head = (head) ? 1 : 0;
3438 static int yaffs_ReadCheckpointValidityMarker(yaffs_Device *dev, int head) argument
3449 (cp.head == ((head) ? 1 : 0));
H A Dyaffs_guts.h788 __u32 head; member in struct:__anon34335
/external/zlib/src/
H A Ddeflate.h137 Posf *head; /* Heads of the hash chains or NIL. */ member in struct:internal_state
H A Dinflate.h90 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
/external/zlib/src/test/
H A Dinfcover.c291 gz_header head; local
303 head.extra = out;
304 head.extra_max = len;
305 head.name = out;
306 head.name_max = len;
307 head.comment = out;
308 head.comm_max = len;
309 ret = inflateGetHeader(&strm, &head); assert(ret == Z_OK);
/external/zopfli/src/zopfli/
H A Dhash.h30 int* head; /* Hash value to index of its most recent occurance. */ member in struct:ZopfliHash
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1353 int* head; /*hash value to head circular pos*/ member in struct:Hash
1363 hash->head = (int*)lodepng_malloc(sizeof(int) * HASH_NUM_VALUES);
1368 if(!hash->head || !hash->val || !hash->chain || !hash->zeros) return 83; /*alloc fail*/
1371 for(i = 0; i < HASH_NUM_VALUES; i++) hash->head[i] = -1;
1380 lodepng_free(hash->head);
1418 if(hash->head[hashval] != -1) hash->chain[wpos] = hash->head[hashval];
1419 hash->head[hashval] = wpos;
1480 prevpos = hash->head[hashva
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c725 struct ieee80211_mgmt *head = NULL; local
736 head = os_zalloc(BEACON_HEAD_BUF_SIZE);
749 if (head == NULL || tail == NULL) {
751 os_free(head);
756 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
758 head->duration = host_to_le16(0);
759 os_memset(head->da, 0xff, ETH_ALEN);
761 os_memcpy(head->sa, hapd->own_addr, ETH_ALEN);
762 os_memcpy(head->bssid, hapd->own_addr, ETH_ALEN);
763 head
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h722 * head - Beacon head from IEEE 802.11 header to IEs before TIM IE
724 u8 *head; member in struct:wpa_driver_ap_params
727 * head_len - Length of the head buffer in octets
1256 * @head: Head portion of Beacon frame (before TIM IE)
1264 * @head_len: Length of @head
1272 u8 *head, *tail; member in struct:beacon_data
1826 * frame by concatenating the head part with TIM IE generated by the
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_process.c57 const u8 *head; local
65 head = wpabuf_head(msg);
67 if (head + len != key_wrap_auth - 4) {
73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
H A Dwps_upnp.c625 const char *head = local
664 wpabuf_put_str(buf, head);
940 static void upnp_wps_free_msearchreply(struct dl_list *head) argument
943 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
949 static void upnp_wps_free_subscriptions(struct dl_list *head, argument
953 dl_list_for_each_safe(s, tmp, head, struct subscription, list) {
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c725 struct ieee80211_mgmt *head = NULL; local
736 head = os_zalloc(BEACON_HEAD_BUF_SIZE);
749 if (head == NULL || tail == NULL) {
751 os_free(head);
756 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
758 head->duration = host_to_le16(0);
759 os_memset(head->da, 0xff, ETH_ALEN);
761 os_memcpy(head->sa, hapd->own_addr, ETH_ALEN);
762 os_memcpy(head->bssid, hapd->own_addr, ETH_ALEN);
763 head
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h722 * head - Beacon head from IEEE 802.11 header to IEs before TIM IE
724 u8 *head; member in struct:wpa_driver_ap_params
727 * head_len - Length of the head buffer in octets
1256 * @head: Head portion of Beacon frame (before TIM IE)
1264 * @head_len: Length of @head
1272 u8 *head, *tail; member in struct:beacon_data
1826 * frame by concatenating the head part with TIM IE generated by the
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c57 const u8 *head; local
65 head = wpabuf_head(msg);
67 if (head + len != key_wrap_auth - 4) {
73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
H A Dwps_upnp.c625 const char *head = local
664 wpabuf_put_str(buf, head);
940 static void upnp_wps_free_msearchreply(struct dl_list *head) argument
943 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
949 static void upnp_wps_free_subscriptions(struct dl_list *head, argument
953 dl_list_for_each_safe(s, tmp, head, struct subscription, list) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c358 struct wpa_ssid *ssid, *tail, *head; local
375 tail = head = config->ssid;
400 if (head == NULL) {
401 head = tail = ssid;
447 config->ssid = head;
455 head = NULL;
H A Dconfig_winreg.c375 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; local
416 if (head == NULL) {
417 head = tail = ssid;
432 config->ssid = head;
H A Devents.c2357 static int any_interfaces(struct wpa_supplicant *head) argument
2361 for (wpa_s = head; wpa_s != NULL; wpa_s = wpa_s->next)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c725 struct ieee80211_mgmt *head = NULL; local
736 head = os_zalloc(BEACON_HEAD_BUF_SIZE);
749 if (head == NULL || tail == NULL) {
751 os_free(head);
756 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
758 head->duration = host_to_le16(0);
759 os_memset(head->da, 0xff, ETH_ALEN);
761 os_memcpy(head->sa, hapd->own_addr, ETH_ALEN);
762 os_memcpy(head->bssid, hapd->own_addr, ETH_ALEN);
763 head
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h722 * head - Beacon head from IEEE 802.11 header to IEs before TIM IE
724 u8 *head; member in struct:wpa_driver_ap_params
727 * head_len - Length of the head buffer in octets
1256 * @head: Head portion of Beacon frame (before TIM IE)
1264 * @head_len: Length of @head
1272 u8 *head, *tail; member in struct:beacon_data
1826 * frame by concatenating the head part with TIM IE generated by the
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_process.c57 const u8 *head; local
65 head = wpabuf_head(msg);
67 if (head + len != key_wrap_auth - 4) {
73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
H A Dwps_upnp.c625 const char *head = local
664 wpabuf_put_str(buf, head);
940 static void upnp_wps_free_msearchreply(struct dl_list *head) argument
943 dl_list_for_each_safe(a, tmp, head, struct advertisement_state_machine,
949 static void upnp_wps_free_subscriptions(struct dl_list *head, argument
953 dl_list_for_each_safe(s, tmp, head, struct subscription, list) {
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h190 struct inferior_list_entry *head; member in struct:inferior_list
/external/valgrind/main/coregrind/m_scheduler/
H A Dticket-lock-linux.c59 volatile unsigned head; member in struct:sched_lock
85 p->head = 0;
108 * value as the ticket value. Wait until the head of the queue equals the
131 if (ticket == p->head)
153 * Release a ticket lock by incrementing the head of the queue. Only generate
157 * Note: tail will only be read after head has been incremented since both are
170 wakeup_ticket = __sync_fetch_and_add(&p->head, 1) + 1;

Completed in 425 milliseconds

1234567891011>>