/external/chromium_org/third_party/skia/include/core/ |
SkRasterizer.h | 25 /** Turn the path into a mask, respecting the specified local->device matrix. 29 SkMask* mask, SkMask::CreateMode mode) const; 41 SkMask* mask, SkMask::CreateMode mode) const;
|
/external/iptables/extensions/ |
libipt_realm.c | 21 "[!] --realm value[/mask]\n" 52 realminfo->mask = strtoul(end+1, &end, 0); 54 realminfo->mask = 0xffffffff; 64 realminfo->mask = 0xffffffff; 71 print_realm(unsigned long id, unsigned long mask, int numeric) 75 if (mask != 0xffffffff) 76 printf(" 0x%lx/0x%lx", id, mask); 96 print_realm(ri->id, ri->mask, numeric); 107 print_realm(ri->id, ri->mask, 0);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_ringbuffer.c | 13 unsigned mask; member in struct:util_ringbuffer 36 ring->mask = dwords - 1; 61 return (ring->tail - (ring->head + 1)) & ring->mask; 69 return util_ringbuffer_space(ring) == ring->mask; 83 assert(packet->dwords <= ring->mask); 100 ring->head &= ring->mask; 139 if (ring_packet->dwords > ring->mask + 1 - util_ringbuffer_space(ring) || 151 ring->tail &= ring->mask;
|
/external/mesa3d/src/mesa/main/ |
polygon.h | 62 _mesa_PolygonStipple( const GLubyte *mask ); 65 _mesa_GetPolygonStipple( GLubyte *mask );
|
/external/fio/lib/ |
prio_tree.c | 173 unsigned long r_index, h_index, index, mask; local 183 mask = 1UL << (root->index_bits - 1); 185 while (mask) { 210 if (index & mask) { 228 mask >>= 1; 230 if (!mask) { 231 mask = 1UL << (BITS_PER_LONG - 1); 307 iter->mask >>= 1; 308 if (iter->mask) { 316 iter->mask = ULONG_MAX [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/ |
g711.h | 208 int mask; local 215 mask = 0x7F; 218 mask = 0xFF; 228 u_val = (uint8_t)(0x7F ^ mask); 230 u_val = (uint8_t)(((seg << 4) | ((linear >> (seg + 3)) & 0xF)) ^ mask); 281 int mask; local 286 mask = ALAW_AMI_MASK | 0x80; 289 mask = ALAW_AMI_MASK; 300 return (uint8_t)(0x7F ^ mask); 303 return (uint8_t)(0x00 ^ mask); [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
a_strnid.c | 69 /* This is the global mask for the mbstring functions: this is use to 70 * mask out certain types (such as BMPString and UTF8String) because 76 void ASN1_STRING_set_default_mask(unsigned long mask) 78 global_mask = mask; 88 * MASK:XXXX : a numerical mask value. 97 unsigned long mask; local 99 if(!strncmp(p, "MASK:", 5)) { 101 mask = strtoul(p + 5, &end, 0); 104 mask = ~((unsigned long)(B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)) 125 unsigned long mask; local [all...] |
/external/openssl/crypto/asn1/ |
a_strnid.c | 72 /* This is the global mask for the mbstring functions: this is use to 73 * mask out certain types (such as BMPString and UTF8String) because 79 void ASN1_STRING_set_default_mask(unsigned long mask) 81 global_mask = mask; 91 * MASK:XXXX : a numerical mask value. 100 unsigned long mask; local 102 if(!strncmp(p, "MASK:", 5)) { 104 mask = strtoul(p + 5, &end, 0); 107 mask = ~((unsigned long)(B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)) 128 unsigned long mask; local [all...] |
/external/iproute2/tc/ |
f_rsvp.c | 34 fprintf(stderr, " u{8|16|32} NUMBER mask MASK at OFFSET}\n"); 57 pi->mask = htonl(0xFFFF0000); 61 pi->mask = htonl(0x0000FFFF); 73 if (pi->mask || argc <= 0) 82 pi->mask = htonl(0xFFFFFFFF); 94 pi->mask = htonl(0xFFFFFFFF); 107 pi->mask = htonl(0x000FFFFF); 108 pi->key = htonl(flabel) & pi->mask; 116 __u32 mask = 0xff local [all...] |
/external/opencv/cv/src/ |
cvaccum.cpp | 154 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\ 156 (src, srcstep, mask, maskstep, dst, dststep, size )) \ 162 dst += dststep, mask += maskstep ) \ 167 if( mask[x] ) \ 169 if( mask[x+1] ) \ 174 if( mask[x] ) \ 191 const uchar* mask, int maskstep, dsttype *dst, int dststep, CvSize size ),\ 192 (src1, step1, src2, step2, mask, maskstep, dst, dststep, size )) \ 199 dst += dststep, mask += maskstep ) \ 204 if( mask[x] ) 397 CvMat maskstub, *mask = (CvMat*)maskarr; local 499 CvMat maskstub, *mask = (CvMat*)maskarr; local 597 CvMat maskstub, *mask = (CvMat*)maskarr; local 707 CvMat maskstub, *mask = (CvMat*)maskarr; local [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkTextureCompressor_Blitter.h | 55 // // most likely be implementation dependent. The mask variable will have 59 // const uint8_t* mask); 162 // called path just needs a solid rectangle to fill in the mask. 189 uint8_t mask[BlockDim*BlockDim]; variable 190 memset(mask, 0, sizeof(mask)); 199 memset(mask + (j + yoff)*BlockDim + xoff, 0xFF, width); 203 CompressorType::UpdateBlock(dst, mask, BlockDim, mask); 244 uint8_t mask[BlockDim*BlockDim] variable 643 uint8_t mask[BlockDim*BlockDim]; local 689 uint8_t mask[BlockDim*BlockDim]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_debug_clip.c | 86 GLubyte mask = 0; local 87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT; 88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT; 89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT; 90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT; 92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT; 93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT; 95 clipMask[i] = mask; 96 if ( mask ) { 98 tmpAndMask &= mask; 140 GLubyte mask = 0; local 178 GLubyte mask = 0; local [all...] |
/external/mesa3d/src/mesa/math/ |
m_debug_clip.c | 86 GLubyte mask = 0; local 87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT; 88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT; 89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT; 90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT; 92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT; 93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT; 95 clipMask[i] = mask; 96 if ( mask ) { 98 tmpAndMask &= mask; 140 GLubyte mask = 0; local 178 GLubyte mask = 0; local [all...] |
/external/opencv/cxcore/src/ |
cxmean.cpp | 52 if( mask[x] ) \ 54 if( mask[x+1] ) \ 59 if( mask[x] ) \ 65 if( mask[x] ) \ 75 if( mask[x] ) \ 86 if( mask[x] ) \ 99 if( mask[x] ) \ 101 if( mask[x+1] ) \ 106 if( mask[x] ) \ 243 const uchar* mask, int maskstep, 414 CvMat stub, maskstub, *mat = (CvMat*)img, *mask = (CvMat*)maskarr; local [all...] |
/external/libsepol/src/ |
nodes.c | 40 memcpy(&tmp_node->u.node.mask, mask_buf, mask_bsize); 44 memcpy(tmp_node->u.node6.mask, mask_buf, mask_bsize); 107 (const char *)&node->u.node.mask, 119 (const char *)&node->u.node6.mask, 179 const char *addr, *mask; local 180 sepol_node_key_unpack(key, &addr, &mask, &proto); 189 unsigned int *mask2 = &c->u.node.mask; 192 !memcmp(mask, mask2, 4)) { 205 unsigned int *mask2 = c->u.node6.mask; 208 !memcmp(mask, mask2, 16)) 239 const char *addr, *mask; local 305 const char *addr, *mask; local [all...] |
/bionic/libc/dns/resolv/ |
res_private.h | 13 } addr, mask; member in struct:__res_state_ext::sort_list
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_connlimit.h | 32 union nf_inet_addr mask; member in union:xt_connlimit_info::__anon648
|
xt_connmark.h | 35 __u32 mark, mask; member in struct:xt_connmark_mtinfo1
|
/bionic/libc/kernel/uapi/linux/tc_act/ |
tc_nat.h | 40 __be32 mask; member in struct:tc_nat
|
/bionic/libc/kernel/uapi/linux/tc_ematch/ |
tc_em_cmp.h | 26 __u32 mask; member in struct:tcf_em_cmp
|
/development/ndk/platforms/android-L/include/linux/netfilter/ |
xt_connlimit.h | 32 union nf_inet_addr mask; member in union:xt_connlimit_info::__anon2243
|
xt_connmark.h | 35 __u32 mark, mask; member in struct:xt_connmark_mtinfo1
|
/development/ndk/platforms/android-L/include/linux/tc_act/ |
tc_nat.h | 40 __be32 mask; member in struct:tc_nat
|
/development/ndk/platforms/android-L/include/linux/tc_ematch/ |
tc_em_cmp.h | 26 __u32 mask; member in struct:tcf_em_cmp
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
shaped_app_window_targeter.h | 21 gfx::Path* mask) const OVERRIDE;
|