HomeSort by relevance Sort by last modified time
    Searched refs:vec (Results 26 - 50 of 684) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/core/liblog/
logd_write_kern.c 58 static int __write_to_log_init(log_id_t, struct iovec *vec, size_t nr);
59 static int (*write_to_log)(log_id_t, struct iovec *vec, size_t nr) = __write_to_log_init;
90 static int __write_to_log_null(log_id_t log_fd __unused, struct iovec *vec __unused,
96 static int __write_to_log_kernel(log_id_t log_id, struct iovec *vec, size_t nr)
111 ret = log_writev(log_fd, vec, nr);
120 static int __write_to_log_init(log_id_t log_id, struct iovec *vec, size_t nr)
154 return write_to_log(log_id, vec, nr);
159 struct iovec vec[3]; local
188 vec[0].iov_base = (unsigned char *) &prio;
189 vec[0].iov_len = 1
200 struct iovec vec[3]; local
294 struct iovec vec[2]; local
312 struct iovec vec[3]; local
330 struct iovec vec[4]; local
    [all...]
logd_write.c 50 static int __write_to_log_init(log_id_t, struct iovec *vec, size_t nr);
51 static int (*write_to_log)(log_id_t, struct iovec *vec, size_t nr) = __write_to_log_init;
88 static int __write_to_log_null(log_id_t log_fd __unused, struct iovec *vec __unused,
140 static int __write_to_log_kernel(log_id_t log_id, struct iovec *vec, size_t nr)
152 ret = fakeLogWritev(log_fd, vec, nr);
218 newVec[i].iov_base = vec[i - header_length].iov_base;
219 payload_size += newVec[i].iov_len = vec[i - header_length].iov_len;
285 static int __write_to_log_init(log_id_t log_id, struct iovec *vec, size_t nr)
309 return write_to_log(log_id, vec, nr);
314 struct iovec vec[3] local
355 struct iovec vec[3]; local
449 struct iovec vec[2]; local
467 struct iovec vec[3]; local
485 struct iovec vec[4]; local
    [all...]
  /external/srec/srec/clib/
imeld_tr.c 46 imeldata vec[MAX_DIMEN]; local
54 vec[ii] = 0;
56 vec[ii] += prep->matrix[ii][jj] * fram[jj];
58 vec[ii] = (imeldata) SHIFT_DOWN((int)vec[ii],
66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255);
69 fram[ii] = RANGE(vec[ii], 0, 255);
74 fram[ii] = vec[ii];
85 imeldata vec[MAX_DIMEN]; local
96 vec[ii]= 0
    [all...]
  /external/clang/test/CodeGen/
arm-vector-align.c 27 int32x2_t vec = vld1_dup_s32(addr); local
29 vst1_lane_s32(addr, vec, 1);
  /external/openfst/src/lib/
compat.cc 32 void SplitToVector(char* full, const char* delim, vector<char*>* vec,
39 vec->push_back(full);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_6.h 93 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
95 void pvmp3_dct_6(int32 vec[]);
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_deque.i 8 static int asptr(octave_value obj, std::deque<T> **vec) {
9 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, vec);
15 static octave_value from(const std::deque<T> & vec) {
16 return traits_from_stdseq<std::deque<T> >::from(vec);
std_vector.i 8 static int asptr(const octave_value& obj, std::vector<T> **vec) {
9 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
15 static octave_value from(const std::vector<T>& vec) {
16 return traits_from_stdseq<std::vector<T> >::from(vec);
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_deque.i 10 static int asptr(PyObject *obj, std::deque<T> **vec) {
11 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, vec);
17 static PyObject *from(const std::deque<T> & vec) {
18 return traits_from_stdseq<std::deque<T> >::from(vec);
std_vector.i 10 static int asptr(PyObject *obj, std::vector<T> **vec) {
11 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
17 static PyObject *from(const std::vector<T>& vec) {
18 return traits_from_stdseq<std::vector<T> >::from(vec);
std_vectora.i 12 static int asptr(PyObject *obj, vector_type **vec) {
13 return traits_asptr_stdseq<vector_type>::asptr(obj, vec);
20 static PyObject *from(const vector_type& vec) {
21 return traits_from_stdseq<vector_type>::from(vec);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_deque.i 10 static int asptr(VALUE obj, std::deque<T> **vec) {
11 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, vec);
17 static VALUE from(const std::deque<T> & vec) {
18 return traits_from_stdseq<std::deque<T> >::from(vec);
  /external/chromium_org/third_party/freetype/include/freetype/
fttrigon.h 228 * call, the value of `vec.x' will be `sin(angle)', and the value of
229 * `vec.y' will be `cos(angle)'.
235 * vec ::
244 FT_Vector_Unit( FT_Vector* vec,
257 * vec ::
266 FT_Vector_Rotate( FT_Vector* vec,
279 * vec ::
288 FT_Vector_Length( FT_Vector* vec ); variable
300 * vec ::
312 FT_Vector_Polarize( FT_Vector* vec,
    [all...]
  /external/freetype/include/
fttrigon.h 228 * call, the value of `vec.x' will be `sin(angle)', and the value of
229 * `vec.y' will be `cos(angle)'.
235 * vec ::
244 FT_Vector_Unit( FT_Vector* vec,
257 * vec ::
266 FT_Vector_Rotate( FT_Vector* vec,
279 * vec ::
288 FT_Vector_Length( FT_Vector* vec ); variable
300 * vec ::
312 FT_Vector_Polarize( FT_Vector* vec,
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
fttrigon.h 228 * call, the value of `vec.x' will be `sin(angle)', and the value of
229 * `vec.y' will be `cos(angle)'.
235 * vec ::
244 FT_Vector_Unit( FT_Vector* vec,
257 * vec ::
266 FT_Vector_Rotate( FT_Vector* vec,
279 * vec ::
288 FT_Vector_Length( FT_Vector* vec ); variable
300 * vec ::
312 FT_Vector_Polarize( FT_Vector* vec,
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
fttrigon.h 228 * call, the value of `vec.x' will be `sin(angle)', and the value of
229 * `vec.y' will be `cos(angle)'.
235 * vec ::
244 FT_Vector_Unit( FT_Vector* vec,
257 * vec ::
266 FT_Vector_Rotate( FT_Vector* vec,
279 * vec ::
288 FT_Vector_Length( FT_Vector* vec ); variable
300 * vec ::
312 FT_Vector_Polarize( FT_Vector* vec,
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
fttrigon.c 115 ft_trig_prenorm( FT_Vector* vec )
121 x = vec->x;
122 y = vec->y;
129 vec->x = (FT_Pos)( (FT_ULong)x << shift );
130 vec->y = (FT_Pos)( (FT_ULong)y << shift );
135 vec->x = x >> shift;
136 vec->y = y >> shift;
145 ft_trig_pseudo_rotate( FT_Vector* vec,
153 x = vec->x;
154 y = vec->y
    [all...]
  /external/freetype/src/base/
fttrigon.c 115 ft_trig_prenorm( FT_Vector* vec )
121 x = vec->x;
122 y = vec->y;
129 vec->x = (FT_Pos)( (FT_ULong)x << shift );
130 vec->y = (FT_Pos)( (FT_ULong)y << shift );
135 vec->x = x >> shift;
136 vec->y = y >> shift;
145 ft_trig_pseudo_rotate( FT_Vector* vec,
153 x = vec->x;
154 y = vec->y
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
fttrigon.c 115 ft_trig_prenorm( FT_Vector* vec )
121 x = vec->x;
122 y = vec->y;
129 vec->x = (FT_Pos)( (FT_ULong)x << shift );
130 vec->y = (FT_Pos)( (FT_ULong)y << shift );
135 vec->x = x >> shift;
136 vec->y = y >> shift;
145 ft_trig_pseudo_rotate( FT_Vector* vec,
153 x = vec->x;
154 y = vec->y
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 71 std::vector<CMyClass> vec; local
73 vec.push_back(instance);
74 std::vector<CMyClass> vec2(vec);
75 assert(is_contiguous_container_asan_correct(vec));
80 vec.push_back(instance);
83 assert(vec==vec2);
84 assert(is_contiguous_container_asan_correct(vec));
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 63 std::forward_list<CMyClass> vec; local
65 vec.push_front(instance);
69 vec.push_front(instance);
  /external/libcxx/test/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 63 std::list<CMyClass> vec; local
65 vec.push_back(instance);
69 vec.push_back(instance);
push_front_exception_safety.pass.cpp 63 std::list<CMyClass> vec; local
65 vec.push_front(instance);
69 vec.push_front(instance);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 63 std::forward_list<CMyClass> vec; local
65 vec.push_front(instance);
69 vec.push_front(instance);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 63 std::list<CMyClass> vec; local
65 vec.push_back(instance);
69 vec.push_back(instance);

Completed in 982 milliseconds

12 3 4 5 6 7 8 91011>>