Searched defs:space (Results 1 - 25 of 45) sorted by relevance

12

/external/kernel-headers/original/linux/
H A Defs_dir.h30 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
37 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
H A Dftape.h66 long space; member in union:__anon2147
74 long space; member in union:__anon2149
/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp96 CGColorSpaceRef space = CGColorSpaceCreateWithName(kCGColorSpaceGenericRGB); local
99 bitmap->rowBytes(), space, info, dataRef,
101 CGColorSpaceRelease(space);
/external/webkit/WebCore/platform/graphics/chromium/
H A DGlyphPageTreeNodeChromiumWin.cpp52 // Lazily initializes space glyph
58 static wchar_t space = ' '; local
59 GetGlyphIndices(dc, &space, 1, spaceGlyph, 0);
140 Glyph spaceGlyph = 0; // Glyph for a space. Lazily filled.
146 // When this character should be a space, we ignore whatever the font
147 // says and use a space. Otherwise, if fonts don't map one of these
148 // space or zero width glyphs, we will get a box.
/external/webkit/WebKit/win/
H A DWebURLAuthenticationChallenge.cpp114 /* [in] */ IWebURLProtectionSpace* space,
123 if (!space || !proposedCredential || !failureResponse || !sender)
128 hr = space->QueryInterface(&webSpace);
113 initWithProtectionSpace( IWebURLProtectionSpace* space, IWebURLCredential* proposedCredential, int previousFailureCount, IWebURLResponse* failureResponse, IWebError* error, IWebURLAuthenticationChallengeSender* sender) argument
/external/netperf/
H A Dnetcpu_procstat.c146 int space; local
161 /* Idle time is the 4th space-separated token */
163 for (space = 0; space < 4; space ++) {
/external/qemu/android/skin/
H A Dcomposer.c134 int n, count = areflist_count( p->space.viewports );
136 SkinViewport* v = areflist_get( p->space.viewports, n );
229 areflist_init( p->space.viewports );
238 while ( areflist_count( p->space.viewports ) )
239 skin_viewport_free( areflist_get( p->space.viewports, 0 ) );
345 skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy ) argument
350 v->space = space;
363 SkinPlate* space = v->space; local
[all...]
H A Dcomposer.h68 struct SkinPlateSpace space; member in union:SkinPlate
90 SkinPlate* space; member in struct:SkinViewport
97 extern SkinViewport* skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy );
/external/webkit/JavaScriptCore/assembler/
H A DAssemblerBuffer.h57 void ensureSpace(int space) argument
59 if (m_size > m_capacity - space)
H A DAssemblerBufferWithConstantPool.h54 The flush mechanism is called when no space remain to insert the next instruction
113 void ensureSpace(int space) argument
115 flushIfNoSpaceFor(space);
116 AssemblerBuffer::ensureSpace(space);
/external/webkit/WebCore/platform/text/
H A DCharacterNames.h64 const UChar space = 0x0020; member in namespace:WebCore
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
H A Dper.cpp213 uint8 *space = (uint8*)OSCL_DEFAULT_MALLOC(sizeof(OsclRefCounterDA) + sizeof(DecodedMsgDestructDealloc)); local
214 DecodedMsgDestructDealloc *destructor = new(space + sizeof(OsclRefCounterDA)) DecodedMsgDestructDealloc(MsgType1, MsgType2, pData);
215 OsclRefCounter *decodedMsgRefCnter = new(space) OsclRefCounterDA(space, destructor);
231 // Free the original pBuffer space
/external/openssl/crypto/bio/
H A Dbss_bio.c142 * never more than buffer space (size-len) warrants. */
426 * bio_nwrite0: check how much space is available
482 ssize_t num, space; local
489 space = bio_nwrite0(bio, buf);
490 if (num > space)
491 num = space;
/external/stlport/stlport/stl/
H A D_ctype.h42 space = _Locale_SPACE, enumerator in enum:ctype_base::mask
H A D_monetary.h42 enum part {none, space, symbol, sign, value}; enumerator in enum:money_base::part
/external/v8/src/
H A Dheap-inl.h52 AllocationSpace space,
55 ASSERT(space != NEW_SPACE ||
63 return Failure::RetryAfterGC(size_in_bytes, space);
69 if (NEW_SPACE == space) {
72 space = retry_space;
78 if (OLD_POINTER_SPACE == space) {
80 } else if (OLD_DATA_SPACE == space) {
82 } else if (CODE_SPACE == space) {
84 } else if (LO_SPACE == space) {
86 } else if (CELL_SPACE == space) {
51 AllocateRaw(int size_in_bytes, AllocationSpace space, AllocationSpace retry_space) argument
192 AllocationSpace space = TargetSpaceId(type); local
[all...]
H A Dspaces-inl.h164 bool MemoryAllocator::IsPageInSpace(Page* p, PagedSpace* space) { argument
173 (space == c.owner());
328 SemiSpace* space = local
330 ASSERT(space->low() <= alloc_info->top
331 && alloc_info->top <= space->high()
332 && alloc_info->limit == space->high());
H A Dstring-stream.h181 int space() const { return capacity_ - length_; } function in class:v8::internal::StringStream
/external/webkit/WebCore/platform/graphics/cg/
H A DImageCG.cpp115 static CGColorSpaceRef space = CGColorSpaceCreateDeviceRGB(); local
116 RetainPtr<CGContextRef> bmap(AdoptCF, CGBitmapContextCreate(pixel, 1, 1, 8, sizeof(pixel), space,
135 // If the image already has a (non-device) color space, we don't want to
229 // Adjust the color space.
268 // We have to adjust the phase to deal with the fact we're in Cartesian space now (with the bottom left corner of destRect being
286 // Adjust the color space.
/external/webkit/WebCore/platform/graphics/win/
H A DWKCACFLayerRenderer.cpp350 // Give the renderer some space to use. This needs to be valid until the
352 char space[4096]; local
353 CARenderUpdate* u = CARenderUpdateBegin(space, sizeof(space), t, 0, 0, &bounds);
/external/freetype/src/sfnt/
H A Dttsbit.c125 FT_Byte space = (FT_Byte)( 8 - shift ); local
150 cur[1] |= (FT_Byte)( val << space );
184 if ( count > space )
185 cur[1] |= (FT_Byte)( val << space );
1071 /* third, get rid of the space on the left side of the glyph */
1121 /* finally, crop the bitmap width to get rid of the space on the right */
/external/openssl/crypto/des/
H A Ddes.c860 unsigned int n=0,space=0; local
885 if (space)
903 space=1;
911 space=0;
/external/webkit/WebKit/android/nav/
H A DFindCanvas.cpp96 } // Otherwise, we just used local storage space, so no need to delete
279 // inspection, half the point size seems a good guess at the width of a space
299 // so, the user needs to have added a space, which we do not draw.
315 uint16_t space; local
316 clonePaint.textToGlyphs(" ", 1, &space);
317 if (glyphSet->characterMatches(space, mWorkingIndex)) {
338 // this case, we can continue without adding a space.
/external/bluetooth/bluez/src/
H A Dstorage.c429 char filename[PATH_MAX + 1], addr[18], *str, *space, *msk; local
438 space = strchr(str, ' ');
439 if (!space) {
444 msk = space + 1;
445 *space = '\0';
/external/libpcap/
H A Doptimize.c158 bpf_u_int32 *space; variable
1871 free((void *)space);
1999 space = (bpf_u_int32 *)malloc(2 * n_blocks * nodewords * sizeof(*space)
2000 + n_edges * edgewords * sizeof(*space));
2001 if (space == NULL)
2003 p = space;

Completed in 105 milliseconds

12