Searched defs:INLINE (Results 26 - 50 of 71) sorted by relevance

123

/external/libhevc/common/x86/
H A Dihevc_platform_macros.h74 #define INLINE inline macro
76 static INLINE UWORD32 CLZ(UWORD32 u4_word)
83 static INLINE UWORD32 CLZNZ(UWORD32 u4_word)
87 static INLINE UWORD32 CTZ(UWORD32 u4_word)
/external/v8/src/base/
H A Dmacros.h129 #define INLINE(declarator) V8_INLINE declarator macro
/external/v8/src/
H A Dlist.h37 INLINE(explicit List(int capacity, function in class:v8::internal::List
41 INLINE(~List()) { DeleteData(data_); }
50 INLINE(void* operator new(size_t size, function in class:v8::internal::List
54 INLINE(void operator delete(void* p)) { function in class:v8::internal::List
59 INLINE(void operator delete(void* p, AllocationPolicy allocator)) { function in class:v8::internal::List
79 INLINE(bool is_empty() const) { return length_ == 0; }
80 INLINE(int length() const) { return length_; } function in class:v8::internal::List
81 INLINE(int capacity() const) { return capacity_; } function in class:v8::internal::List
126 INLINE(T RemoveLast()) { return Remove(length_ - 1); }
129 INLINE(voi
141 INLINE(void RewindBy(int count)) { Rewind(length_ - count); } function in class:v8::internal::List
169 INLINE(void Initialize(int capacity, function in class:v8::internal::List
185 INLINE(void DeleteData(T* data)) { function in class:v8::internal::List
[all...]
H A Dsplay-tree.h42 INLINE(void* operator new(size_t size, function in class:v8::internal::SplayTree
46 INLINE(void operator delete(void* p)) { function in class:v8::internal::SplayTree
50 INLINE(void operator delete(void* p, AllocationPolicy policy)) { function in class:v8::internal::SplayTree
108 INLINE(void* operator new(size_t size, AllocationPolicy allocator)) { function in class:v8::internal::SplayTree::Node
111 INLINE(void operator delete(void* p)) { function in class:v8::internal::SplayTree::Node
116 INLINE(void operator delete(void* p, AllocationPolicy allocator)) { function in class:v8::internal::SplayTree::Node
/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_insn.c25 # define INLINE macro
27 # define INLINE inline macro
31 static INLINE int32_t long_from_operand( x86_op_t *op ) {
/external/pdfium/third_party/libjpeg/
H A Djmorecfg.h332 /* If your compiler supports inline functions, define INLINE
336 #ifndef INLINE
338 #define INLINE __inline__ macro
340 #ifndef INLINE
341 #define INLINE /* default is to define it as empty */ macro
/external/v8/src/heap/
H A Dobjects-visiting.h207 INLINE(static ReturnType Visit(Map* map, HeapObject* object)) {
230 INLINE(static ReturnType Visit(Map* map, HeapObject* object)) { function in class:v8::internal::FixedBodyVisitor
258 INLINE(static int IterateBody(Map* map, HeapObject* obj)) { function in class:v8::internal::StaticNewSpaceVisitor
262 INLINE(static void VisitPointers(Heap* heap, HeapObject* object, function in class:v8::internal::StaticNewSpaceVisitor
283 INLINE(static int VisitByteArray(Map* map, HeapObject* object)) { function in class:v8::internal::StaticNewSpaceVisitor
287 INLINE(static int VisitFixedDoubleArray(Map* map, HeapObject* object)) { function in class:v8::internal::StaticNewSpaceVisitor
292 INLINE(static int VisitJSObject(Map* map, HeapObject* object)) { function in class:v8::internal::StaticNewSpaceVisitor
296 INLINE(static int VisitSeqOneByteString(Map* map, HeapObject* object)) { function in class:v8::internal::StaticNewSpaceVisitor
301 INLINE(static int VisitSeqTwoByteString(Map* map, HeapObject* object)) { function in class:v8::internal::StaticNewSpaceVisitor
306 INLINE(stati function in class:v8::internal::StaticNewSpaceVisitor
317 INLINE(static int Visit(Map* map, HeapObject* object)) { function in class:v8::internal::StaticNewSpaceVisitor::DataObjectVisitor
358 INLINE(static void IterateBody(Map* map, HeapObject* obj)) { function in class:v8::internal::StaticMarkingVisitor
371 INLINE(static void VisitExternalReference(RelocInfo* rinfo)) {} function in class:v8::internal::StaticMarkingVisitor
372 INLINE(static void VisitInternalReference(RelocInfo* rinfo)) {} function in class:v8::internal::StaticMarkingVisitor
373 INLINE(static void VisitRuntimeEntry(RelocInfo* rinfo)) {} function in class:v8::internal::StaticMarkingVisitor
375 INLINE(static void VisitNextCodeLink(Heap* heap, Object** slot)) {} function in class:v8::internal::StaticMarkingVisitor
405 INLINE(static void Visit(Map* map, HeapObject* object)) {} function in class:v8::internal::StaticMarkingVisitor::DataObjectVisitor
422 INLINE(static void Visit(Map* map, HeapObject* object)) { function in class:v8::internal::StaticMarkingVisitor::JSApiObjectVisitor
428 INLINE(static void TracePossibleWrapper(HeapObject* object)) { function in class:v8::internal::StaticMarkingVisitor::JSApiObjectVisitor
[all...]
H A Dscavenger.cc122 INLINE(static void MigrateObject(Heap* heap, HeapObject* source, function in class:v8::internal::ScavengingVisitor
H A Dincremental-marking.h59 INLINE(bool IsMarking()) { return state() >= MARKING; }
148 INLINE(bool BaseRecordWrite(HeapObject* obj, Object* value));
149 INLINE(void RecordWrite(HeapObject* obj, Object** slot, Object* value));
150 INLINE(void RecordWriteIntoCode(Code* host, RelocInfo* rinfo, Object* value));
151 INLINE(void RecordWriteOfCodeEntry(JSFunction* host, Object** slot,
189 INLINE(static bool TransferColor(HeapObject* from, HeapObject* to, function in class:v8::internal::IncrementalMarking
266 INLINE(void ProcessMarkingDeque());
268 INLINE(intptr_t ProcessMarkingDeque(
272 INLINE(void VisitObject(Map* map, HeapObject* obj, int size));
H A Dmarking.h73 INLINE(static uint32_t IndexToCell(uint32_t index)) { function in class:v8::internal::Bitmap
81 INLINE(static uint32_t CellToIndex(uint32_t index)) { function in class:v8::internal::Bitmap
85 INLINE(static uint32_t CellAlignIndex(uint32_t index)) { function in class:v8::internal::Bitmap
89 INLINE(MarkBit::CellType* cells()) {
93 INLINE(Address address()) { return reinterpret_cast<Address>(this); }
95 INLINE(static Bitmap* FromAddress(Address addr)) { function in class:v8::internal::Bitmap
274 INLINE(static bool IsImpossible(MarkBit mark_bit)) { function in class:v8::internal::Marking
280 INLINE(static bool IsBlack(MarkBit mark_bit)) { function in class:v8::internal::Marking
286 INLINE(static bool IsWhite(MarkBit mark_bit)) { function in class:v8::internal::Marking
293 INLINE(stati function in class:v8::internal::Marking
299 INLINE(static bool IsBlackOrGrey(MarkBit mark_bit)) { return mark_bit.Get(); } function in class:v8::internal::Marking
301 INLINE(static void MarkBlack(MarkBit mark_bit)) { function in class:v8::internal::Marking
306 INLINE(static void MarkWhite(MarkBit mark_bit)) { function in class:v8::internal::Marking
311 INLINE(static void BlackToWhite(MarkBit markbit)) { function in class:v8::internal::Marking
317 INLINE(static void GreyToWhite(MarkBit markbit)) { function in class:v8::internal::Marking
323 INLINE(static void BlackToGrey(MarkBit markbit)) { function in class:v8::internal::Marking
328 INLINE(static void WhiteToGrey(MarkBit markbit)) { function in class:v8::internal::Marking
333 INLINE(static void WhiteToBlack(MarkBit markbit)) { function in class:v8::internal::Marking
339 INLINE(static void GreyToBlack(MarkBit markbit)) { function in class:v8::internal::Marking
344 INLINE(static void AnyToGrey(MarkBit markbit)) { function in class:v8::internal::Marking
[all...]
/external/v8/src/interpreter/
H A Dbytecode-pipeline.h137 INLINE(BytecodeNode(Bytecode bytecode,
146 INLINE(BytecodeNode(Bytecode bytecode, uint32_t operand0,
156 INLINE(BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1,
167 INLINE(BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1,
180 INLINE(BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1,
196 INLINE(static BytecodeNode Name(BytecodeSourceInfo source_info, \
260 INLINE(BytecodeNode(Bytecode bytecode, int operand_count,
277 INLINE(static BytecodeNode Create(BytecodeSourceInfo source_info)) { function in class:v8::internal::interpreter::final
283 INLINE(static BytecodeNode Create(BytecodeSourceInfo source_info, function in class:v8::internal::interpreter::final
293 INLINE(stati function in class:v8::internal::interpreter::final
306 INLINE(static BytecodeNode Create(BytecodeSourceInfo source_info, function in class:v8::internal::interpreter::final
323 INLINE(static BytecodeNode Create(BytecodeSourceInfo source_info, function in class:v8::internal::interpreter::final
340 INLINE(static OperandScale ScaleForOperand(uint32_t operand)) { function in class:v8::internal::interpreter::final
350 INLINE(void UpdateScaleForOperand(int operand_index, uint32_t operand)) { function in class:v8::internal::interpreter::final
361 INLINE(void SetOperand(int operand_index, uint32_t operand)) { function in class:v8::internal::interpreter::final
[all...]
H A Dbytecode-register-optimizer.h50 INLINE(void PrepareForBytecode()) { function in class:v8::internal::interpreter::final
/external/valgrind/memcheck/tests/
H A Dvarinfo5so.c161 #define INLINE inline __attribute__((always_inline)) macro
163 INLINE void fun_c(int argc) {
167 INLINE void fun_b(int argb) {
171 INLINE void fun_a(int *arga) {
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h51 #define INLINE __forceinline macro
112 #ifndef INLINE
113 #define INLINE __inline macro
158 static INLINE
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTagBalancingHtmlStreamEventReceiver.java300 INLINE, enum constant in enum:TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships.ElementGroup
409 ElementGroup.INLINE
415 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A
417 ElementGroup.INLINE
421 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A
423 ElementGroup.INLINE
429 ElementGroup.INLINE, ElementGroup.P_ELEMENT
433 ElementGroup.INLINE, ElementGroup.INLINE_MINUS_A
435 ElementGroup.BLOCK, ElementGroup.INLINE,
445 ElementGroup.INLINE, ElementGrou
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h122 #define INLINE inline macro
/external/libvpx/config/arm/
H A Dvpx_config.h12 #define INLINE inline macro
/external/libvpx/config/arm-neon/
H A Dvpx_config.h12 #define INLINE inline macro
/external/libvpx/config/arm64/
H A Dvpx_config.h12 #define INLINE inline macro
/external/libvpx/config/generic/
H A Dvpx_config.h12 #define INLINE inline macro
/external/libvpx/config/mips32/
H A Dvpx_config.h12 #define INLINE inline macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_config.h12 #define INLINE inline macro
/external/libvpx/config/mips32-msa/
H A Dvpx_config.h12 #define INLINE inline macro
/external/libvpx/config/mips64/
H A Dvpx_config.h12 #define INLINE inline macro
/external/libvpx/config/mips64-msa/
H A Dvpx_config.h12 #define INLINE inline macro

Completed in 590 milliseconds

123