/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
GeneralUtil.h | 80 TI_UINT16 Mask;
|
/external/iptables/ |
iptables.c | 454 " --source -s [!] address[/mask]\n" 456 " --destination -d [!] address[/mask]\n" 671 parse_mask(char *mask) 677 if (mask == NULL) { 678 /* no mask at all defaults to 32 bits */ 682 if ((addrp = dotted_to_mask(mask)) != NULL) 685 if (string_to_number(mask, 0, 32, &bits) == -1) 687 "invalid mask `%s' specified", mask); 715 /* if a null mask is given, the name is ignored, like in "any/0" * 1608 unsigned char *mask, *mptr; local 1648 unsigned char *mask; local [all...] |
/bionic/libc/arch-sh/bionic/ |
sigsetjmp.S | 95 add #-4, r4 /* skip signal mask */ 96 mov.l r5, @-r4 /* has signal mask? */ 108 bt 2f /* if no mask */
|
/bionic/libc/kernel/common/linux/ |
bio.h | 142 #define __BIO_SEG_BOUNDARY(addr1, addr2, mask) (((addr1) | (mask)) == (((addr2) - 1) | (mask)))
|
pkt_cls.h | 183 __be32 mask; member in struct:tc_u32_key 207 __u32 mask; member in struct:tc_u32_mark 242 __u32 mask; member in struct:tc_rsvp_gpi
|
/external/bluetooth/glib/gobject/ |
genums.h | 170 * @mask: a mask covering all possible values. 183 guint mask; member in struct:_GFlagsClass
|
/external/elfutils/libebl/ |
mips_symbol.c | 174 unsigned int mask; member in struct:__anon1760 193 if ((*flags & mips_flags[cnt].mask) == mips_flags[cnt].flag) 195 *flags &= ~mips_flags[cnt].mask;
|
/external/icu4c/common/ |
propsvec.h | 81 * reset the mask bits and set the value bits (ANDed with the mask). 89 uint32_t value, uint32_t mask,
|
/external/iproute2/examples/diffserv/ |
afcbq | 54 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex mask 0xfc " . 60 "mask 0xf0 shift 4 pass_on\n"; 98 "handle 0 tcindex mask 0 classid 1:1\n";
|
/external/iproute2/include/linux/netfilter_ipv4/ |
ip_tables.h | 35 /* Mask for src and dest IP addr */ 58 #define IPT_F_MASK 0x03 /* All possible flag bits mask. */ 68 #define IPT_INV_MASK 0x7F /* All possible flag bits mask. */
|
/external/iproute2/ip/ |
iplink_vlan.c | 89 flags.mask |= VLAN_FLAG_REORDER_HDR; 98 flags.mask |= VLAN_FLAG_GVRP; 128 if (flags.mask)
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
getmask.cpp | 65 mask[] = array that holds the MS_mask information 92 This function reads the Mid/Side(MS) mask information from the input 93 bitstream. If the mask_present field is equal to 2, the mask bits is set to 101 (ISO comments: read a synthesis mask, read a synthesis mask uses 102 EXTENDED_MS_MASK and grouped mask ) 145 RETURNING (mask present information) 146 mask_present = mask present information 260 Int mask[]) 274 pMask = mask; [all...] |
/external/opencore/protocols/rtp_payload_parser/rfc_2429/src/ |
h263_payload_parser.cpp | 71 static const uint8 RR = 0xF8; // Reserved Bits Mask 72 static const uint8 Pbit = 0x04; // Picture or GOB Start bit mask 73 static const uint8 Vbit = 0x02; // VRC mask
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_mouse.c | 51 WMcursor *ph_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) 91 /* Copy the mask and the data to different bitmap planes */ 97 maskbit = mask[i] & (1 << bit);
|
/external/qemu/slirp/ |
ip_icmp.h | 103 #define ICMP_MASKLEN 12 /* address mask */ 144 #define ICMP_MASKREQ 17 /* address mask request */ 145 #define ICMP_MASKREPLY 18 /* address mask reply */
|
/external/qemu/slirp-android/ |
ip_icmp.h | 105 #define ICMP_MASKLEN 12 /* address mask */ 146 #define ICMP_MASKREQ 17 /* address mask request */ 147 #define ICMP_MASKREPLY 18 /* address mask reply */
|
/external/qemu/tcg/hppa/ |
tcg-target.h | 116 #define mask(x,sz) ((x) & ~((1<<(sz))-1)) macro 151 *insn = mask(*insn, 21) | reassemble_21(val); 157 *insn = mask(*insn, 14) | reassemble_14(val);
|
/external/quake/quake/src/QW/client/ |
r_draw.c | 389 unsigned mask; local 415 for (i=3, mask = 0x08 ; i>=0 ; i--, mask >>= 1) 417 if (clipflags & mask) 587 unsigned mask; local 616 for (i=3, mask = 0x08 ; i>=0 ; i--, mask >>= 1) 618 if (r_clipflags & mask) 703 unsigned mask; local 721 for (i=3, mask = 0x08 ; i>=0 ; i--, mask >>= 1 [all...] |
/external/quake/quake/src/WinQuake/ |
r_draw.cpp | 389 unsigned mask;
local 415 for (i=3, mask = 0x08 ; i>=0 ; i--, mask >>= 1)
417 if (clipflags & mask)
587 unsigned mask;
local 616 for (i=3, mask = 0x08 ; i>=0 ; i--, mask >>= 1)
618 if (r_clipflags & mask)
703 unsigned mask;
local 721 for (i=3, mask = 0x08 ; i>=0 ; i--, mask >>= 1) [all...] |
/external/skia/src/ports/ |
SkImageRef_ashmem.cpp | 19 const size_t mask = getpagesize() - 1; local 20 size_t newsize = (size + mask) & ~mask;
|
/external/tcpdump/ |
print-chdlc.c | 132 u_int8_t mask[4]; member in struct:cisco_slarp::__anon6161::__anon6162 166 * the address and mask aren't used in requests - 173 ipaddr_string(&slarp->un.addr.mask));
|
/external/v8/src/ |
regexp-macro-assembler-irregexp.h | 80 uint32_t mask, 89 uint32_t mask, 93 uc16 mask,
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.7.1.js | 38 7. Mask out all but the least significant 5 bits of Result(6), that is, 143 function Mask( b, n ) { 214 add = Mask( add, 5 );
|
/external/webkit/JavaScriptCore/wtf/ |
RandomNumber.cpp | 90 // Mask off the low 53bits 109 // Mask off the low 53bits 133 // Mask off the low 53bits
|
/external/webkit/WebCore/platform/gtk/ |
CursorGtk.cpp | 50 GdkPixmap* mask = gdk_bitmap_create_from_data(NULL, cursor.mask_bits, 32, 32); local 51 c = gdk_cursor_new_from_pixmap(source, mask, &fg, &bg, cursor.hot_x, cursor.hot_y); 53 g_object_unref(mask);
|