Searched defs:head (Results 1 - 25 of 452) 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:__anon33453
/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.c721 struct ieee80211_mgmt *head = NULL; local
732 head = os_zalloc(BEACON_HEAD_BUF_SIZE);
745 if (head == NULL || tail == NULL) {
747 os_free(head);
752 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
754 head->duration = host_to_le16(0);
755 os_memset(head->da, 0xff, ETH_ALEN);
757 os_memcpy(head->sa, hapd->own_addr, ETH_ALEN);
758 os_memcpy(head->bssid, hapd->own_addr, ETH_ALEN);
759 head
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h705 * head - Beacon head from IEEE 802.11 header to IEs before TIM IE
707 u8 *head; member in struct:wpa_driver_ap_params
710 * head_len - Length of the head buffer in octets
1258 * @head: Head portion of Beacon frame (before TIM IE)
1266 * @head_len: Length of @head
1274 u8 *head, *tail; member in struct:beacon_data
1828 * 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.c721 struct ieee80211_mgmt *head = NULL; local
732 head = os_zalloc(BEACON_HEAD_BUF_SIZE);
745 if (head == NULL || tail == NULL) {
747 os_free(head);
752 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
754 head->duration = host_to_le16(0);
755 os_memset(head->da, 0xff, ETH_ALEN);
757 os_memcpy(head->sa, hapd->own_addr, ETH_ALEN);
758 os_memcpy(head->bssid, hapd->own_addr, ETH_ALEN);
759 head
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h705 * head - Beacon head from IEEE 802.11 header to IEs before TIM IE
707 u8 *head; member in struct:wpa_driver_ap_params
710 * head_len - Length of the head buffer in octets
1258 * @head: Head portion of Beacon frame (before TIM IE)
1266 * @head_len: Length of @head
1274 u8 *head, *tail; member in struct:beacon_data
1828 * 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.c355 struct wpa_ssid *ssid, *tail, *head; local
372 tail = head = config->ssid;
397 if (head == NULL) {
398 head = tail = ssid;
444 config->ssid = head;
452 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.c2355 static int any_interfaces(struct wpa_supplicant *head) argument
2359 for (wpa_s = head; wpa_s != NULL; wpa_s = wpa_s->next)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c721 struct ieee80211_mgmt *head = NULL; local
732 head = os_zalloc(BEACON_HEAD_BUF_SIZE);
745 if (head == NULL || tail == NULL) {
747 os_free(head);
752 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
754 head->duration = host_to_le16(0);
755 os_memset(head->da, 0xff, ETH_ALEN);
757 os_memcpy(head->sa, hapd->own_addr, ETH_ALEN);
758 os_memcpy(head->bssid, hapd->own_addr, ETH_ALEN);
759 head
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h705 * head - Beacon head from IEEE 802.11 header to IEs before TIM IE
707 u8 *head; member in struct:wpa_driver_ap_params
710 * head_len - Length of the head buffer in octets
1258 * @head: Head portion of Beacon frame (before TIM IE)
1266 * @head_len: Length of @head
1274 u8 *head, *tail; member in struct:beacon_data
1828 * 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/tremolo/Tremolo/
H A Dbitwise.c136 if(b->bitsLeftInSegment<0) ret = b->count+b->head->length;
137 else ret = b->count + b->head->length - (b->bitsLeftInSegment)/8;
139 // b->count, b->head->length, b->bitsLeftInSegment);
146 if(b->bitsLeftInSegment<0) ret=(b->count+b->head->length)*8;
147 else ret = b->count*8 + b->head->length*8 - b->bitsLeftInSegment;
149 // b->count, b->head->length, b->bitsLeftInSegment);
166 if(b->head && b->head->next){
167 b->count+=b->head->length;
168 b->head
227 ogg_reference *head=b->head; local
[all...]
H A Dframing.c182 ogg_reference *ret=0,*head=0; local
187 if(head)
188 head->next=temp;
191 head=temp;
192 head->buffer=or->buffer;
193 head->begin=or->begin;
194 head->length=length;
195 if(head->length>or->length)
196 head->length=or->length;
198 length-=head
207 ogg_reference *ret=0,*head=0; local
230 ogg_buffer_split(ogg_reference **tail, ogg_reference **head,long pos) argument
344 ogg_buffer_cat(ogg_reference *tail, ogg_reference *head) argument
[all...]

Completed in 388 milliseconds

1234567891011>>