Searched refs:structure (Results 1 - 25 of 199) sorted by last modified time

12345678

/external/yaffs2/yaffs2/
H A Dyaffs_guts.c1205 /* Pruning removes any part of the file structure tree that is beyond the
3747 /* printf("structure parsing failed\n"); */
4936 /* We only load some info, don't fiddle with directory structure */
5578 /* We only load some info, don't fiddle with directory structure */
6618 #define yaffs_CheckStruct(structure,syze, name) \
6619 if(sizeof(structure) != syze) \
6622 name,syze,sizeof(structure))); \
/external/zlib/src/as400/
H A Dzlib.inc11 * the package version string and the stream control structure.
90 * The GZIP encode/decode stream support structure.
/external/zlib/src/contrib/delphi/
H A DZLib.pas22 // Internal structure. Ignore.
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs27 #region ZStream structure
28 // internal mapping of the zlib zstream structure for marshalling
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm115 ; in the deflate_state structure since the asm code was first written
117 ; Note : these value are good with a 8 bytes boundary pack structure
125 ;;; Offsets for fields in the deflate_state structure. These numbers
133 ; in zlib in the deflate_state structure since the asm code was first written
209 ;;; deflate_state structure during the function's setup (before
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm75 ; in zlib in the deflate_state structure since the asm code was first written
82 ; Note : these value are good with a 8 bytes boundary pack structure
140 ;;; Offsets for fields in the deflate_state structure. These numbers
211 ;;; deflate_state structure during the function's setup (before
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DGStreamerGWorld.cpp46 if (gst_structure_has_name(message->structure, "prepare-xwindow-id")
47 || gst_structure_has_name(message->structure, "have-ns-view"))
H A DMediaPlayerPrivateGStreamer.cpp714 if (message->structure) {
715 const gchar* messageTypeName = gst_structure_get_name(message->structure);
794 const GstStructure *structure = gst_message_get_structure(message); local
795 gst_structure_get_int(structure, "buffer-percent", &m_bufferingPercentage);
1200 if (message->structure) {
1201 // This structure can contain:
1202 // - both a new-location string and embedded locations structure
1204 m_mediaLocations = gst_structure_copy(message->structure);
1237 const GstStructure* structure = gst_value_get_structure(location); local
1239 if (!structure) {
1472 GstStructure* structure = gst_caps_get_structure(caps, structureIndex); local
[all...]
H A DPlatformVideoWindowMac.mm42 if (gst_structure_has_name(message->structure, "have-ns-view")) {
43 m_videoWindow = static_cast<PlatformWidget>(g_value_get_pointer(gst_structure_get_value(message->structure, "nsview")));
/external/webkit/Source/WebCore/plugins/mac/
H A DPluginViewMac.mm736 ::Rect content, structure;
738 GetWindowBounds(windowRef, kWindowStructureRgn, &structure);
741 int top = content.top - structure.top;
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackConstructor.cpp41 JSCallbackConstructor::JSCallbackConstructor(JSGlobalObject* globalObject, Structure* structure, JSClassRef jsClass, JSObjectCallAsConstructorCallback callback) argument
42 : JSObjectWithGlobalObject(globalObject, structure)
H A DJSCallbackObjectFunctions.h53 JSCallbackObject<Base>::JSCallbackObject(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, JSClassRef jsClass, void* data) argument
54 : Base(globalObject, structure)
64 JSCallbackObject<Base>::JSCallbackObject(JSGlobalData& globalData, JSClassRef jsClass, Structure* structure) argument
65 : Base(globalData, structure)
H A DJSValueRef.cpp176 if (!jsConstructor->structure()->typeInfo().implementsHasInstance())
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.cpp228 printf(" [%4d] %s: %s\n", instructionOffset, "resolve_global", pointerToSourceString(resolveInfo.structure).utf8().data());
250 printf(" [%4d] %s: %s, %s, %s\n", instructionOffset, "put_by_id_transition", pointerToSourceString(stubInfo.u.putByIdTransition.previousStructure).utf8().data(), pointerToSourceString(stubInfo.u.putByIdTransition.structure).utf8().data(), pointerToSourceString(stubInfo.u.putByIdTransition.chain).utf8().data());
282 printf(" [%4d] %s: %s\n", instructionOffset, name, pointerToSourceString(vPC[operand].u.structure).utf8().data());
299 printf(" [%4d] %s: %s, %s\n", instructionOffset, "get_by_id_proto", pointerToSourceString(vPC[4].u.structure).utf8().data(), pointerToSourceString(vPC[5].u.structure).utf8().data());
303 printf(" [%4d] %s: %s, %s, %s\n", instructionOffset, "put_by_id_transition", pointerToSourceString(vPC[4].u.structure).utf8().data(), pointerToSourceString(vPC[5].u.structure).utf8().data(), pointerToSourceString(vPC[6].u.structureChain).utf8().data());
307 printf(" [%4d] %s: %s, %s\n", instructionOffset, "get_by_id_chain", pointerToSourceString(vPC[4].u.structure).utf8().data(), pointerToSourceString(vPC[5].u.structureChain).utf8().data());
1408 markStack.append(&vPC[4].u.structure);
1412 markStack.append(&vPC[4].u.structure);
[all...]
H A DCodeBlock.h159 WriteBarrier<Structure> structure; member in struct:JSC::GlobalResolveInfo
164 // This structure is used to map from a call return location
H A DInstruction.h144 Instruction(JSGlobalData& globalData, JSCell* owner, Structure* structure) argument
146 u.structure.clear();
147 u.structure.set(globalData, owner, structure);
165 WriteBarrierBase<Structure> structure; member in union:JSC::Instruction::__anon15563
H A DStructureStubInfo.cpp92 markStack.append(&u.putByIdTransition.structure);
H A DStructureStubInfo.h102 void initPutByIdTransition(JSGlobalData& globalData, JSCell* owner, Structure* previousStructure, Structure* structure, StructureChain* chain) argument
107 u.putByIdTransition.structure.set(globalData, owner, structure);
156 WriteBarrierBase<Structure> structure; member in struct:JSC::StructureStubInfo::__anon15565::__anon15571
/external/webkit/Source/JavaScriptCore/heap/
H A DHandleHeap.cpp162 if (!cell || !cell->structure())
H A DMarkStack.cpp60 if (cell->structure()->typeInfo().type() < CompoundType) {
65 if (!cell->structure()->typeInfo().overridesMarkChildren()) {
113 if (cell->structure()->typeInfo().type() < CompoundType) {
H A DMarkedBlock.cpp76 if (cell->structure() && cell->structure() != dummyMarkableCellStructure && !cell->isZombie()) {
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp167 Structure* structure = vPC[3].u.structure.get(); local
170 if (structure == globalObject->structure()) {
179 if (slot.isCacheableValue() && !globalObject->structure()->isUncacheableDictionary() && slot.slotBase() == globalObject) {
180 vPC[3].u.structure.set(callFrame->globalData(), codeBlock->ownerExecutable(), globalObject->structure());
204 Structure* structure = vPC[3].u.structure.get(); local
244 if (structure
1215 Structure* structure = baseCell->structure(); local
1303 Structure* structure = baseValue.asCell()->structure(); local
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.h186 static void compileGetByIdProto(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressPtr returnAddress) argument
189 jit.privateCompileGetByIdProto(stubInfo, structure, prototypeStructure, ident, slot, cachedOffset, returnAddress, callFrame);
192 static void compileGetByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) argument
195 jit.privateCompileGetByIdSelfList(stubInfo, polymorphicStructures, currentIndex, structure, ident, slot, cachedOffset);
197 static void compileGetByIdProtoList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) argument
200 jit.privateCompileGetByIdProtoList(stubInfo, prototypeStructureList, currentIndex, structure, prototypeStructure, ident, slot, cachedOffset, callFrame);
202 static void compileGetByIdChainList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) argument
205 jit.privateCompileGetByIdChainList(stubInfo, prototypeStructureList, currentIndex, structure, chain, count, ident, slot, cachedOffset, callFrame);
208 static void compileGetByIdChain(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressPtr returnAddress) argument
211 jit.privateCompileGetByIdChain(stubInfo, structure, chai
[all...]
H A DJITInlineMethods.h259 ALWAYS_INLINE JIT::Jump JIT::checkStructure(RegisterID reg, Structure* structure) argument
261 return branchPtr(NotEqual, Address(reg, JSCell::structureOffset()), TrustedImmPtr(structure));
H A DJITOpcodes.cpp664 void* structureAddress = &(m_codeBlock->globalResolveInfo(currentIndex).structure);
732 // First, handle JSCell cases - check MasqueradesAsUndefined bit on the structure.
753 // First, handle JSCell cases - check MasqueradesAsUndefined bit on the structure.
958 // Test base's structure

Completed in 986 milliseconds

12345678