Searched refs:std (Results 1 - 25 of 268) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Dcopypage_64.S13 std r31,-8(1)
14 std r30,-16(1)
15 std r29,-24(1)
16 std r28,-32(1)
17 std r27,-40(1)
18 std r26,-48(1)
19 std r25,-56(1)
20 std r24,-64(1)
21 std r23,-72(1)
22 std r2
[all...]
H A Dmem_64.S40 4: std r4,0(r6)
41 std r4,8(r6)
42 std r4,16(r6)
43 std r4,24(r6)
44 std r4,32(r6)
45 std r4,40(r6)
46 std r4,48(r6)
47 std r4,56(r6)
55 std r4,0(r6)
56 std r
[all...]
H A Dcopyuser_64.S20 std r3,-24(r1)
22 std r4,-16(r1)
23 std r5,-8(r1)
45 70: std r8,8(r3)
49 72: std r8,8(r3)
109 76: std r12,8(r3)
119 78: std r12,8(r3)
121 79: std r7,16(r3)
124 80: std r12,24(r3)
259 91: std r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A DMyDb.cpp7 MyDb::MyDb(std::string &path, std::string &dbName,
16 // Redirect debugging information to std::cerr
17 db_.set_error_stream(&std::cerr);
27 // DbException is not a subclass of std::exception, so we
31 std::cerr << "Error opening database: " << dbFileName_ << "\n";
32 std::cerr << e.what() << std::endl;
34 catch(std::exception &e)
36 std
[all...]
H A DMyDb.hpp14 MyDb(std::string &path, std::string &dbName,
24 std::string dbFileName_;
H A Dexcxx_example_database_read.cpp20 int show_item(MyDb &itemnameSDB, MyDb &vendorDB, std::string &itemName);
27 std::cout << "example_database_read [-i <path to data files>]"
28 << " [-h <database home directory>]" << std::endl;
30 std::cout << "Note: Any path specified to the -h parameter must end"
32 << std::endl;
43 std::string databaseHome("./");
44 std::string itemName;
47 std::string vDbName("vendordb.db");
48 std::string iDbName("inventorydb.db");
49 std
[all...]
H A Dexcxx_example_database_load.cpp19 void loadInventoryDB(MyDb &, std::string &);
20 void loadVendorDB(MyDb &, std::string &);
22 using namespace std;
27 std::cout << "example_database_load [-b <path to data files>]"
28 << " [-h <database home directory>]" << std::endl;
30 std::cout << "Note: If -b -h is specified, then the path must end"
32 << std::endl;
45 std::string basename("./");
46 std::string databaseHome("./");
49 std
[all...]
H A DgettingStartedCommon.hpp11 inline void setCategory(std::string &category) {category_ = category;}
12 inline void setName(std::string &name) {name_ = name;}
13 inline void setVendor(std::string &vendor) {vendor_ = vendor;}
14 inline void setSKU(std::string &sku) {sku_ = sku;}
18 inline std::string& getCategory() {return(category_);}
19 inline std::string& getName() {return(name_);}
20 inline std::string& getVendor() {return(vendor_);}
21 inline std::string& getSKU() {return(sku_);}
104 std::cout << "\nName: " << name_ << std
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream3/
H A Dtest.cc19 << 1.3 << "\nPlan " << 9 << std::endl;
21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
23 << 1.3 << "\nPlan " << 9 << std::endl;
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n";
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
36 << 1.3 << "\nPlan " << 9 << std::endl;
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form";
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n";
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
H A Dzfstream.h27 class gzfilebuf : public std::streambuf
67 std::ios_base::openmode mode);
77 std::ios_base::openmode mode);
92 open_mode(std::ios_base::openmode mode,
102 virtual std::streamsize
135 virtual std::streambuf*
137 std::streamsize n);
155 // std::ios_base::seekdir way,
156 // std::ios_base::openmode mode = std
[all...]
H A Dzfstream.cc22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false),
52 std::ios_base::openmode mode)
58 if ((mode & std::ios_base::in) && (mode & std::ios_base::out))
80 std::ios_base::openmode mode)
86 if ((mode & std::ios_base::in) && (mode & std::ios_base::out))
131 gzfilebuf::open_mode(std::ios_base::openmode mode,
134 bool testb = mode & std::ios_base::binary;
135 bool testi = mode & std
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dtest.cc19 << 1.3 << "\nPlan " << 9 << std::endl;
21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
23 << 1.3 << "\nPlan " << 9 << std::endl;
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n";
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
36 << 1.3 << "\nPlan " << 9 << std::endl;
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form";
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n";
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
H A Dzfstream.h27 class gzfilebuf : public std::streambuf
67 std::ios_base::openmode mode);
77 std::ios_base::openmode mode);
92 open_mode(std::ios_base::openmode mode,
102 virtual std::streamsize
135 virtual std::streambuf*
137 std::streamsize n);
155 // std::ios_base::seekdir way,
156 // std::ios_base::openmode mode = std
[all...]
H A Dzfstream.cc22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false),
52 std::ios_base::openmode mode)
58 if ((mode & std::ios_base::in) && (mode & std::ios_base::out))
80 std::ios_base::openmode mode)
86 if ((mode & std::ios_base::in) && (mode & std::ios_base::out))
131 gzfilebuf::open_mode(std::ios_base::openmode mode,
134 bool testb = mode & std::ios_base::binary;
135 bool testi = mode & std
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuide.cpp62 std::cerr << " [-h <database_home_directory>]" << std::endl;
149 std::cerr << "Error opening database environment: "
150 << dbHomeDir << std::endl;
151 std::cerr << e.what() << std::endl;
164 std::cerr << "Error closing database and environment."
165 << std::endl;
166 std::cerr << e.what() << std
[all...]
H A DTxnGuideInMemory.cpp131 std::cerr << "Error opening database environment: "
132 << std::endl;
133 std::cerr << e.what() << std::endl;
146 std::cerr << "Error closing database and environment."
147 << std::endl;
148 std::cerr << e.what() << std::endl;
154 std::cout << "I'm all done." << std
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dhvcall.S31 std r0, 16(r1); \
53 std r0, 16(r1); \
62 std r4, 0(r11); \
72 std r0, 16(r1); \
74 std r3, -8(r1); \
82 std r4, 0(r11); \
84 std r5, 0(r11); \
94 std r0, 16(r1); \
96 std r3, -8(r1); \
97 std r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A DhvCall.S97 std r4,STK_PARM(r4)(r1) /* save ret buffer */
112 std r4, 0(r12)
128 std r4,STK_PARM(r4)(r1) /* save ret buffer */
143 std r4, 0(r12)
144 std r5, 8(r12)
160 std r4,STK_PARM(r4)(r1) /* save ret buffer */
175 std r4, 0(r12)
176 std r5, 8(r12)
177 std r6, 16(r12)
193 std r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A DhvCall.S23 std r3,STK_PARM(r3)(r1); /* save opcode */ \
25 std r0,STK_PARM(r5)(r1); /* save for later */ \
28 std r0,STK_PARM(r6)(r1); /* save for later */ \
66 std r7,HCALL_STAT_CALLS(r4); \
69 std r7,HCALL_STAT_TB(r4); \
73 std r7,HCALL_STAT_PURR(r4); \
107 std r4,STK_PARM(r4)(r1) /* Save ret buffer */
119 std r4, 0(r12)
120 std r5, 8(r12)
121 std r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr025/
H A DTestMulti.cpp45 std::cout << "Error: key/data mismatch. " << actualKey << "!=" << actualData << std::endl;
55 std::cout << "Error: dbc->get: " << db_strerror(err) << std::endl;
59 std::cout << "Error: key count mismatch. " << numberOfKeysRead << "!=" << numberOfKeysToWrite << std::endl;
65 std::cout << "Error: key " << n << " was written to the database, but not read back." << std::endl;
117 std::cout << "Error: key/data mismatch. " << numberOfKeysRead << "!=" << actualData << std
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dblockops.S13 std %g0, [buf + offset + 0x38]; \
14 std %g0, [buf + offset + 0x30]; \
15 std %g0, [buf + offset + 0x28]; \
16 std %g0, [buf + offset + 0x20]; \
17 std %g0, [buf + offset + 0x18]; \
18 std %g0, [buf + offset + 0x10]; \
19 std %g0, [buf + offset + 0x08]; \
20 std %g0, [buf + offset + 0x00];
30 std t0, [dst + offset + 0x18]; \
31 std t
[all...]
H A Dmemset.S37 std source, [base + offset + 0x00]; \
38 std source, [base + offset + 0x08]; \
39 std source, [base + offset + 0x10]; \
40 std source, [base + offset + 0x18]; \
41 std source, [base + offset + 0x20]; \
42 std source, [base + offset + 0x28]; \
43 std source, [base + offset + 0x30]; \
44 std source, [base + offset + 0x38];
47 std source, [base - offset - 0x38]; \
48 std sourc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dkgdb.h55 std %g0, [%reg + STACKFRAME_SZ + KGDB_G0]; \
56 std %g2, [%reg + STACKFRAME_SZ + KGDB_G2]; \
57 std %g4, [%reg + STACKFRAME_SZ + KGDB_G4]; \
58 std %g6, [%reg + STACKFRAME_SZ + KGDB_G6];
61 std %i0, [%reg + STACKFRAME_SZ + KGDB_I0]; \
62 std %i2, [%reg + STACKFRAME_SZ + KGDB_I2]; \
63 std %i4, [%reg + STACKFRAME_SZ + KGDB_I4]; \
64 std %i6, [%reg + STACKFRAME_SZ + KGDB_I6];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_cipso_v4.c98 kfree(ptr->map.std->lvl.cipso);
99 kfree(ptr->map.std->lvl.local);
100 kfree(ptr->map.std->cat.cipso);
101 kfree(ptr->map.std->cat.local);
179 doi_def->map.std = kzalloc(sizeof(*doi_def->map.std), GFP_KERNEL);
180 if (doi_def->map.std == NULL) {
206 doi_def->map.std->lvl.local_size)
207 doi_def->map.std->lvl.local_size =
215 doi_def->map.std
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++/
H A Dhello.cc10 using namespace std;

Completed in 161 milliseconds

1234567891011