/external/skia/include/core/ |
SkMask.h | 28 kBW_Format, //!< 1bit per pixel mask (e.g. monochrome) 29 kA8_Format, //!< 8bits per pixel mask (e.g. antialiasing) 60 /** Returns true if the mask is empty: i.e. it has an empty bounds. 64 /** Return the byte size of the mask, assuming only 1 plane. 70 /** Return the byte size of the mask, taking into account 77 Asserts that the mask is kBW_Format, and that x,y are in range. 88 Asserts that the mask is kA8_Format, and that x,y are in range. 98 /** Return an address into the 32-bit plane of an LCD or VerticalLCD mask 110 LCD or VerticalLCD mask. 125 kJustRenderImage_CreateMode, //!< render into preallocate mask [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxaccel.c | 54 if(surface->hwdata->mask) 55 SDL_free(surface->hwdata->mask); 57 if(surface->hwdata->mask=SDL_malloc(RASSIZE(surface->w,surface->h))) 62 SDL_memset(surface->hwdata->mask,255,RASSIZE(surface->w,surface->h)); 64 D(bug("Building colorkey mask: color: %ld, size: %ld x %ld, %ld bytes...Bpp:%ld\n",key,surface->w,surface->h,RASSIZE(surface->w,surface->h),surface->format->BytesPerPixel)); 75 register unsigned char *dest=surface->hwdata->mask,*map=surface->pixels; 103 register unsigned char *dest=surface->hwdata->mask,*map=surface->pixels; 131 register unsigned char *dest=surface->hwdata->mask,*map=surface->pixels; 158 SDL_free(surface->hwdata->mask); 159 surface->hwdata->mask=NULL [all...] |
/external/dbus/dbus/ |
dbus-threads.c | 555 _dbus_assert (functions->mask & DBUS_THREAD_FUNCTIONS_CONDVAR_NEW_MASK); 556 _dbus_assert (functions->mask & DBUS_THREAD_FUNCTIONS_CONDVAR_FREE_MASK); 557 _dbus_assert (functions->mask & DBUS_THREAD_FUNCTIONS_CONDVAR_WAIT_MASK); 558 _dbus_assert (functions->mask & DBUS_THREAD_FUNCTIONS_CONDVAR_WAIT_TIMEOUT_MASK); 559 _dbus_assert (functions->mask & DBUS_THREAD_FUNCTIONS_CONDVAR_WAKE_ONE_MASK); 560 _dbus_assert (functions->mask & DBUS_THREAD_FUNCTIONS_CONDVAR_WAKE_ALL_MASK); 571 mutex_set = (functions->mask & DBUS_THREAD_FUNCTIONS_MUTEX_NEW_MASK) && 572 (functions->mask & DBUS_THREAD_FUNCTIONS_MUTEX_FREE_MASK) && 573 (functions->mask & DBUS_THREAD_FUNCTIONS_MUTEX_LOCK_MASK) && 574 (functions->mask & DBUS_THREAD_FUNCTIONS_MUTEX_UNLOCK_MASK) & [all...] |
/system/core/sh/ |
miscbltin.c | 217 int mask; local 226 mask = umask(0); 227 umask(mask); 235 if ((mask & S_IRUSR) == 0) 237 if ((mask & S_IWUSR) == 0) 239 if ((mask & S_IXUSR) == 0) 244 if ((mask & S_IRGRP) == 0) 246 if ((mask & S_IWGRP) == 0) 248 if ((mask & S_IXGRP) == 0) 253 if ((mask & S_IROTH) == 0 [all...] |
/bionic/libc/kernel/common/linux/ |
cpumask.h | 59 #define for_each_cpu_mask(cpu, mask) for ((cpu) = first_cpu(mask); (cpu) < NR_CPUS; (cpu) = next_cpu((cpu), (mask))) 61 #define for_each_cpu_mask(cpu, mask) for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask) 81 #define any_online_cpu(mask) 0
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 136 const struct ip_conntrack_tuple *mask) 138 return !(((t->src.ip ^ tuple->src.ip) & mask->src.ip) 139 || ((t->dst.ip ^ tuple->dst.ip) & mask->dst.ip) 140 || ((t->src.u.all ^ tuple->src.u.all) & mask->src.u.all) 141 || ((t->dst.u.all ^ tuple->dst.u.all) & mask->dst.u.all) 143 & mask->dst.protonum));
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
cpumask.h | 59 #define for_each_cpu_mask(cpu, mask) for ((cpu) = first_cpu(mask); (cpu) < NR_CPUS; (cpu) = next_cpu((cpu), (mask))) 61 #define for_each_cpu_mask(cpu, mask) for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask) 81 #define any_online_cpu(mask) 0
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
cpumask.h | 59 #define for_each_cpu_mask(cpu, mask) for ((cpu) = first_cpu(mask); (cpu) < NR_CPUS; (cpu) = next_cpu((cpu), (mask))) 61 #define for_each_cpu_mask(cpu, mask) for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask) 81 #define any_online_cpu(mask) 0
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
cpumask.h | 59 #define for_each_cpu_mask(cpu, mask) for ((cpu) = first_cpu(mask); (cpu) < NR_CPUS; (cpu) = next_cpu((cpu), (mask))) 61 #define for_each_cpu_mask(cpu, mask) for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask) 81 #define any_online_cpu(mask) 0
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
cpumask.h | 59 #define for_each_cpu_mask(cpu, mask) for ((cpu) = first_cpu(mask); (cpu) < NR_CPUS; (cpu) = next_cpu((cpu), (mask))) 61 #define for_each_cpu_mask(cpu, mask) for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask) 81 #define any_online_cpu(mask) 0
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
cpumask.h | 59 #define for_each_cpu_mask(cpu, mask) for ((cpu) = first_cpu(mask); (cpu) < NR_CPUS; (cpu) = next_cpu((cpu), (mask))) 61 #define for_each_cpu_mask(cpu, mask) for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask) 81 #define any_online_cpu(mask) 0
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
cpumask.h | 59 #define for_each_cpu_mask(cpu, mask) for ((cpu) = first_cpu(mask); (cpu) < NR_CPUS; (cpu) = next_cpu((cpu), (mask))) 61 #define for_each_cpu_mask(cpu, mask) for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask) 81 #define any_online_cpu(mask) 0
|
/external/iproute2/ip/ |
routel | 47 mask=""; 49 { mask=" "substr(network,RSTART+1); 58 printf(format,network,mask,via,src,proto,scope,dev,table);
|
/external/skia/src/core/ |
SkBlitter_RGB16.cpp | 173 #define black_8_pixels(mask, dst) \ 175 if (mask & 0x80) dst[0] = 0; \ 176 if (mask & 0x40) dst[1] = 0; \ 177 if (mask & 0x20) dst[2] = 0; \ 178 if (mask & 0x10) dst[3] = 0; \ 179 if (mask & 0x08) dst[4] = 0; \ 180 if (mask & 0x04) dst[5] = 0; \ 181 if (mask & 0x02) dst[6] = 0; \ 182 if (mask & 0x01) dst[7] = 0; \ 185 static inline black_8_pixels(U8CPU mask, uint16_t dst[] [all...] |
/external/v8/src/ |
regexp-macro-assembler-tracer.cc | 229 uint32_t mask, 231 PrintF(" CheckCharacterAfterAnd(c='u%04x', mask=0x%04x, label[%08x]);\n", 233 mask, 235 assembler_->CheckCharacterAfterAnd(c, mask, on_equal); 241 uint32_t mask, 243 PrintF(" CheckNotCharacterAfterAnd(c='u%04x', mask=0x%04x, label[%08x]);\n", 245 mask, 247 assembler_->CheckNotCharacterAfterAnd(c, mask, on_not_equal); 254 uc16 mask, 256 PrintF(" CheckNotCharacterAfterMinusAnd(c='u%04x', minus=%04x, mask=0x%04x, [all...] |
/bionic/libc/unistd/ |
system.c | 45 sigset_t mask, omask; local 54 sigemptyset(&mask); 55 sigaddset(&mask, SIGCHLD); 56 sigprocmask(SIG_BLOCK, &mask, &omask);
|
/dalvik/libcore/luni/src/main/java/java/io/ |
FilePermissionCollection.java | 93 && ((matchedMask & fp.mask) != fp.mask)) { 99 return ((matchedMask & fp.mask) == fp.mask);
|
/external/bluetooth/glib/gio/inotify/ |
inotify-helper.c | 62 static GFileMonitorEvent ih_mask_to_EventFlags (guint32 mask); 151 eflags = ih_mask_to_EventFlags (event->mask); 173 guint32 mask; local 188 mask = IN_CREATE; 193 mask = IN_CREATE|IN_ISDIR; 196 eflags = ih_mask_to_EventFlags (mask); 209 ih_mask_to_EventFlags (guint32 mask) 211 mask &= ~IN_ISDIR; 212 switch (mask)
|
/external/dropbear/libtommath/ |
bn_mp_div_2d.c | 61 register mp_digit *tmpc, mask, shift; local 63 /* mask */ 64 mask = (((mp_digit)1) << D) - 1; 76 rr = *tmpc & mask;
|
/external/iproute2/tc/ |
f_flow.c | 91 static void transfer_bitop(__u32 *mask, __u32 *xor, __u32 m, __u32 x) 94 *mask &= m; 138 __u32 mask = ~0U, xor = 0; local 168 fprintf(stderr, "Illegal \"mask\"\n"); 171 transfer_bitop(&mask, &xor, tmp, 0); 178 transfer_bitop(&mask, &xor, ~tmp, tmp); 185 transfer_bitop(&mask, &xor, ~0, tmp); 259 if (mask != ~0 || xor != 0) { 260 addattr32(n, 4096, TCA_FLOW_MASK, mask); 274 __u32 mask = ~0, val = 0 local [all...] |
/external/iptables/extensions/ |
libipt_realm.c | 23 " --realm [!] value[/mask]\n" 174 realminfo->mask = strtoul(end+1, &end, 0); 176 realminfo->mask = 0xffffffff; 186 realminfo->mask = 0xffffffff; 200 print_realm(unsigned long id, unsigned long mask, int numeric) 204 if (mask != 0xffffffff) 205 printf("0x%lx/0x%lx ", id, mask); 228 print_realm(ri->id, ri->mask, numeric); 242 print_realm(ri->id, ri->mask, 0);
|
/external/kernel-headers/original/asm-arm/ |
hardirq.h | 22 * The hardirq mask has to be large enough to have space
|
/external/kernel-headers/original/asm-generic/ |
signal.h | 13 #define SIG_SETMASK 2 /* for setting the signal mask */
|
/external/kernel-headers/original/linux/netfilter/ |
xt_CONNMARK.h | 21 unsigned long mask; member in struct:xt_connmark_target_info
|
/external/oprofile/daemon/ |
opd_ibs_trans.c | 31 unsigned int i, j, mask = 1; local 33 for (i = IBS_FETCH_BASE, j =0 ; i <= IBS_FETCH_END && j < size ; i++, mask = mask << 1) { 35 if ((selected_flag & mask) == 0) 139 unsigned int i, j, mask = 1; local 141 for (i = IBS_OP_BASE, j =0 ; i <= IBS_OP_END && j < size ; i++, mask = mask << 1) { 143 if ((selected_flag & mask) == 0) 232 unsigned int i, j, mask = 1; local 239 for (i = IBS_OP_LS_BASE, j =0 ; i <= IBS_OP_LS_END && j < size ; i++, mask = mask << 1) 449 unsigned int i, j, mask = 1; local [all...] |