HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 151 - 175 of 3713) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/ndk/platforms/android-9/arch-x86/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /external/compiler-rt/test/tsan/
barrier.cc 19 int idx = (int)(long)p; local
23 int left = idx - 1 >= 0 ? prev[idx - 1] : 0;
24 int right = idx + 1 < kSize ? prev[idx + 1] : 0;
25 curr[idx] = (left + right) / 2;
  /external/kmod/libkmod/
libkmod-index.h 34 void index_file_close(struct index_file *idx);
35 char *index_search(struct index_file *idx, const char *key);
37 struct index_value *index_searchwild(struct index_file *idx, const char *key);
46 char *index_mm_search(struct index_mm *idx, const char *key);
47 struct index_value *index_mm_searchwild(struct index_mm *idx, const char *key);
48 void index_mm_dump(struct index_mm *idx, int fd, const char *prefix);
  /external/libnfnetlink/utils/
iftest.c 13 int idx; local
35 idx = if_nametoindex(argv[1]);
38 if (nlif_index2name(h, idx, name) == -1)
39 fprintf(stderr, "Cannot translate device idx=%u\n", idx);
41 if (nlif_get_ifflags(h, idx, &flags) == -1) {
46 printf("index (%d) is %s (%s) (%s)\n", idx, argv[1],
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 35 uint16_t getAttrByIndex(uint32_t idx) const {
36 return Attributes.size() > idx ? Attributes[idx].getAttribute() : 0;
38 uint16_t getFormByIndex(uint32_t idx) const {
39 return Attributes.size() > idx ? Attributes[idx].getForm() : 0;
  /external/toybox/scripts/
mktags.c 11 int idx = 0; local
32 idx = 0;
51 printf("#define %s_%*.*s %d\n", tag, -40, (int)(s-start), start, idx);
53 idx>31 ? "LL": "", idx);
54 idx++;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r11/platforms/android-13/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r11/platforms/android-14/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r11/platforms/android-15/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h 45 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
46 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
47 #define clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
  /development/ndk/platforms/android-9/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))

Completed in 1518 milliseconds

1 2 3 4 5 67 8 91011>>