Home
last modified time | relevance | path

Searched refs:b_ (Results 1 – 25 of 92) sorted by relevance

1234

/external/sfntly/cpp/src/sfntly/data/
Dmemory_byte_array.cc24 : ByteArray(0, length), b_(NULL), allocated_(true) { in MemoryByteArray()
28 : ByteArray(filled_length, filled_length), b_(b), allocated_(false) { in MemoryByteArray()
40 os->Write(b_, offset, length); in CopyTo()
45 if (allocated_ && b_ == NULL) { in Init()
46 b_ = new byte_t[Size()]; in Init()
47 memset(b_, 0, Size()); in Init()
53 b_[index] = b; in InternalPut()
62 memcpy(b_ + index, b + offset, length); in InternalPut()
68 return b_[index]; in InternalGet()
77 memcpy(b + offset, b_ + index, length); in InternalGet()
[all …]
Dgrowable_memory_byte_array.cc38 os->Write(&b_, offset, length); in CopyTo()
43 if ((size_t)index >= b_.size()) { in InternalPut()
44 b_.resize((size_t)(index + 1)); in InternalPut()
46 b_[index] = b; in InternalPut()
53 if ((size_t)index + length >= b_.size()) { in InternalPut()
56 b_.resize((size_t)(index + length + 1)); in InternalPut()
58 std::copy(b + offset, b + offset + length, b_.begin() + index); in InternalPut()
63 return b_[index]; in InternalGet()
70 memcpy(b + offset, &(b_[0]) + index, length); in InternalGet()
75 b_.clear(); in Close()
[all …]
/external/fmtlib/test/
Dgtest-extra-test.cc59 b_ = 0; in SingleEvaluationTest()
66 static int b_; member in __anona6143e250111::SingleEvaluationTest
72 int SingleEvaluationTest::b_; member in __anona6143e250111::SingleEvaluationTest
114 }, std::exception, (b_++, "test")); in TEST_F()
116 EXPECT_EQ(1, b_); in TEST_F()
122 }, std::logic_error, (b_++, "test")), "throws a different type"); in TEST_F()
124 EXPECT_EQ(2, b_); in TEST_F()
130 }, std::exception, (b_++, "other")), in TEST_F()
133 EXPECT_EQ(3, b_); in TEST_F()
137 EXPECT_THROW_MSG(a_++, std::exception, (b_++, "test")), "throws nothing"); in TEST_F()
[all …]
/external/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc175 void SetABMethod(int a, const char* b) { a_ = a; b_ = b; } in SetABMethod()
178 current_instance_->b_ = b; in SetABFunction()
184 b_ = NULL; in SetUp()
194 const char* b_; member in google::protobuf::__anon7869aacf0111::ClosureTest
252 EXPECT_NE(cstr, b_); in TEST_F()
255 EXPECT_EQ(cstr, b_); in TEST_F()
263 EXPECT_NE(cstr, b_); in TEST_F()
266 EXPECT_EQ(cstr, b_); in TEST_F()
321 EXPECT_NE(cstr, b_); in TEST_F()
324 EXPECT_EQ(cstr, b_); in TEST_F()
[all …]
/external/freetype/src/base/
Dftcalc.c174 FT_Long b_, in FT_MulDiv() argument
183 FT_MOVE_SIGN( b_, s ); in FT_MulDiv()
187 b = (FT_UInt64)b_; in FT_MulDiv()
203 FT_Long b_, in FT_MulDiv_No_Round() argument
212 FT_MOVE_SIGN( b_, s ); in FT_MulDiv_No_Round()
216 b = (FT_UInt64)b_; in FT_MulDiv_No_Round()
232 FT_Long b_ ) in FT_MulFix() argument
236 return FT_MULFIX_ASSEMBLER( (FT_Int32)a_, (FT_Int32)b_ ); in FT_MulFix()
240 FT_Int64 ab = (FT_Int64)a_ * (FT_Int64)b_; in FT_MulFix()
253 FT_Long b_ ) in FT_DivFix() argument
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c174 FT_Long b_, in FT_MulDiv() argument
183 FT_MOVE_SIGN( b_, s ); in FT_MulDiv()
187 b = (FT_UInt64)b_; in FT_MulDiv()
203 FT_Long b_, in FT_MulDiv_No_Round() argument
212 FT_MOVE_SIGN( b_, s ); in FT_MulDiv_No_Round()
216 b = (FT_UInt64)b_; in FT_MulDiv_No_Round()
232 FT_Long b_ ) in FT_MulFix() argument
236 return FT_MULFIX_ASSEMBLER( a_, b_ ); in FT_MulFix()
240 FT_Int64 ab = (FT_Int64)a_ * (FT_Int64)b_; in FT_MulFix()
253 FT_Long b_ ) in FT_DivFix() argument
[all …]
/external/boringssl/src/crypto/chacha/asm/
Dchacha-x86.pl47 ($b,$b_)=("ebx","ebp");
85 &mov (&DWP(4*$bp,"esp"),$b_) if ($i!=0);
91 &mov ($b_,&DWP(4*$bn,"esp")) if ($i<7);
92 &mov ($b_,&DWP(128,"esp")) if ($i==7); # loop counter
102 &add ($a,$b_) if ($i<7); # elsewhere
105 ($b,$b_)=($b_,$b);
173 &mov ($b_,&DWP(64+4*6,"esp"));
179 &mov (&DWP(4*6,"esp"),$b_);
188 &mov ($b_,&DWP(64+4*4,"esp"));
200 &add ($a,$b_); # elsewhere
[all …]
/external/bzip2/
Dbzip2.1.preformatted19 _b_z_i_p_2 compresses files using the Burrows‐Wheeler block
29 _b_z_i_p_2 expects a list of file names to accompany the com­
41 _b_z_i_p_2 and _b_u_n_z_i_p_2 will by default not overwrite existing
44 If no file names are specified, _b_z_i_p_2 compresses from
45 standard input to standard output. In this case, _b_z_i_p_2
50 _b_u_n_z_i_p_2 (or _b_z_i_p_2 _−_d_) decompresses all specified files.
51 Files which were not created by _b_z_i_p_2 will be detected and
52 ignored, and a warning issued. _b_z_i_p_2 attempts to guess
63 …_._b_z_2_, _._b_z_, _._t_b_z_2 or _._t_b_z_, _b_z_i_p_2 complains that i…
70 _b_u_n_z_i_p_2 will correctly decompress a file which is the con­
[all …]
/external/clang/test/Analysis/
Dtemp-obj-dtors-cfg-output.cpp57 C():b_(true) {} in C()
60 operator bool() { return b_; } in operator bool()
61 bool b_; member
65 D():b_(true) {} in D()
67 operator bool() { return b_; } in operator bool()
68 bool b_; member
/external/eigen/bench/tensors/
Dtensor_benchmarks.h32 device_.deallocate(b_); in ~BenchmarkSuite()
57 TensorMap<Tensor<T, 2, 0, TensorIndex>, Eigen::Aligned> B(b_, sizes); in typeCasting()
88 const TensorMap<Tensor<T, 2>, Eigen::Aligned> B(b_, sizes); in slicing()
117 const TensorMap<Tensor<T, 2, 0, TensorIndex>, Eigen::Aligned> B(b_, input_size); in rowChip()
134 const TensorMap<Tensor<T, 2, 0, TensorIndex>, Eigen::Aligned> B(b_, input_size); in colChip()
156 TensorMap<Tensor<T, 2>, Eigen::Aligned> B(b_, size_b); in shuffling()
179 TensorMap<Tensor<T, 2>, Eigen::Aligned> B(b_, size_b); in padding()
207 TensorMap<Tensor<T, 2>, Eigen::Aligned> B(b_, size_b); in striding()
262 const TensorMap<Tensor<T, 2>, Eigen::Aligned> B(b_, sizes); in coeffWiseOp()
280 const TensorMap<Tensor<T, 2>, Eigen::Aligned> B(b_, sizes); in algebraicFunc()
[all …]
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.h42 int32_t b_; variable
53 b_(flatbuffers::EndianScalar(_b)) { in StructInNestedNS()
62 return flatbuffers::EndianScalar(b_); in b()
65 flatbuffers::WriteScalar(&b_, _b); in mutate_b()
/external/libnl/lib/
Ddata.c186 void *b_ = nl_data_get(b); in nl_data_cmp() local
188 if (a_ && b_) in nl_data_cmp()
189 return memcmp(a_, b_, nl_data_get_size(a)); in nl_data_cmp()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-tuple_test.cc265 b_(1, 0, 0, 0, 0, 0, 0, 0, 0, 3) {} in BigTupleTest()
267 BigTuple a_, b_; member in __anon440fc53e0111::BigTupleTest
273 BigTuple b(b_); in TEST_F()
292 EXPECT_TRUE(a_ != b_); in TEST_F()
293 EXPECT_FALSE(a_ == b_); in TEST_F()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-tuple_test.cc265 b_(1, 0, 0, 0, 0, 0, 0, 0, 0, 3) {} in BigTupleTest()
267 BigTuple a_, b_; member in __anonf4668c9d0111::BigTupleTest
273 BigTuple b(b_); in TEST_F()
292 EXPECT_TRUE(a_ != b_); in TEST_F()
293 EXPECT_FALSE(a_ == b_); in TEST_F()
/external/googletest/googletest/test/
Dgtest-tuple_test.cc265 b_(1, 0, 0, 0, 0, 0, 0, 0, 0, 3) {} in BigTupleTest()
267 BigTuple a_, b_; member in __anona4228cc80111::BigTupleTest
273 BigTuple b(b_); in TEST_F()
292 EXPECT_TRUE(a_ != b_); in TEST_F()
293 EXPECT_FALSE(a_ == b_); in TEST_F()
/external/v8/testing/gtest/test/
Dgtest-tuple_test.cc265 b_(1, 0, 0, 0, 0, 0, 0, 0, 0, 3) {} in BigTupleTest()
267 BigTuple a_, b_; member in __anon6e5793300111::BigTupleTest
273 BigTuple b(b_); in TEST_F()
292 EXPECT_TRUE(a_ != b_); in TEST_F()
293 EXPECT_FALSE(a_ == b_); in TEST_F()
/external/protobuf/gtest/test/
Dgtest-tuple_test.cc265 b_(1, 0, 0, 0, 0, 0, 0, 0, 0, 3) {} in BigTupleTest()
267 BigTuple a_, b_; member in __anon42eb1aa60111::BigTupleTest
273 BigTuple b(b_); in TEST_F()
292 EXPECT_TRUE(a_ != b_); in TEST_F()
293 EXPECT_FALSE(a_ == b_); in TEST_F()
/external/jemalloc/test/include/test/
Dtest.h5 t b_ = (b); \
6 if (!(a_ cmp b_)) { \
14 #a, #b, a_, b_); \
215 bool b_ = (b); \
216 if (!(a_ == b_)) { \
224 b_ ? "true" : "false"); \
231 bool b_ = (b); \
232 if (!(a_ != b_)) { \
240 b_ ? "true" : "false"); \
/external/llvm/test/CodeGen/Mips/
Dseteq.ll16 ; 16: xor $[[REGISTER:[0-9A-Ba-b_]+]], ${{[0-9]+}}
17 ; 16: sltiu $[[REGISTER:[0-9A-Ba-b_]+]], 1
Dseteqz.ll20 ; 16: xor $[[REGISTER:[0-9A-Ba-b_]+]], ${{[0-9]+}}
21 ; 16: sltiu $[[REGISTER:[0-9A-Ba-b_]+]], 1
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c46 int *b_ PT_GUARDED_BY(foo_.mu_) = &a_;
105 …get_value(b_); // expected-warning{{calling function 'get_value' requires holding mutex 'foo_.mu_'… in main()
110 (void)(get_value(b_) == 1); in main()
/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test86 RUN: llvm-cov gcov test.c -a -b -f | not diff -u test_-b_-f.output - >/dev/null
92 RUN: diff -aub test_-a_-b_-u.cpp.gcov test.cpp.gcov
93 RUN: diff -aub test_-a_-b_-u.h.gcov test.h.gcov
97 RUN: diff -aub test_-a_-b_-c_-u.cpp.gcov test.cpp.gcov
98 RUN: diff -aub test_-a_-b_-c_-u.h.gcov test.h.gcov
/external/clang/test/SemaCXX/
Dwarn-unused-private-field.cpp217 A() : p_(__null), b_(false), a_(this), p2_(nullptr) {} in A()
219 bool b_; // expected-warning{{private field 'b_' is not used}} member in pr13413::A
/external/vulkan-validation-layers/demos/smoke/
DSimulation.cpp205 b_ = glm::normalize(glm::cross(a_, axis)); in CircleCurve()
210 return (a_ * (glm::vec3(std::cos(t)) - glm::vec3(1.0f)) + b_ * glm::vec3(std::sin(t))) * in evaluate()
217 glm::vec3 b_; member in __anon93a44f100211::CircleCurve
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h556 explicit Barrier(int n_threads) {CHECK(0 == pthread_barrier_init(&b_, 0, n_threads));} in Barrier()
557 ~Barrier() {CHECK(0 == pthread_barrier_destroy(&b_));} in ~Barrier()
562 pthread_barrier_wait(&b_); in Block()
566 pthread_barrier_t b_;

1234