Searched refs:sb (Results 1 - 25 of 865) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c18 * >> 2.4: sb->u.generic_sbp points to the yaffs_Device associated with
20 * >> 2.6: sb->s_fs_info points to the yaffs_Device associated with this
60 /* FIXME: use sb->s_id instead ? */
61 #define yaffs_devname(sb, buf) bdevname(sb->s_bdev, buf)
67 #define yaffs_devname(sb, buf) kdevname(sb->s_dev)
96 #define yaffs_SuperToDevice(sb) ((yaffs_Device *)sb->s_fs_info)
98 #define yaffs_SuperToDevice(sb) ((yaffs_Devic
769 yaffs_get_inode(struct super_block *sb, int mode, int dev, yaffs_Object * obj) argument
1279 struct super_block *sb = dentry->d_sb; local
1281 yaffs_statfs(struct super_block *sb, struct kstatfs *buf) argument
1285 yaffs_statfs(struct super_block *sb, struct statfs *buf) argument
1326 yaffs_do_sync_fs(struct super_block *sb) argument
1347 yaffs_write_super(struct super_block *sb) argument
1361 yaffs_sync_fs(struct super_block *sb, int wait) argument
1398 yaffs_put_super(struct super_block *sb) argument
1429 yaffs_MTDPutSuper(struct super_block *sb) argument
1444 struct super_block *sb = (struct super_block *)vsb; local
1451 yaffs_internal_read_super(int yaffsVersion, struct super_block *sb, void *data, int silent) argument
[all...]
H A Dyaffs_guts.h630 void (*putSuperFunc) (struct super_block * sb);
/external/zlib/src/contrib/iostream3/
H A Dzfstream.cc375 : std::istream(NULL), sb()
376 { this->init(&sb); }
381 : std::istream(NULL), sb()
383 this->init(&sb);
390 : std::istream(NULL), sb()
392 this->init(&sb);
401 if (!sb.open(name, mode | std::ios_base::in))
412 if (!sb.attach(fd, mode | std::ios_base::in))
422 if (!sb.close())
430 : std::ostream(NULL), sb()
[all...]
H A Dzfstream.h263 { 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
/external/zlib/src/test/
H A Dminigzip.c404 struct stat sb; local
407 if (fstat(ifd, &sb) < 0) return Z_ERRNO;
408 buf_len = sb.st_size;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c426 int sa, sb, res; local
430 sb = b->sign;
433 if (sa == sb) {
444 c->sign = sb;
458 int sa, sb, res; local
461 sb = b->sign;
463 if (sa != sb) {
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c426 int sa, sb, res; local
430 sb = b->sign;
433 if (sa == sb) {
444 c->sign = sb;
458 int sa, sb, res; local
461 sb = b->sign;
463 if (sa != sb) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c426 int sa, sb, res; local
430 sb = b->sign;
433 if (sa == sb) {
444 c->sign = sb;
458 int sa, sb, res; local
461 sb = b->sign;
463 if (sa != sb) {
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DOptions.java162 StringBuffer sb = new StringBuffer();
169 sb.append(bitName);
172 sb.append(" | ");
176 return sb.toString();
/external/valgrind/main/none/tests/x86/
H A Dgen_insn_test.pl25 sb => "%d",
38 sb => "",
89 char sb[1];
94 char sb[2];
101 char sb[4];
111 char sb[8];
124 char sb[16];
211 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
331 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r8|r16|r32|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
460 if ($result =~ /^(\d+)\.(sb|u
[all...]
H A Dinsn_basic.def174 cbw al.sb[123] : => ax.sw[123]
175 cbw al.sb[-123] : => ax.sw[-123]
190 cmpb imm8[100] al.sb[-100] => eflags[0x800,0x800]
191 cmpb imm8[50] al.sb[-50] => eflags[0x800,0x000]
192 cmpb imm8[-50] al.sb[50] => eflags[0x800,0x000]
193 cmpb imm8[-100] al.sb[100] => eflags[0x800,0x800]
200 cmpb imm8[100] r8.sb[-100] => eflags[0x800,0x800]
201 cmpb imm8[50] r8.sb[-50] => eflags[0x800,0x000]
202 cmpb imm8[-50] r8.sb[50] => eflags[0x800,0x000]
203 cmpb imm8[-100] r8.sb[10
[all...]
/external/valgrind/main/perf/
H A Dbz2.c2796 Int32 i, j, k, ss, sb; local
2925 sb = (ss << 8) + j;
2926 if ( ! (ftab[sb] & SETMASK) ) {
2927 Int32 lo = ftab[sb] & CLEARMASK;
2928 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1;
2942 ftab[sb] |= SETMASK;
H A Dtest_input_for_tinycc.c2497 Int32 i, j, k, ss, sb; local
2618 sb = (ss << 8) + j;
2619 if ( ! (ftab[sb] & (1 << 21)) ) {
2620 Int32 lo = ftab[sb] & (~((1 << 21)));
2621 Int32 hi = (ftab[sb+1] & (~((1 << 21)))) - 1;
2635 ftab[sb] |= (1 << 21);
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c2781 Int32 i, j, k, ss, sb; local
2910 sb = (ss << 8) + j;
2911 if ( ! (ftab[sb] & SETMASK) ) {
2912 Int32 lo = ftab[sb] & CLEARMASK;
2913 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1;
2927 ftab[sb] |= SETMASK;
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c226 Addr perm_malloc_current; // first byte free in perm_malloc sb.
227 Addr perm_malloc_limit; // maximum usable byte in perm_malloc sb.
592 "%llu/%llu unsplit/split sb unmmap'd, "
783 void deferred_reclaimSuperblock ( Arena* a, Superblock* sb);
790 Superblock* sb; local
822 sb = (Superblock*)(AddrH)sr_Res(sres);
826 VG_(am_set_segment_isCH_if_SkAnonC)( VG_(am_find_nsegment)( (Addr)sb ) );
833 sb = NULL; /* keep gcc happy */
835 sb = (Superblock*)(AddrH)sr_Res(sres);
838 vg_assert(NULL != sb);
858 reclaimSuperblock( Arena* a, Superblock* sb) argument
924 Superblock * sb; local
955 Superblock * sb; local
1164 Superblock * sb = a->sblocks[j]; local
1215 Superblock * sb = a->sblocks[j]; local
1361 Superblock * sb = a->sblocks[j]; local
1446 Superblock *sb; local
1795 deferred_reclaimSuperblock( Arena* a, Superblock* sb) argument
1863 Superblock* sb; local
[all...]
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c123 struct vg_stat sb; local
142 err = VG_(fstat)(fd, &sb);
150 filesize = sb.size;
819 struct vg_stat sb; local
826 err = VG_(fstat)(fd, &sb);
832 err = load_mach_file(fd, 0, sb.size, MH_EXECUTE, name,
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c481 in PCEnv.sb->tyenv.
510 IRSB* sb; member in struct:__anon32792
517 relevant entry in sb->tyenv. It follows that at all times
519 tmpMap and sb->tyenv are identical, being 0 .. N-1 where N is
524 attached to sb so as to make it possible to do
572 both the table in pce->sb and to our auxiliary mapping. Note that
579 IRTemp tmp = newIRTemp(pce->sb->tyenv, ty);
598 addStmtToIRSB(pce->sb, st);
635 /* Set up the running environment. Both .sb and .tmpMap are
637 .sb
[all...]
H A Dsg_main.c228 StackBlock* sb = (StackBlock*)VG_(indexXA)( sbs, i ); local
231 sb->base, sb->szB, sb->spRel ? 'Y' : 'N',
232 sb->isVec ? 'Y' : 'N', &sb->name[0]
1884 Bool sb = s > stats__max_sitree_size; local
1886 if (sb) stats__max_sitree_size = s;
1888 if (0 && (sb || gb))
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c2805 Int32 i, j, k, ss, sb; local
2934 sb = (ss << 8) + j;
2935 if ( ! (ftab[sb] & SETMASK) ) {
2936 Int32 lo = ftab[sb] & CLEARMASK;
2937 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1;
2951 ftab[sb] |= SETMASK;
/external/valgrind/main/lackey/
H A Dlk_main.c361 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard) argument
375 addStmtToIRSB( sb, IRStmt_Dirty(di) );
472 static void flushEvents(IRSB* sb) argument
510 addStmtToIRSB( sb, IRStmt_Dirty(di) );
521 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize ) argument
528 flushEvents(sb);
540 void addEvent_Dr_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) argument
547 flushEvents(sb);
560 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize ) argument
562 addEvent_Dr_guarded(sb, dadd
567 addEvent_Dw_guarded( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) argument
588 addEvent_Dw( IRSB* sb, IRAtom* daddr, Int dsize ) argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c146 in MCEnv.sb->tyenv.
175 IRSB* sb; member in struct:_MCEnv
182 relevant entry in sb->tyenv. It follows that at all times
184 tmpMap and sb->tyenv are identical, being 0 .. N-1 where N is
189 attached to sb so as to make it possible to do
240 both the table in mce->sb and to our auxiliary mapping. Note that
247 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty);
268 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
298 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
418 addStmtToIRSB(mce->sb, s
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c2796 Int32 i, j, k, ss, sb; local
2925 sb = (ss << 8) + j;
2926 if ( ! (ftab[sb] & SETMASK) ) {
2927 Int32 lo = ftab[sb] & CLEARMASK;
2928 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1;
2942 ftab[sb] |= SETMASK;
H A Dvarinfo6.c2832 Int32 i, j, k, ss, sb; local
2961 sb = (ss << 8) + j;
2962 if ( ! (ftab[sb] & SETMASK) ) {
2963 Int32 lo = ftab[sb] & CLEARMASK;
2964 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1;
2978 ftab[sb] |= SETMASK;
/external/valgrind/main/none/tests/amd64/
H A Dgen_insn_test.pl26 sb => "%d",
39 sb => "",
109 char sb[1];
114 char sb[2];
121 char sb[4];
131 char sb[8];
144 char sb[16];
234 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
354 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r[abcd]x|r8|r16|r32|r64|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
483 if ($result =~ /^(\d+)\.(sb|u
[all...]

Completed in 1946 milliseconds

1234567891011>>