Searched refs:bg (Results 1 - 25 of 75) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuballoc.c49 static inline void ocfs2_debug_bg(struct ocfs2_group_desc *bg);
82 struct ocfs2_group_desc *bg,
88 struct ocfs2_group_desc *bg,
99 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg,
207 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
230 memset(bg, 0, sb->s_blocksize);
231 strcpy(bg->bg_signature, OCFS2_GROUP_DESC_SIGNATURE);
232 bg->bg_generation = cpu_to_le32(OCFS2_SB(sb)->fs_generation);
233 bg->bg_size = cpu_to_le16(ocfs2_group_bitmap_size(sb));
234 bg
287 struct ocfs2_group_desc *bg; local
671 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
692 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
747 ocfs2_block_group_set_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) argument
830 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; local
915 ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, u32 wanted) argument
983 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; local
1105 struct ocfs2_group_desc *bg; local
1572 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) argument
1778 ocfs2_debug_bg(struct ocfs2_group_desc *bg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb_utils.h268 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) argument
270 fgm[0] = four2long[fg & 15] ^ (bgm[0] = four2long[bg & 15]);
272 fgm[1] = four2long[fg >> 4] ^ (bgm[1] = four2long[bg >> 4]);
300 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) argument
304 expand8_2col2mask(fg, bg, fgm, bgm);
342 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) argument
344 bgm[0] = two2word[bg & 3];
347 bgm[1] = two2word[(bg >> 2) & 3];
351 bgm[2] = two2word[(bg >> 4) & 3];
353 bgm[3] = two2word[bg >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_geo.c60 if ((ieee->geo.bg[i].channel == channel) &&
61 !(ieee->geo.bg[i].flags & IEEE80211_CH_INVALID) &&
63 !(ieee->geo.bg[i].flags & IEEE80211_CH_B_ONLY)))
86 if (ieee->geo.bg[i].channel == channel)
125 if (ieee->geo.bg[i].freq == freq)
126 return ieee->geo.bg[i].channel;
143 memcpy(ieee->geo.bg, geo->bg, geo->bg_channels *
163 return ieee->geo.bg[index].flags;
183 return &ieee->geo.bg[inde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dashldi3.S18 bg 7f
H A Dlshrdi3.S11 bg 1f
H A Dmemcmp.S23 bg L5
H A Dashrdi3.S19 bg 1f
H A Dstrncmp.S88 bg,a 0b
113 bg,a 9b
H A Dmemscan.S66 bg,a 1f
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/math-emu/
H A Dashldi3.S19 bg 1f
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dtileblit.c44 rect.bg = attr_bgcol_ec(bgshift, vc);
56 int fg, int bg)
67 blit.bg = bg;
83 int softback_lines, int fg, int bg)
92 cursor.bg = bg;
54 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
82 tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg) argument
H A Dfbcon.h61 int fg, int bg);
65 int softback_lines, int fg, int bg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb_accel.c94 int fg, bg, size, i, width; local
108 bg = image->bg_color;
111 bg = ((u32 *)info->pseudo_palette)[image->bg_color];
129 BCI_SEND(bg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs12/
H A Dpkcs12.h159 #define M_PKCS12_bag_type(bg) OBJ_obj2nid((bg)->type)
160 #define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dpkcs12.h159 #define M_PKCS12_bag_type(bg) OBJ_obj2nid((bg)->type)
160 #define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A Dmcount.S47 bg,pt %xcc, 1f
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_accel.c224 * @bg: backgound color
237 int dest, const u32 *src, int bg,
248 PUT_RING(bg);
366 u32 fg = 0, bg = 0, size, dst; local
375 bg = image->bg_color;
380 bg = ((u32 *)(info->pseudo_palette))[image->bg_color];
396 bg, fg, info);
235 mono_src_copy_imm_blit(int dwidth, int dheight, int dpitch, int dsize, int blit_bpp, int rop, int dest, const u32 *src, int bg, int fg, struct fb_info *info) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dpkcs12.h159 #define M_PKCS12_bag_type(bg) OBJ_obj2nid((bg)->type)
160 #define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpkcs12.h159 #define M_PKCS12_bag_type(bg) OBJ_obj2nid((bg)->type)
160 #define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dopenfs.c35 int bg; local
43 bg = (fs->blocksize / sizeof (struct ext2_group_desc)) * i;
44 if (ext2fs_bg_has_super(fs, bg))
47 (bg * fs->super->s_blocks_per_group));
52 * metablock group. Ideally we should be testing each bg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_cursor.c122 u32 fg_idx, bg_idx, fg, bg; local
131 bg = ((info->cmap.red[bg_idx] & 0xff) << 24) |
136 aty_st_le32(CUR_CLR0, bg, par);
H A Dmach64_accel.c344 u32 fg, bg; local
348 bg = ((u32*)(info->pseudo_palette))[image->bg_color];
351 bg = image->bg_color;
355 aty_st_le32(DP_BKGD_CLR, bg, par);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Ddrawtext.c8 * -o outline glyphs (use the bg color)
100 int bg; member in struct:__anon750
171 ci->bg = 0;
211 ci->bg=1;
487 if (ci->bg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_accel.c350 u32 fg, bg, mask = ~(~0 >> (32 - info->var.bits_per_pixel)); local
359 bg = image->bg_color | mask;
362 bg = ((u32 *) info->pseudo_palette)[image->bg_color] | mask;
369 NVDmaNext(par, bg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/sparc32v8/
H A Dmpih-mul1.S99 bg Loop

Completed in 207 milliseconds

123