Searched defs:index (Results 1 - 24 of 24) sorted by relevance

/bionic/libc/arch-x86/string/
H A Dindex.S1 /* $OpenBSD: index.S,v 1.4 2005/08/07 11:30:38 espie Exp $ */
12 ENTRY(index) function
/bionic/libc/string/
H A Dindex.c1 /* $OpenBSD: index.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
34 index(const char *p, int ch) function
/bionic/libc/bionic/
H A Dif_nametoindex.c37 * Map an interface name into its corresponding index.
38 * Returns 0 on error, as 0 is not a valid index.
42 int index; local
50 index = 0;
53 index = ifr.ifr_ifindex;
57 return index;
H A Dif_indextoname.c38 * Map an interface index into its name.
44 int index; local
H A Dmalloc_debug_check.cpp460 size_t index = 1; local
466 exe, block->size, user(block), index++, total);
H A Dmalloc_debug_common.cpp138 int index = 0; local
142 list[index] = entry;
145 index++;
H A Dpthread-timers.c203 unsigned index; local
209 index = (unsigned) TIMER_ID_UNWRAP(id);
210 if (index >= MAX_THREAD_TIMERS)
215 timer = &t->timers[index];
H A Dpthread_debug.cpp408 int index = historyListHas(&obj->parents, objParent); local
409 if ((size_t)index < (size_t)obj->stacks.count) {
410 log_backtrace(obj->stacks.stack[index].addrs, obj->stacks.stack[index].depth);
464 // NOTE: the call stack is added at the same index
467 // also the index.
/bionic/libc/upstream-netbsd/libc/include/isc/
H A Dheap.h30 heap_index_func index; member in struct:heap_context
/bionic/libc/kernel/common/linux/
H A Dmca.h37 int index; member in struct:mca_device
H A Dublock.h50 __u32 index; member in struct:ublock_init_in
H A Dmedia.h96 __u16 index; member in struct:media_pad_desc
H A Dtegrafb.h61 __s32 index; member in struct:tegra_fb_windowattr
H A Dperf_event.h177 __u32 index; member in struct:perf_event_mmap_page
H A Dpkt_cls.h117 __u32 index; member in struct:tc_police
151 #define tc_gen __u32 index; __u32 capab; int action; int refcnt; int bindcnt
H A Dwireless.h406 __u32 index; member in struct:iw_pmkid_cand
H A Dinput.h57 __u16 index; member in struct:input_keymap_entry
H A Dvideodev2.h322 __u32 index; member in struct:v4l2_fmtdesc
356 __u32 index; member in struct:v4l2_frmsizeenum
381 __u32 index; member in struct:v4l2_frmivalenum
457 __u32 index; member in struct:v4l2_buffer
659 __u32 index; member in struct:v4l2_standard
674 __u32 index; member in struct:v4l2_dv_enum_preset
744 __u32 index; member in struct:v4l2_input
780 __u32 index; member in struct:v4l2_output
865 __u32 index; member in struct:v4l2_querymenu
1672 __u32 index; member in struct:v4l2_tuner
1689 __u32 index; member in struct:v4l2_modulator
1761 __u32 index; member in struct:v4l2_audio
1774 __u32 index; member in struct:v4l2_audioout
2072 __u32 index; member in struct:v4l2_create_buffers
[all...]
/bionic/libc/kernel/common/linux/mmc/
H A Dhost.h87 int index; member in struct:mmc_host
/bionic/libc/kernel/common/linux/mtd/
H A Dmtd.h96 int index; member in struct:mtd_info
/bionic/libc/upstream-netbsd/libc/isc/
H A Deventlib_p.h149 int index; member in struct:evTimer
/bionic/libc/netbsd/resolv/
H A Dres_cache.c1536 int index = key->hash % cache->max_entries; local
1537 Entry** pnode = (Entry**) &cache->entries[ index ];
2082 int i, rt, index; local
2107 index = 0;
2109 rt = getaddrinfo(servers[i], sbuf, &hints, &cache_info->nsaddrinfo[index]);
2111 cache_info->nameservers[index] = strdup(servers[i]);
2112 index++;
2116 cache_info->nsaddrinfo[index] = NULL;
/bionic/libc/kernel/common/sound/
H A Dasound.h85 unsigned int index; member in struct:snd_hwdep_dsp_image
750 unsigned int index; member in struct:snd_ctl_elem_id
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1537 unsigned char _BitScanForward(unsigned long *index, unsigned long mask);
1538 unsigned char _BitScanReverse(unsigned long *index, unsigned long mask);
2170 contiguous chunk that would have to index off it. However,
2347 | bin index of this chunk |
2402 bindex_t index; member in struct:malloc_tree_chunk
2445 would be possible to index these, but is not worth the extra
2829 /* addressing by index. See above about smallbin repositioning */
2835 /* assign tree index for size S to variable I. Use x86 asm if possible */
2908 /* The size of the smallest chunk held in bin with index i */
2916 /* bit corresponding to given index */
[all...]

Completed in 428 milliseconds