Searched defs:ba (Results 1 - 25 of 173) sorted by relevance

1234567

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_destroy/
H A D1-1.c27 pthread_barrierattr_t ba; local
30 if (pthread_barrierattr_init(&ba) != 0) {
36 rc = pthread_barrierattr_destroy(&ba);
44 rc = pthread_barrierattr_init(&ba);
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dvector_bool.pass.cpp35 bool ba[] = {true, false, true, true, false}; local
36 T vb(std::begin(ba), std::end(ba));
46 bool ba[] = {true, false, true, true, false}; local
47 T vb(std::begin(ba), std::end(ba));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/
H A D1-1.c27 pthread_barrierattr_t ba; local
31 rc = pthread_barrierattr_init(&ba);
38 if (pthread_barrierattr_getpshared(&ba, &pshared) != 0) {
50 rc = pthread_barrierattr_destroy(&ba);
H A D2-1.c62 pthread_barrierattr_t ba; local
81 if (pthread_barrierattr_init(&ba) != 0) {
87 if (pthread_barrierattr_setpshared(&ba, pshared) != 0) {
92 if (pthread_barrierattr_getpshared(&ba, &pshared) != 0) {
129 if ((pthread_barrier_init(barrier, &ba, 2)) != 0) {
135 if ((pthread_barrierattr_destroy(&ba)) != 0) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/
H A D1-1.c28 pthread_barrierattr_t ba; local
32 rc = pthread_barrierattr_init(&ba);
40 if (pthread_barrierattr_getpshared(&ba, &pshared) != 0) {
54 rc = pthread_barrierattr_destroy(&ba);
H A D2-1.c30 pthread_barrierattr_t ba; local
35 rc = pthread_barrierattr_init(&ba);
44 if (pthread_barrier_init(&barriers[cnt], &ba, 1) != 0) {
51 rc = pthread_barrierattr_destroy(&ba);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
H A D1-1.c35 pthread_barrierattr_t ba; local
54 if (pthread_barrierattr_init(&ba) != 0) {
60 rc = pthread_barrier_init(&barrier, &ba, COUNT);
68 if (pthread_barrierattr_destroy(&ba) != 0) {
/external/pdfium/xfa/fxbarcode/
H A DBC_Utils.cpp30 const CFX_ArrayTemplate<uint8_t>& ba) {
31 for (int32_t i = 0; i < ba.GetSize(); i++) {
32 dst += ba[i];
29 BC_FX_ByteString_Append(CFX_ByteString& dst, const CFX_ArrayTemplate<uint8_t>& ba) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dhp_input.c27 int16_t *ba, /* (i) B- and A-coefficients (2:nd order)
46 tmpW32 = y[1] * ba[3]; /* (-a[1])*y[i-1] (low part) */
47 tmpW32 += y[3] * ba[4]; /* (-a[2])*y[i-2] (low part) */
49 tmpW32 += y[0] * ba[3]; /* (-a[1])*y[i-1] (high part) */
50 tmpW32 += y[2] * ba[4]; /* (-a[2])*y[i-2] (high part) */
53 tmpW32 += signal[i] * ba[0]; /* b[0]*x[0] */
54 tmpW32 += x[0] * ba[1]; /* b[1]*x[i-1] */
55 tmpW32 += x[1] * ba[2]; /* b[2]*x[i-2] */
25 WebRtcIlbcfix_HpInput( int16_t *signal, int16_t *ba, int16_t *y, int16_t *x, size_t len) argument
H A Dhp_output.c27 int16_t *ba, /* (i) B- and A-coefficients (2:nd order)
46 tmpW32 = y[1] * ba[3]; /* (-a[1])*y[i-1] (low part) */
47 tmpW32 += y[3] * ba[4]; /* (-a[2])*y[i-2] (low part) */
49 tmpW32 += y[0] * ba[3]; /* (-a[1])*y[i-1] (high part) */
50 tmpW32 += y[2] * ba[4]; /* (-a[2])*y[i-2] (high part) */
53 tmpW32 += signal[i] * ba[0]; /* b[0]*x[0] */
54 tmpW32 += x[0] * ba[1]; /* b[1]*x[i-1] */
55 tmpW32 += x[1] * ba[2]; /* b[2]*x[i-2] */
25 WebRtcIlbcfix_HpOutput( int16_t *signal, int16_t *ba, int16_t *y, int16_t *x, size_t len) argument
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_data.cc60 FontData::FontData(ByteArray* ba) { argument
61 Init(ba);
78 void FontData::Init(ByteArray* ba) { argument
79 array_ = ba;
/external/clang/test/OpenMP/
H A Ddistribute_firstprivate_messages.cpp23 const S2 ba[5]; variable
102 #pragma omp distribute firstprivate(ba)
H A Ddistribute_parallel_for_private_messages.cpp19 const S2 ba[5]; variable
H A Ddistribute_parallel_for_shared_messages.cpp13 const S2 ba[5]; variable
132 #pragma omp distribute parallel for shared(ba)
306 #pragma omp distribute parallel for shared(ba)
H A Ddistribute_parallel_for_simd_private_messages.cpp19 const S2 ba[5]; variable
H A Ddistribute_parallel_for_simd_shared_messages.cpp13 const S2 ba[5]; variable
132 #pragma omp distribute parallel for simd shared(ba)
306 #pragma omp distribute parallel for simd shared(ba)
H A Ddistribute_private_messages.cpp19 const S2 ba[5]; variable
72 #pragma omp distribute private(ba)
H A Ddistribute_simd_private_messages.cpp19 const S2 ba[5]; variable
H A Dfor_private_messages.cpp19 const S2 ba[5]; variable
H A Dfor_simd_private_messages.cpp19 const S2 ba[5]; variable
H A Dparallel_for_private_messages.cpp19 const S2 ba[5]; variable
H A Dparallel_for_simd_private_messages.cpp19 const S2 ba[5]; variable
H A Dparallel_private_messages.cpp19 const S2 ba[5]; variable
69 #pragma omp parallel private(ba)
H A Dparallel_sections_private_messages.cpp19 const S2 ba[5]; variable
H A Dparallel_sections_shared_messages.cpp20 const S2 ba[5]; variable
86 #pragma omp parallel sections shared(ba)

Completed in 529 milliseconds

1234567