HomeSort by relevance Sort by last modified time
    Searched refs:ofs (Results 51 - 75 of 270) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/
map.h 96 #define map_read(map, ofs) inline_map_read(map, ofs)
98 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
  /external/kernel-headers/original/linux/mtd/
map.h 365 static inline map_word inline_map_read(struct map_info *map, unsigned long ofs)
370 r.x[0] = __raw_readb(map->virt + ofs);
372 r.x[0] = __raw_readw(map->virt + ofs);
374 r.x[0] = __raw_readl(map->virt + ofs);
377 r.x[0] = __raw_readq(map->virt + ofs);
380 memcpy_fromio(r.x, map->virt+ofs, map->bankwidth);
385 static inline void inline_map_write(struct map_info *map, const map_word datum, unsigned long ofs)
388 __raw_writeb(datum.x[0], map->virt + ofs);
390 __raw_writew(datum.x[0], map->virt + ofs);
392 __raw_writel(datum.x[0], map->virt + ofs);
    [all...]
bbm.h 113 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c 791 int ofs = 0; \
797 ofs += *(Type *)srcbuf; \
802 if(ofs < right) { \
806 if(left - ofs > 0) { \
807 start = left - ofs; \
812 startcol = ofs + start; \
820 ofs += run; \
821 } else if(!ofs) \
823 if(ofs == w) { \
824 ofs = 0;
866 int ofs = 0; local
1132 int ofs; local
1854 int ofs = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ShadowBlur.cpp 146 int ofs = 1 + side2; local
152 unsigned char* next = pixels + ofs * stride + channels[step];
165 for (i = 0; i < limit; ptr += stride, next += stride, ++i, ++ofs) {
167 sum += ((ofs < dim) ? *next : alpha2) - alpha1;
171 for (; ofs < dim; ptr += stride, prev += stride, next += stride, ++i, ++ofs) {
  /bionic/libc/kernel/common/linux/mtd/
map.h 99 #define map_read(map, ofs) inline_map_read(map, ofs)
101 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)
bbm.h 65 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
mtd.h 124 int (*lock) (struct mtd_info *mtd, loff_t ofs, size_t len);
125 int (*unlock) (struct mtd_info *mtd, loff_t ofs, size_t len);
129 int (*block_isbad) (struct mtd_info *mtd, loff_t ofs);
130 int (*block_markbad) (struct mtd_info *mtd, loff_t ofs);
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 283 GLuint ofs; local
285 for (ofs = 0; ofs < 3; ofs++)
286 _mesa_x86_cpuid(0x80000002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name + (16*ofs)+8), (GLuint *)(cpu_name + (16*ofs)+12));
  /external/mesa3d/src/mesa/x86/
common_x86.c 283 GLuint ofs; local
285 for (ofs = 0; ofs < 3; ofs++)
286 _mesa_x86_cpuid(0x80000002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name + (16*ofs)+8), (GLuint *)(cpu_name + (16*ofs)+12));
  /external/chromium_org/content/common/
plugin_list_posix.cc 365 std::string::size_type ofs = 0; local
369 std::string::size_type end = description.find(':', ofs);
372 mime_type.mime_type = description.substr(ofs, end - ofs);
373 ofs = end + 1;
375 end = description.find(':', ofs);
378 const std::string extensions = description.substr(ofs, end - ofs);
380 ofs = end + 1;
382 end = description.find(';', ofs);
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
bbm.h 68 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
mtd.h 123 int (*lock) (struct mtd_info *mtd, loff_t ofs, size_t len);
124 int (*unlock) (struct mtd_info *mtd, loff_t ofs, size_t len);
129 int (*block_isbad) (struct mtd_info *mtd, loff_t ofs);
130 int (*block_markbad) (struct mtd_info *mtd, loff_t ofs);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorStucci.java 76 float wDelta = 1.0f / halfW, hDelta = 1.0f / halfH, dDelta = 1.0f / halfD, noiseValue, ofs;; local
89 ofs = turbul / 200.0f;
91 ofs *= noiseValue * noiseValue;
94 texres.intensity = NoiseGenerator.NoiseFunctions.noise(texvec[0], texvec[1], texvec[2] + ofs, noisesize, 0, noisebasis, isHard);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
bbm.h 68 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
mtd.h 123 int (*lock) (struct mtd_info *mtd, loff_t ofs, size_t len);
124 int (*unlock) (struct mtd_info *mtd, loff_t ofs, size_t len);
129 int (*block_isbad) (struct mtd_info *mtd, loff_t ofs);
130 int (*block_markbad) (struct mtd_info *mtd, loff_t ofs);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
bbm.h 68 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);

Completed in 521 milliseconds

1 23 4 5 6 7 8 91011