HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 201 - 225 of 1021) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/elfutils/lib/
dynamicsizehash.c 38 size_t idx = 1 + hval % htab->size; local
40 if (htab->table[idx].hashval != 0)
44 if (htab->table[idx].hashval == hval
45 && COMPARE (htab->table[idx].data, val) == 0)
46 return idx;
53 if (idx <= hash)
54 idx = htab->size + idx - hash;
56 idx -= hash;
59 if (htab->table[idx].hashval == hva
205 size_t idx; local
232 size_t idx; local
255 size_t idx; local
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-missing.c 51 GList *idx = NULL; local
57 for (idx = missing_list; idx; idx = idx->next) {
58 f = (fdata*)idx->data;
63 existing_list = g_list_prepend (existing_list, idx);
67 for (idx = existing_list; idx; idx = idx->next)
90 GList *idx; local
    [all...]
  /external/ipsec-tools/src/racoon/
policy.h 112 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \
114 memset((idx), 0, sizeof(struct policyindex)); \
115 (idx)->dir = (_dir); \
116 (idx)->prefs = (ps); \
117 (idx)->prefd = (pd); \
118 (idx)->ul_proto = (ulp); \
119 (idx)->priority = (_priority); \
120 (idx)->created = (_created); \
121 memcpy(&(idx)->src, (s), sysdep_sa_len((struct sockaddr *)(s))); \
122 memcpy(&(idx)->dst, (d), sysdep_sa_len((struct sockaddr *)(d)));
    [all...]
  /external/elfutils/src/
xelf.h 51 # define xelf_getphdr(elf, idx, name) name = elf32_getphdr (elf) + idx
52 # define xelf_getphdr_ptr(elf, idx, name) name = elf32_getphdr (elf) + idx
53 # define xelf_update_phdr(elf, idx, phdr) \
54 /* nothing */ ((void) (elf), (void) (idx), (void) (phdr), 1)
64 # define xelf_getsym(data, idx, name) \
65 name = &((Elf32_Sym *) (data)->d_buf)[idx]
66 # define xelf_getsym_ptr(data, idx, name) \
67 name = &((Elf32_Sym *) (data)->d_buf)[idx]
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /development/ndk/platforms/android-5/arch-x86/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /external/webkit/WebCore/platform/qt/
QtAbstractWebPopup.h 39 QString itemText(int idx) const { return m_popupClient->itemText(idx); }
40 QString itemToolTip(int idx) const { return m_popupClient->itemToolTip(idx); }
41 bool itemIsEnabled(int idx) const { return m_popupClient->itemIsEnabled(idx); }
QtAbstractWebPopup.cpp 51 QtAbstractWebPopup::ItemType QtAbstractWebPopup::itemType(int idx) const
53 if (m_popupClient->itemIsSeparator(idx))
55 if (m_popupClient->itemIsLabel(idx))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
42 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /system/core/nexus/
Property.cpp 40 int StringProperty::set(int idx, int value) {
45 int StringProperty::set(int idx, struct in_addr *value) {
50 int StringProperty::get(int idx, int *buffer) {
55 int StringProperty::get(int idx, struct in_addr *buffer) {
68 int StringPropertyHelper::set(int idx, const char *value) {
69 if (idx != 0) {
78 int StringPropertyHelper::get(int idx, char *buffer, size_t max) {
79 if (idx != 0) {
92 int IntegerProperty::set(int idx, const char *value) {
97 int IntegerProperty::set(int idx, struct in_addr *value)
    [all...]
  /bionic/libc/kernel/common/linux/
highmem.h 25 #define kmap_atomic(page, idx) page_address(page)
26 #define kunmap_atomic(addr, idx) do { } while (0)
27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
  /development/ndk/platforms/android-3/include/linux/
highmem.h 25 #define kmap_atomic(page, idx) page_address(page)
26 #define kunmap_atomic(addr, idx) do { } while (0)
27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
highmem.h 25 #define kmap_atomic(page, idx) page_address(page)
26 #define kunmap_atomic(addr, idx) do { } while (0)
27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
highmem.h 25 #define kmap_atomic(page, idx) page_address(page)
26 #define kunmap_atomic(addr, idx) do { } while (0)
27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
highmem.h 25 #define kmap_atomic(page, idx) page_address(page)
26 #define kunmap_atomic(addr, idx) do { } while (0)
27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
highmem.h 25 #define kmap_atomic(page, idx) page_address(page)
26 #define kunmap_atomic(addr, idx) do { } while (0)
27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
highmem.h 25 #define kmap_atomic(page, idx) page_address(page)
26 #define kunmap_atomic(addr, idx) do { } while (0)
27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
highmem.h 25 #define kmap_atomic(page, idx) page_address(page)
26 #define kunmap_atomic(addr, idx) do { } while (0)
27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
  /bionic/libc/kernel/arch-sh/asm/
fixmap.h 26 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
28 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aastore/jm/
T_aastore_4.java 21 // public void run(Integer[] arr, int idx) {
28 public void run(String[] arr, int idx, Object a) {
29 //arr[idx] = a;
  /cts/tools/vm-tests/src/dot/junit/opcodes/aget_object/d/
T_aget_object_8.java 21 public String run(String [] arr, float idx) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_object/d/
T_aput_object_12.java 21 public void run(String[] arr, float idx, String value) {
T_aput_object_4.java 21 // public void run(Integer[] arr, int idx) {
28 public void run(String[] arr, int idx, Object a) {
29 //arr[idx] = a;
  /dalvik/vm/
PointerSet.h 77 int idx; local
78 if (!dvmPointerSetHas(pSet, ptr, &idx))
79 idx = -1;
80 return idx;

Completed in 537 milliseconds

1 2 3 4 5 6 7 891011>>