HomeSort by relevance Sort by last modified time
    Searched defs:slot (Results 176 - 200 of 262) sorted by null

1 2 3 4 5 6 78 91011

  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 537 int slot; local
538 for (slot = 0; slot <= PCM_DMX_MAX_DELAY_FRAMES; slot += 1) {
539 self->dvbMixDownLevels[slot].centerMixLevelValue = dvbDownmixFactors[2]; /* 0.707 */
540 self->dvbMixDownLevels[slot].surroundMixLevelValue = dvbDownmixFactors[0]; /* 1.000 */
541 self->dvbMixDownLevels[slot].mixLevelsAvail = 0;
543 self->mpegMixDownInfo[slot].mixdownAvailable = 0;
771 int slot; local
787 for (slot = self->frameDelay; slot > 0; slot -= 1)
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 647 // In these cases, we should have emitted directly into the result slot.
658 // If we're emitting to an aggregate, copy into the result slot.
933 AggValueSlot slot = AggValueSlot::forLValue(dest, local
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 354 /* into the glyph slot. */
514 /**** FACE, SIZE & GLYPH SLOT OBJECTS ****/
545 /* It is sometimes useful to have more than one glyph slot for a */
554 /* aslot :: A handle to a new glyph slot object. */
570 /* Destroys a given glyph slot. Remember however that all slots are */
575 /* slot :: A handle to a target glyph slot. */
578 FT_Done_GlyphSlot( FT_GlyphSlot slot ); variable
623 ft_glyphslot_free_bitmap( FT_GlyphSlot slot ); variable
626 /* Allocate a new bitmap buffer in a glyph slot. *
    [all...]
  /external/freetype/src/base/
ftobjs.c 226 /**** FACE, SIZE & GLYPH SLOT OBJECTS ****/
235 ft_glyphslot_init( FT_GlyphSlot slot )
237 FT_Driver driver = slot->face->driver;
244 slot->library = driver->root.library;
249 slot->internal = internal;
255 error = clazz->init_slot( slot );
263 ft_glyphslot_free_bitmap( FT_GlyphSlot slot )
265 if ( slot->internal && ( slot->internal->flags & FT_GLYPH_OWN_BITMAP ) )
267 FT_Memory memory = FT_FACE_MEMORY( slot->face )
383 FT_GlyphSlot slot = NULL; local
569 FT_GlyphSlot slot; local
    [all...]
  /external/kernel-headers/original/linux/sunrpc/
xprt.h 144 struct rpc_wait_queue backlog; /* waiting for slot */
146 struct rpc_rqst * slot; /* slot table storage */ member in struct:rpc_xprt
187 spinlock_t reserve_lock; /* lock slot table */
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 169 int slot = 0; // TODO: permit the caller to specify a slot? local
180 stream = new SpdyStream(streamId, this, flags, priority, slot, requestHeaders, settings);
187 spdyWriter.synStream(flags, streamId, associatedStreamId, priority, slot, requestHeaders);
454 public void synStream(int flags, int streamId, int associatedStreamId, int priority, int slot,
460 new SpdyStream(streamId, SpdyConnection.this, flags, priority, slot, nameValueBlock,
SpdyStream.java 78 private final int slot; field in class:SpdyStream
98 SpdyStream(int id, SpdyConnection connection, int flags, int priority, int slot,
105 this.slot = slot;
377 return slot;
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 106 PropertySlot slot(o);
107 if (o->getPropertySlot(callFrame, ident, slot)) {
108 JSValue result = slot.getValue(callFrame, ident);
145 PropertySlot slot(o);
146 if (o->getPropertySlot(callFrame, ident, slot)) {
147 JSValue result = slot.getValue(callFrame, ident);
176 PropertySlot slot(globalObject);
177 if (globalObject->getPropertySlot(callFrame, ident, slot)) {
178 JSValue result = slot.getValue(callFrame, ident);
179 if (slot.isCacheableValue() && !globalObject->structure()->isUncacheableDictionary() && slot.slotBase() == (…)
1098 PutPropertySlot slot; local
1105 PutPropertySlot slot; local
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 323 inline bool JSGlobalObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
325 if (JSVariableObject::getOwnPropertySlot(exec, propertyName, slot))
327 return symbolTableGet(propertyName, slot);
339 PropertySlot slot; local
340 if (JSVariableObject::getOwnPropertySlot(exec, propertyName, slot))
343 return symbolTableGet(propertyName, slot, slotIsWriteable);
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 513 This function is marked as a slot and can be conveniently connected to
545 connect(&d->m_orientation, SIGNAL(readingChanged()), this, SLOT(_q_orientationChanged()));
557 connect(&d->m_orientation, SIGNAL(readingChanged()), this, SLOT(_q_orientationChanged()));
580 new URL, you should add them in a slot connected to the
605 new URL, you should add them in a slot connected to the
639 JSC::PutPropertySlot slot; local
640 window->put(exec, JSC::Identifier(exec, reinterpret_cast_ptr<const UChar*>(name.constData()), name.length()), runtimeObject, slot);
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 104 size_t slot = ((x - minUs) * 100) / (maxUs - minUs); local
105 if (slot == 100) { slot = 99; }
107 ++counts[slot];
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 836 const int slot = sGLExtentionSlot; local
838 ALOGE_IF(slot >= MAX_NUMBER_OF_GL_EXTENSIONS,
846 if (!addr && (slot < MAX_NUMBER_OF_GL_EXTENSIONS)) {
853 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] =
854 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] =
856 debugHooks->ext.extensions[slot] =
857 gHooksTrace.ext.extensions[slot] =
865 addr = gExtensionForwarders[slot];
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 16 __u32 slot; /* this has a different namespace than memory slots */ member in struct:kvm_memory_alias
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nubus.h 54 * SONIC comm-slot/on-board and DuoDock Ethernet: <4,1,1,272>
241 int slot; member in struct:nubus_board
242 /* For slot 0, this is bogus. */
313 /* Might have more than one device in a slot, you know... */
314 struct nubus_dev* nubus_find_slot(unsigned int slot,
350 static __inline__ void *nubus_slot_addr(int slot)
352 return (void *)(0xF0000000|(slot<<24));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 16 __u32 slot; /* this has a different namespace than memory slots */ member in struct:kvm_memory_alias
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nubus.h 54 * SONIC comm-slot/on-board and DuoDock Ethernet: <4,1,1,272>
241 int slot; member in struct:nubus_board
242 /* For slot 0, this is bogus. */
313 /* Might have more than one device in a slot, you know... */
314 struct nubus_dev* nubus_find_slot(unsigned int slot,
350 static __inline__ void *nubus_slot_addr(int slot)
352 return (void *)(0xF0000000|(slot<<24));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 16 __u32 slot; /* this has a different namespace than memory slots */ member in struct:kvm_memory_alias
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nubus.h 54 * SONIC comm-slot/on-board and DuoDock Ethernet: <4,1,1,272>
241 int slot; member in struct:nubus_board
242 /* For slot 0, this is bogus. */
313 /* Might have more than one device in a slot, you know... */
314 struct nubus_dev* nubus_find_slot(unsigned int slot,
350 static __inline__ void *nubus_slot_addr(int slot)
352 return (void *)(0xF0000000|(slot<<24));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
xprt.h 117 struct rpc_rqst * slot; member in struct:rpc_xprt
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
xprt.h 117 struct rpc_rqst * slot; member in struct:rpc_xprt
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
xprt.h 117 struct rpc_rqst * slot; member in struct:rpc_xprt
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
xprt.h 117 struct rpc_rqst * slot; member in struct:rpc_xprt
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
xprt.h 117 struct rpc_rqst * slot; member in struct:rpc_xprt
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
xprt.h 117 struct rpc_rqst * slot; member in struct:rpc_xprt
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
xprt.h 117 struct rpc_rqst * slot; member in struct:rpc_xprt

Completed in 1756 milliseconds

1 2 3 4 5 6 78 91011