/external/openssh/openbsd-compat/ |
getrrsetbyname.c | 452 struct dns_query *head, *curr, *prev; local 456 for (i = 1, head = NULL, prev = NULL; i <= count; i++, prev = curr) { 461 free_dns_query(head); 464 if (head == NULL) 465 head = curr; 473 free_dns_query(head); 478 free_dns_query(head); 492 return (head); 499 struct dns_rr *head, *curr, *prev; local 503 for (i = 1, head = NULL, prev = NULL; i <= count; i++, prev = curr) [all...] |
/external/openssl/crypto/bn/ |
bn_ctx.c | 102 BN_POOL_ITEM *head, *current, *tail; member in struct:bignum_pool 159 BN_POOL_ITEM *item = ctx->pool.head; 237 BN_POOL_ITEM *pool = ctx->pool.head; 362 p->head = p->current = p->tail = NULL; 368 while(p->head) 371 BIGNUM *bn = p->head->vals; 377 p->current = p->head->next; 378 OPENSSL_free(p->head); 379 p->head = p->current; 386 BN_POOL_ITEM *item = p->head; [all...] |
/external/openssl/crypto/evp/ |
e_aes_cbc_hmac_sha1.c | 78 SHA_CTX head,tail,md; member in struct:__anon24226 129 SHA1_Init(&key->head); /* handy when benchmarking */ 130 key->tail = key->head; 131 key->md = key->head; 290 key->md = key->head; 467 SHA1_Init(&key->head); 468 SHA1_Update(&key->head,ptr,arg); 469 SHA1_Final(hmac_key,&key->head); 476 SHA1_Init(&key->head); 477 SHA1_Update(&key->head,hmac_key,sizeof(hmac_key)) [all...] |
/external/qemu/android/ |
cmdline-option.c | 170 ParamList** head = (ParamList**)field; local 177 pl->next = *head; 178 *head = pl; 215 ParamList** head = (ParamList**)((char*)opt + oo->var_offset); local 217 ParamList* cur = *head; 225 *head = prev;
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_events.c | 45 int head; member in struct:__anon24988 221 SDL_EventQ.head = 0; 270 if ( tail == SDL_EventQ.head ) { 293 if ( spot == SDL_EventQ.head ) { 294 SDL_EventQ.head = (SDL_EventQ.head+1)%MAXEVENTS; 295 return(SDL_EventQ.head); 345 spot = SDL_EventQ.head;
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 21 HEAD, /* i: waiting for magic header */ 59 HEAD -> (gzip) or (zlib) 86 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
|
/external/qemu/slirp/ |
misc.c | 94 register struct quehead *head = (struct quehead *) b; local 95 element->qh_link = head->qh_link; 96 head->qh_link = (struct quehead *)element; 97 element->qh_rlink = (struct quehead *)head;
|
/external/sfntly/cpp/src/sfntly/ |
tag.cc | 28 const int32_t Tag::head = TAG('h', 'e', 'a', 'd'); member in class:sfntly::Tag 75 Tag::head, 87 Tag::head,
|
tag.h | 34 static const int32_t head; member in struct:sfntly::Tag
|
/external/wpa_supplicant_8/src/ap/ |
beacon.c | 575 struct ieee80211_mgmt *head = NULL; local 593 head = os_zalloc(BEACON_HEAD_BUF_SIZE); 606 if (head == NULL || tail == NULL) { 608 os_free(head); 613 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, 615 head->duration = host_to_le16(0); 616 os_memset(head->da, 0xff, ETH_ALEN); 618 os_memcpy(head->sa, hapd->own_addr, ETH_ALEN); 619 os_memcpy(head->bssid, hapd->own_addr, ETH_ALEN); 620 head->u.beacon.beacon_int [all...] |
/external/zlib/src/test/ |
infcover.c | 291 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);
|
/frameworks/av/services/audioflinger/ |
AudioResamplerSinc.cpp | 574 int16_t* head = impulse + headOffset; local 630 int16_t* head = impulse + c.halfNumCoefs*CHANNELS; local [all...] |
/frameworks/base/obex/javax/obex/ |
ClientSession.java | 80 byte[] head = null; 88 head = ObexHelper.createHeader(header, false); 89 totalLength += head.length; 107 if (head != null) { 108 System.arraycopy(head, 0, requestPacket, 4, head.length); 145 HeaderSet head; local 147 head = new HeaderSet(); 149 head = header; 150 if (head.nonce != null) 253 HeaderSet head; local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMergeAlbum.java | 123 SortedMap<Integer, int[]> head = mIndex.headMap(start + 1); local 124 int markPos = head.lastKey(); 125 int[] subPos = head.get(markPos).clone();
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
MemoryTracker.java | 49 public int head = 0; field in class:MemoryTracker.ProcessMemInfo 138 info.head = (info.head+1) % info.pss.length; 139 info.pss[info.head] = info.currentPss = dinfo.getTotalPss(); 140 info.uss[info.head] = info.currentUss = dinfo.getTotalPrivateDirty();
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Builder.java | 192 Token head = node.firstToken;
local 196 while (head != tail) {
197 out.append(head.image);
198 head = head.next;
200 addSpecials(out, head.specialToken);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
nntplib.py | 406 """Internal: process a HEAD, BODY or ARTICLE command.""" 411 def head(self, id): member in class:NNTP 412 """Process a HEAD command. Argument: 420 return self.artcmd('HEAD ' + id)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
nntplib.py | 406 """Internal: process a HEAD, BODY or ARTICLE command.""" 411 def head(self, id): member in class:NNTP 412 """Process a HEAD command. Argument: 420 return self.artcmd('HEAD ' + id)
|
/system/core/include/diskconfig/ |
diskconfig.h | 57 uint8_t head; member in struct:chs
|
/system/extras/latencytop/ |
latencytop.c | 55 static void print_latency_entries(struct latency_entry *head); 293 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) { 296 e = head; 326 struct latency_entry *e, *head; local 331 head = list; 347 e = find_latency_entry(head, reason); 359 e->next = head; 360 head = e; 365 return head; 368 static void print_latency_entries(struct latency_entry *head) { [all...] |
/system/extras/showmap/ |
showmap.c | 123 static void enqueue_map(mapinfo **head, mapinfo *map, int sort_by_address, int coalesce_by_name) { 125 mapinfo *current = *head; 150 *head = map; 166 mapinfo *head = NULL; local 189 enqueue_map(&head, current, sort_by_address, coalesce_by_name); 197 enqueue_map(&head, current, sort_by_address, coalesce_by_name); 201 if (!head) { 206 return head;
|
/system/extras/showslab/ |
showslab.c | 58 * Returns the head of the new list of slab_info structures, or NULL on error. 62 struct slab_info *head = NULL, *p = NULL, *prev = NULL; local 100 head = NULL; 104 head = prev = p; 117 head = NULL; 153 return head;
|
/bionic/libc/bionic/ |
fts.c | 546 FTSENT *p, *head; local 648 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) { 665 fts_lfree(head); 691 fts_lfree(head); 733 if (head == NULL) 734 head = tail = p; 749 fts_padjust(sp, head); 785 head = fts_sort(sp, head, nitems); 786 return (head); [all...] |
malloc_debug_check.cpp | 114 static hdr_t* head; variable 161 static inline void add_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) { 163 hdr->next = *head; 164 if (*head) 165 (*head)->prev = hdr; 168 *head = hdr; 171 static inline int del_locked(hdr_t* hdr, hdr_t** tail, hdr_t** head) { 175 *head = hdr->next; 192 add_locked(hdr, &tail, &head); 201 del_locked(hdr, &tail, &head); [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 1554 struct cam_list *head = NULL; local 1751 struct cam_list *head = NULL; local [all...] |