/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | remove.c | 59 struct stat sb; local 63 if (lstat(file, &sb) < 0) 70 if (S_ISDIR(sb.st_mode))
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Gen/ |
H A D | opendir.c | 79 struct stat sb; local 87 if (fstat(fd, &sb) || !S_ISDIR(sb.st_mode)) {
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_multisample.c | 15 CRStateBits *sb = GetCurrentBits(); local 16 CRMultisampleBits *mb = &(sb->multisample); 35 CRStateBits *sb = GetCurrentBits(); local 36 CRMultisampleBits *mb = &(sb->multisample);
|
H A D | state_enable.c | 12 static void __enableSet (CRContext *g, CRStateBits *sb, CRbitvalue *neg_bitid, argument 19 DIRTY(sb->transform.enable, neg_bitid); 20 DIRTY(sb->transform.dirty, neg_bitid); 26 DIRTY(sb->lighting.light[i].dirty, neg_bitid); 27 DIRTY(sb->lighting.light[i].enable, neg_bitid); 28 DIRTY(sb->lighting.dirty, neg_bitid); 35 DIRTY(sb->eval.enable, neg_bitid); 36 DIRTY(sb->eval.dirty, neg_bitid); 40 DIRTY(sb->buffer.enable, neg_bitid); 41 DIRTY(sb 516 CRStateBits *sb = GetCurrentBits(); local 533 CRStateBits *sb = GetCurrentBits(); local [all...] |
H A D | state_hint.c | 15 CRStateBits *sb = GetCurrentBits(); local 16 CRHintBits *hb = &(sb->hint); 47 CRStateBits *sb = GetCurrentBits(); local 48 CRHintBits *hb = &(sb->hint);
|
H A D | state_line.c | 15 CRStateBits *sb = GetCurrentBits(); local 16 CRLineBits *lb = &(sb->line); 41 CRStateBits *sb = GetCurrentBits(); local 42 CRLineBits *lb = &(sb->line); 67 CRStateBits *sb = GetCurrentBits(); local 68 CRLineBits *lb = &(sb->line);
|
H A D | state_fog.c | 15 CRStateBits *sb = GetCurrentBits(); local 16 CRFogBits *fb = &(sb->fog); 99 CRStateBits *sb = GetCurrentBits(); local 100 CRFogBits *fb = &(sb->fog);
|
H A D | state_polygon.c | 16 CRStateBits *sb = GetCurrentBits(); local 17 CRPolygonBits *pb = &(sb->polygon); 49 CRStateBits *sb = GetCurrentBits(); local 50 CRPolygonBits *pb = &(sb->polygon); 77 CRStateBits *sb = GetCurrentBits(); local 78 CRPolygonBits *pb = &(sb->polygon); 105 CRStateBits *sb = GetCurrentBits(); local 106 CRPolygonBits *pb = &(sb->polygon); 146 CRStateBits *sb = GetCurrentBits(); local 147 CRPolygonBits *pb = &(sb 169 CRStateBits *sb = GetCurrentBits(); local [all...] |
H A D | state_viewport.c | 15 CRStateBits *sb = GetCurrentBits(); local 16 CRViewportBits *vb = &(sb->viewport); 17 CRTransformBits *tb = &(sb->transform); 63 CRStateBits *sb = GetCurrentBits(); local 64 CRViewportBits *vb = &(sb->viewport); 65 CRTransformBits *tb = &(sb->transform); 108 CRStateBits *sb = GetCurrentBits(); local 109 CRViewportBits *vb = &(sb->viewport); 110 CRTransformBits *tb = &(sb->transform); 137 CRStateBits *sb local [all...] |
H A D | state_attrib.c | 115 CRStateBits *sb = GetCurrentBits(); local 116 CRAttribBits *ab = &(sb->attrib); 518 CRStateBits *sb = GetCurrentBits(); local 519 CRAttribBits *ab = &(sb->attrib); 548 DIRTY(sb->buffer.dirty, g->neg_bitid); 549 DIRTY(sb->buffer.clearAccum, g->neg_bitid); 584 DIRTY(sb->buffer.dirty, g->neg_bitid); 585 DIRTY(sb->buffer.enable, g->neg_bitid); 586 DIRTY(sb->buffer.alphaFunc, g->neg_bitid); 587 DIRTY(sb [all...] |
H A D | state_diff.c | 17 CRStateBits *sb = GetCurrentBits(); local 21 if (CHECKDIRTY(sb->transform.dirty, bitID)) 23 crStateTransformDiff( &(sb->transform), bitID, from, to ); 25 if (CHECKDIRTY(sb->pixel.dirty, bitID)) 27 crStatePixelDiff( &(sb->pixel), bitID, from, to ); 29 if (CHECKDIRTY(sb->viewport.dirty, bitID)) 31 crStateViewportDiff( &(sb->viewport), bitID, from, to ); 33 if (CHECKDIRTY(sb->fog.dirty, bitID)) 35 crStateFogDiff( &(sb->fog), bitID, from, to ); 37 if (CHECKDIRTY(sb 446 CRStateBits *sb = GetCurrentBits(); local [all...] |
H A D | state_point.c | 14 CRStateBits *sb = GetCurrentBits(); local 15 CRPointBits *pb = &(sb->point); 62 CRStateBits *sb = GetCurrentBits(); local 63 CRPointBits *pb = &(sb->point); 103 CRStateBits *sb = GetCurrentBits(); local 104 CRPointBits *pb = &(sb->point);
|
H A D | state_regcombiner.c | 17 CRStateBits *sb = GetCurrentBits(); local 18 CRRegCombinerBits *rb = &(sb->regcombiner); 123 CRStateBits *sb = GetCurrentBits(); local 124 CRRegCombinerBits *rb = &(sb->regcombiner); 211 CRStateBits *sb = GetCurrentBits(); local 212 CRRegCombinerBits *rb = &(sb->regcombiner); 319 CRStateBits *sb = GetCurrentBits(); local 320 CRRegCombinerBits *rb = &(sb->regcombiner); 422 CRStateBits *sb = GetCurrentBits(); local 423 CRRegCombinerBits *rb = &(sb 641 CRStateBits *sb = GetCurrentBits(); local [all...] |
H A D | state_current.c | 21 CRStateBits *sb = GetCurrentBits(); local 22 CRCurrentBits *cb = &(sb->current); 86 CRStateBits *sb = GetCurrentBits(); local 87 CRCurrentBits *cb = &(sb->current);
|
H A D | state_lighting.c | 31 CRStateBits *sb = GetCurrentBits(); local 32 CRLightingBits *lb = &(sb->lighting); 116 CRStateBits *sb = GetCurrentBits(); local 117 CRLightingBits *lb = &(sb->lighting); 143 CRStateBits *sb = GetCurrentBits(); local 144 CRLightingBits *lb = &(sb->lighting); 186 CRStateBits *sb = GetCurrentBits(); local 187 CRLightingBits *lb = &(sb->lighting); 321 CRStateBits *sb = GetCurrentBits(); local 322 CRLightingBits *lb = &(sb 511 CRStateBits *sb = GetCurrentBits(); local [all...] |
H A D | state_pixel.c | 16 CRStateBits *sb = GetCurrentBits(); local 17 CRPixelBits *pb = &(sb->pixel); 69 CRStateBits *sb = GetCurrentBits(); local 70 CRPixelBits *pb = &(sb->pixel); 136 CRStateBits *sb = GetCurrentBits(); local 137 CRPixelBits *pb = &(sb->pixel); 160 CRStateBits *sb = GetCurrentBits(); local 161 CRCurrentBits *cb = &(sb->current); 207 CRStateBits *sb = GetCurrentBits(); local 208 CRPixelBits *pb = &(sb [all...] |
H A D | state_rasterpos.c | 87 CRStateBits *sb = GetCurrentBits(); local 88 CRCurrentBits *cb = &(sb->current); 225 CRStateBits *sb = GetCurrentBits(); local 226 CRCurrentBits *cb = &(sb->current);
|
H A D | state_buffer.c | 15 CRStateBits *sb = GetCurrentBits(); local 16 CRBufferBits *bb = &(sb->buffer); 89 CRStateBits *sb = GetCurrentBits(); local 90 CRBufferBits *bb = &(sb->buffer); 129 CRStateBits *sb = GetCurrentBits(); local 130 CRBufferBits *bb = &(sb->buffer); 166 CRStateBits *sb = GetCurrentBits(); local 167 CRBufferBits *bb = &(sb->buffer); 238 CRStateBits *sb = GetCurrentBits(); local 239 CRBufferBits *bb = &(sb 260 CRStateBits *sb = GetCurrentBits(); local 388 CRStateBits *sb = GetCurrentBits(); local 427 CRStateBits *sb = GetCurrentBits(); local 472 CRStateBits *sb = GetCurrentBits(); local 538 CRStateBits *sb = GetCurrentBits(); local [all...] |
/vbox/src/recompiler/ |
H A D | host-utils.c | 92 int sa, sb; local 97 sb = (b < 0); 98 if (sb) 101 if (sa ^ sb) {
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | sbuf.c | 31 * sbspace(struct sockbuff *sb) 33 * return SB_DATALEN - sb->sb_cc; 38 sbfree(struct sbuf *sb) argument 44 Assert((sb->sb_data)); 49 if (sb->sb_data) 51 RTMemFree(sb->sb_data); 52 sb->sb_data = NULL; 57 sbdrop(struct sbuf *sb, int num) argument 63 if (num > sb->sb_cc) 64 num = sb 73 sbreserve(PNATState pData, struct sbuf *sb, int size) argument 204 sbappendsb(PNATState pData, struct sbuf *sb, struct mbuf *m) argument 257 sbcopy(struct sbuf *sb, int off, int len, char *to) argument [all...] |
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestAtoms.cpp | 66 nsCAutoString sb; local 67 sb.Assign(buf); 68 strings[count++] = ToNewUnicode(sb); 69 ToUpperCase(sb); 70 strings[count++] = ToNewUnicode(sb);
|
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/ |
H A D | zfstream.h | 263 { return const_cast<gzfilebuf*>(&sb); } 270 is_open() { return sb.is_open(); } 312 gzfilebuf sb; member in class:gzifstream 352 { return const_cast<gzfilebuf*>(&sb); } 359 is_open() { return sb.is_open(); } 401 gzfilebuf sb; member in class:gzofstream
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
H A D | fsw_iso9660.c | 78 static fsw_status_t fsw_iso9660_volume_stat(struct fsw_iso9660_volume *vol, struct fsw_volume_stat *sb); 83 struct fsw_dnode_stat *sb); 378 static fsw_status_t fsw_iso9660_volume_stat(struct fsw_iso9660_volume *vol, struct fsw_volume_stat *sb) argument 380 sb->total_bytes = 0; //(fsw_u64)vol->sb->s_blocks_count * vol->g.log_blocksize; 381 sb->free_bytes = 0; 423 struct fsw_dnode_stat *sb) 425 sb->used_bytes = (dno->g.size + (ISO9660_BLOCKSIZE-1)) & ~(ISO9660_BLOCKSIZE-1); 427 sb->store_time_posix(sb, FSW_DNODE_STAT_CTIM 422 fsw_iso9660_dnode_stat(struct fsw_iso9660_volume *vol, struct fsw_iso9660_dnode *dno, struct fsw_dnode_stat *sb) argument [all...] |
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | hull.c | 52 _segment_hull_intersect(double *sa, double *sb, const double *pnts, argument 62 result = _segment_segment_intersection(sa, sb, pnts + 2 * hull[a], 67 d[0] = sb[0] - sa[0]; 68 d[1] = sb[1] - sa[1];
|
/vbox/src/VBox/Additions/linux/sharedfolders/ |
H A D | vfsmod.c | 213 * initializes [sb], initializes root inode and dentry. 217 static int sf_read_super_aux(struct super_block *sb, void *data, int flags) argument 277 sb->s_magic = 0xface; 278 sb->s_blocksize = 1024; 288 sb->s_maxbytes = MAX_LFS_FILESIZE; 290 sb->s_maxbytes = 0x7fffffffffffffffULL; 293 sb->s_op = &sf_super_ops; 296 iroot = iget_locked(sb, 0); 298 iroot = iget(sb, 0); 339 sb 365 sf_read_super_24(struct super_block *sb, void *data, int flags) argument 431 sf_put_super(struct super_block *sb) argument 442 sf_statfs(struct super_block *sb, STRUCT_STATFS *stat) argument 449 struct super_block *sb = dentry->d_inode->i_sb; local 454 sf_remount_fs(struct super_block *sb, int *flags, char *data) argument 517 sf_read_super_26(struct super_block *sb, void *data, int flags) argument [all...] |