Searched refs:hint (Results 76 - 100 of 102) sorted by relevance

12345

/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.h98 unsigned hint; member in struct:JSC::SlowCaseEntry
103 , hint(h)
/external/qemu/
H A Dblock.c385 static int refresh_total_sectors(BlockDriverState *bs, int64_t hint) argument
393 /* query actual device if possible, otherwise just trust the hint */
399 hint = length >> BDRV_SECTOR_BITS;
402 bs->total_sectors = hint;
1218 /* if a geometry hint is available, use it */
/external/v8/src/
H A Dhydrogen-instructions.cc2268 Representation hint = hint_value->representation(); local
2269 if (hint.IsDouble()) double_occurred = true;
2270 if (hint.IsInteger32()) int32_occurred = true;
H A Dheap.cc4850 bool Heap::IdleNotification(int hint) { argument
4852 intptr_t size_factor = Min(Max(hint, 30), kMaxHint) / 10;
4857 if (hint >= kMaxHint) {
4864 if (hint >= mark_sweep_time && !FLAG_expose_gc &&
4880 if (hint >= kMaxHint || !FLAG_incremental_marking ||
H A Dheap.h1392 bool IdleNotification(int hint);
H A Dapi.cc4236 bool v8::V8::IdleNotification(int hint) { argument
4241 return i::V8::IdleNotification(hint);
/external/openssl/ssl/
H A Dssltest.c245 static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity,
1078 BIO_printf(bio_err,"setting PSK identity hint to s_ctx\n");
1081 BIO_printf(bio_err,"error setting PSK identity hint to s_ctx\n");
2528 static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity, argument
H A Dssl_lib.c3225 unsigned int (*cb)(SSL *ssl, const char *hint,
3233 unsigned int (*cb)(SSL *ssl, const char *hint,
3224 SSL_set_psk_client_callback(SSL *s, unsigned int (*cb)(SSL *ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len)) argument
3232 SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, unsigned int (*cb)(SSL *ssl, const char *hint, char *identity, unsigned int max_identity_len, unsigned char *psk, unsigned int max_psk_len)) argument
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp582 DELEGATE_TO_IMPL_2(hint, GC3Denum, GC3Denum)
1050 DELEGATE_TO_INTERNAL_2(hint, GC3Denum, GC3Denum)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.cpp657 void Context::setGenerateMipmapHint(GLenum hint) argument
659 mState.generateMipmapHint = hint;
662 void Context::setFragmentShaderDerivativeHint(GLenum hint) argument
664 mState.fragmentShaderDerivativeHint = hint;
665 // TODO: Propagate the hint to shader translator so we can write
666 // ddx, ddx_coarse, or ddx_fine depending on the hint.
667 // Ignore for now. It is valid for implementations to ignore hint.
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h168 void hint(GC3Denum target, GC3Denum mode);
H A DWebGLRenderingContext.idl572 [StrictTypeChecking] void hint(in unsigned long target, in unsigned long mode);
H A DWebGLRenderingContext.cpp2615 void WebGLRenderingContext::hint(GC3Denum target, GC3Denum mode) function in class:WebCore::__anon14578::WebGLRenderingContext
2633 m_context->hint(target, mode);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h693 void hint(GC3Denum target, GC3Denum mode);
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions.s2835 hint #5
2836 hint #4
2837 hint #3
2838 hint #2
2839 hint #1
2840 hint #0
2848 @ CHECK: hint #5 @ encoding: [0x05,0xf0,0x20,0xe3]
H A Dbasic-thumb2-instructions.s3463 hint #5
3464 hint.w #5
3465 hint.w #4
3466 hint #3
3467 hint #2
3468 hint #1
3469 hint #0
3478 @ CHECK: hint #5 @ encoding: [0xaf,0xf3,0x05,0x80]
3479 @ CHECK: hint #5 @ encoding: [0xaf,0xf3,0x05,0x80]
/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h987 ext2_icount_t hint, ext2_icount_t *ret);
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp760 void GraphicsContext3D::hint(GC3Denum target, GC3Denum mode) function in class:WebCore::GraphicsContext3D
/external/v8/include/
H A Dv8.h3269 * The hint argument specifies the amount of work to be done in the function
3271 * match the hint.
3273 static bool IdleNotification(int hint = 1000);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp1048 void GraphicsContext3D::hint(GC3Denum target, GC3Denum mode) function in class:WebCore::GraphicsContext3D
/external/iproute2/doc/
H A Dip-cref.tex2706 address hint for this destination. The hint is set with the \verb|src| parameter

Completed in 565 milliseconds

12345