Searched defs:front (Results 1 - 25 of 89) sorted by relevance

1234

/external/icu/icu4c/source/layoutex/
H A DLXUtilities.cpp79 le_int32 front, back; local
81 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) {
82 le_int32 swap = array[front];
84 array[front] = array[back];
91 le_int32 front, back; local
93 for (front = 0, back = length - 1; front < back; front
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.hpp96 device &front() { function in class:clover::device_registry
97 return devs.front();
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c126 int front = ctx->Polygon.FrontFace; local
143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTinyPtrVector.h91 EltTy front() const { function in class:llvm::TinyPtrVector
95 return Val.template get<VecTy*>()->front();
H A DArrayRef.h91 /// front - Get the first element.
92 const T &front() const { function in class:llvm::ArrayRef
H A DStringRef.h104 /// front - Get the first character in the string.
105 char front() const { function in class:llvm::StringRef
/external/libchrome/base/memory/
H A Dref_counted_memory.cc15 (memcmp(front(), other->front(), size()) == 0);
22 const unsigned char* RefCountedStaticMemory::front() const { function in class:base::RefCountedStaticMemory
48 const unsigned char* RefCountedBytes::front() const { function in class:base::RefCountedBytes
49 // STL will assert if we do front() on an empty vector, but calling code
51 return size() ? &data_.front() : NULL;
72 const unsigned char* RefCountedString::front() const { function in class:base::RefCountedString
H A Dscoped_vector.h64 const_reference front() const { return v_.front(); } function in class:ScopedVector
65 reference front() { return v_.front(); } function in class:ScopedVector
/external/parameter-framework/asio/include/asio/detail/
H A Dop_queue.hpp47 static Operation*& front(op_queue<Operation>& q) function in class:asio::detail::op_queue_access
81 // Get the operation at the front of the queue.
82 Operation* front() function in class:asio::detail::op_queue
87 // Pop an operation from the front of the queue.
120 if (Operation* other_front = op_queue_access::front(q))
127 op_queue_access::front(q) = 0;
141 // The front of the queue.
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dop_queue.hpp47 static Operation*& front(op_queue<Operation>& q) function in class:asio::detail::op_queue_access
81 // Get the operation at the front of the queue.
82 Operation* front() function in class:asio::detail::op_queue
87 // Pop an operation from the front of the queue.
120 if (Operation* other_front = op_queue_access::front(q))
127 op_queue_access::front(q) = 0;
141 // The front of the queue.
/external/skia/include/core/
H A DSkDeque.h40 const void* front() const { return fFront; } function in class:SkDeque
43 void* front() { function in class:SkDeque
44 return (void*)((const SkDeque*)this)->front();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h73 Item *front() { return first_; } function in struct:__sanitizer::IntrusiveList
74 const Item *front() const { return first_; } function in struct:__sanitizer::IntrusiveList
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DRunQueue.h17 // Operations on front of the queue must be done by a single thread (owner),
55 unsigned front = front_.load(std::memory_order_relaxed); local
56 Elem* e = &array_[front & kMask];
61 front_.store(front + 1 + (kSize << 1), std::memory_order_relaxed);
70 unsigned front = front_.load(std::memory_order_relaxed); local
71 Elem* e = &array_[(front - 1) & kMask];
78 front = ((front - 1) & kMask2) | (front & ~kMask2);
79 front_.store(front, st
160 unsigned front = front_.load(std::memory_order_acquire); local
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/util/
H A DEmulateArray.h29 EIGEN_STRONG_INLINE T& front() { return values[0]; } function in class:Eigen::array
31 EIGEN_STRONG_INLINE const T& front() const { return values[0]; } function in class:Eigen::array
145 EIGEN_STRONG_INLINE T& front() { function in class:Eigen::array
150 EIGEN_STRONG_INLINE const T& front() const { function in class:Eigen::array
/external/libmojo/mojo/public/cpp/bindings/
H A Dwtf_array.h91 const T& front() const { return vec_.first(); } function in class:mojo::WTFArray
92 T& front() { return vec_.first(); } function in class:mojo::WTFArray
H A Darray.h97 ConstRefType front() const { return vec_.front(); } function in class:mojo::Array
98 RefType front() { return vec_.front(); } function in class:mojo::Array
/external/llvm/include/llvm/ADT/
H A DStringRef.h126 /// front - Get the first character in the string.
127 char front() const { function in class:llvm::StringRef
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_st.c229 unsigned front = ST_ATTACHMENT_FRONT_LEFT, back = ST_ATTACHMENT_BACK_LEFT; local
234 ptex = stwfb->textures[front];
235 stwfb->textures[front] = stwfb->textures[back];
239 front = 1 << front;
243 mask = stwfb->texture_mask & ~(front | back);
244 if (stwfb->texture_mask & front)
247 mask |= front;
250 front = ST_ATTACHMENT_FRONT_LEFT;
251 return stw_st_framebuffer_present_locked(hdc, &stwfb->base, front);
[all...]
/external/skia/src/core/
H A DSkSinglyLinkedList.h33 T* front() { return fHead ? &fHead->fData : nullptr; } function in class:SkSinglyLinkedList
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DResizableDoubleArray.java443 * @param i the number of elements to discard from the front of the array
472 * depending on the value of <code>front</code>.
482 * @param i the number of elements to discard from the front/end of the array
483 * @param front true if elements are to be discarded from the front
489 private synchronized void discardExtremeElements(int i,boolean front) { argument
501 if (front) startIndex += i;
/external/clang/include/clang/AST/
H A DCXXInheritance.h186 CXXBasePath& front() { return Paths.front(); } function in class:clang::CXXBasePaths
187 const CXXBasePath& front() const { return Paths.front(); } function in class:clang::CXXBasePaths
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h112 reference front() { function in class:clang::BumpVector
115 const_reference front() const { function in class:clang::BumpVector
/external/libchrome/base/strings/
H A Dsafe_sprintf.cc414 char* front = buffer_ + start; local
416 while (--back > front) {
418 *back = *front;
419 *front++ = ch;
/external/libchrome/crypto/
H A Drsa_private_key.cc138 uint8_t* src = const_cast<uint8_t*>(&input.front());
170 uint8_t* ptr = const_cast<uint8_t*>(&in.front());
190 val = &tmp.front();
206 uint8_t front = data->front(); local
207 if ((front & 0x80) != 0) {
233 READ_ASSERT(out->front() == 0x00);
/external/libcxx/test/support/
H A Dnasty_containers.hpp81 reference front() { return v_.front(); } function in class:nasty_vector
82 const_reference front() const { return v_.front(); } function in class:nasty_vector
201 reference front() { return l_.front(); } function in class:nasty_list
202 const_reference front() const { return l_.front(); } function in class:nasty_list

Completed in 676 milliseconds

1234