Searched defs:hint (Results 1 - 25 of 55) sorted by relevance

123

/external/elfutils/libdwfl/
H A Dsegment.c140 lookup (Dwfl *dwfl, GElf_Addr address, int hint) argument
142 if (hint >= 0
143 && address >= dwfl->lookup_addr[hint]
144 && ((size_t) hint + 1 == dwfl->lookup_elts
145 || address <= dwfl->lookup_addr[hint + 1]))
146 return hint;
169 int hint = -1; local
176 int idx = lookup (dwfl, start, hint);
224 hint = (size_t) idx < dwfl->lookup_elts ? idx : -1;
/external/ipsec-tools/src/racoon/
H A Dkmpstat.c212 struct addrinfo hint, *ai; local
215 memset(&hint, 0, sizeof(hint));
216 hint.ai_family = PF_UNSPEC;
217 hint.ai_family = family;
218 hint.ai_socktype = SOCK_STREAM;
220 error = getaddrinfo(name, port, &hint, &ai);
/external/linux-tools-perf/util/
H A Dstrbuf.c19 void strbuf_init(struct strbuf *sb, ssize_t hint) argument
23 if (hint)
24 strbuf_grow(sb, hint);
108 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) argument
113 strbuf_grow(sb, hint ? hint : 8192);
/external/freetype/src/cff/
H A Dcffobjs.h75 FT_Bool hint; member in struct:CFF_GlyphSlotRec_
/external/chromium/base/
H A Dmessage_pump_glib_x.cc27 gboolean GtkWidgetRealizeCallback(GSignalInvocationHint* hint, guint nparams, argument
/external/chromium/base/win/
H A Dpe_image_unittest.cc17 DWORD hint,
32 DWORD hint,
15 ExportsCallback(const PEImage &image, DWORD ordinal, DWORD hint, LPCSTR name, PVOID function, LPCSTR forward, PVOID cookie) argument
28 ImportsCallback(const PEImage &image, LPCSTR module, DWORD ordinal, LPCSTR name, DWORD hint, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
H A Dpe_image.cc281 UINT hint; local
282 for (hint = 0; hint < num_names; hint++) {
283 if (ordinals[hint] == count) {
284 name = reinterpret_cast<LPCSTR>(RVAToAddr(names[hint]));
290 hint = 0;
301 if (!callback(*this, ordinal_base + count, hint, name, func, forward,
370 WORD hint = 0; local
378 hint
463 WORD hint = 0; local
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cc139 void *cf_malloc(CFIndex size, CFOptionFlags hint, void *info) { argument
235 void *cf_realloc(void *ptr, CFIndex size, CFOptionFlags hint, void *info) { argument
/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp120 // Find the best physreg hist and the best virtreg hint.
124 // Don't recompute a target specific hint.
162 unsigned hint = copyHint(mi, li.reg, tri, mri); local
163 if (!hint)
165 float hweight = Hint[hint] += weight;
166 if (TargetRegisterInfo::isPhysicalRegister(hint)) {
167 if (hweight > bestPhys && LIS.isAllocatable(hint))
168 bestPhys = hweight, hintPhys = hint;
171 bestVirt = hweight, hintVirt = hint;
177 // Always prefer the physreg hint
[all...]
/external/stlport/src/
H A Dlocale.cpp152 _Locale_name_hint *hint = 0; local
165 hint = impl->insert_ctype_facets(ctype_name, ctype_buf, hint);
166 hint = impl->insert_numeric_facets(numeric_name, numeric_buf, hint);
167 hint = impl->insert_time_facets(time_name, time_buf, hint);
168 hint = impl->insert_collate_facets(collate_name, collate_buf, hint);
169 hint
259 _Locale_name_hint *hint = 0; local
[all...]
H A Dlocale_catalog.cpp36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
37 { return _Locale_ctype_create(s, hint, __err_code); }
38 static void* _Loc_codecvt_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
39 { return _Locale_codecvt_create(s, hint, __err_code); }
40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
41 { return _Locale_numeric_create(s, hint, __err_code); }
42 static void* _Loc_time_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
43 { return _Locale_time_create(s, hint, __err_code); }
44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
45 { return _Locale_collate_create(s, hint, __err_cod
46 _Loc_monetary_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
48 _Loc_messages_create(const char * s, _Locale_name_hint* hint, int *__err_code) argument
140 __acquire_category(const char* &name, char *buf, _Locale_name_hint* hint, loc_extract_name_func_t extract_name, loc_create_func_t create_obj, loc_default_name_func_t default_name, Category_Map ** M, int *__err_code) argument
236 __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
241 __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
246 __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
251 __acquire_time(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
256 __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
261 __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
266 __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code) argument
[all...]
H A Dlocale_impl.cpp150 _Locale_name_hint* _Locale_impl::insert_ctype_facets(const char* &name, char *buf, _Locale_name_hint* hint) { argument
170 _Locale_ctype *__lct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
173 return hint;
176 if (hint == 0) hint = _Locale_get_ctype_hint(__lct);
190 _Locale_ctype *__lwct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
193 return hint;
201 _Locale_codecvt *__lwcvt = _STLP_PRIV __acquire_codecvt(name, buf, hint, &__err_code);
219 return hint;
222 _Locale_name_hint* _Locale_impl::insert_numeric_facets(const char* &name, char *buf, _Locale_name_hint* hint) { argument
288 insert_time_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
350 insert_collate_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
406 insert_monetary_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
511 insert_messages_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
[all...]
/external/v8/src/
H A Dv8.cc174 bool V8::IdleNotification(int hint) { argument
180 return HEAP->IdleNotification(hint);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c116 antlr3CommonTreeNodeStreamNewTree(pANTLR3_BASE_TREE tree, ANTLR3_UINT32 hint) argument
120 stream = antlr3CommonTreeNodeStreamNew(tree->strFactory, hint);
270 antlr3CommonTreeNodeStreamNew(pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint) argument
376 if (hint == 0)
378 hint = DEFAULT_INITIAL_BUFFER_SIZE;
380 stream->nodes = antlr3VectorNew(hint);
H A Dantlr3tokenstream.c206 antlr3CommonTokenDebugStreamSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBUG_EVENT_LISTENER debugger) argument
212 stream = antlr3CommonTokenStreamSourceNew(hint, source);
235 antlr3CommonTokenStreamSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source) argument
239 stream = antlr3CommonTokenStreamNew(hint);
254 antlr3CommonTokenStreamNew(ANTLR3_UINT32 hint) argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java53 * .hint(150, SWT.DEFAULT)
67 * GridDataFactory.fillDefaults().grab(true, true).hint(150, 150).applyTo(listBox);
82 * Point hint = Geometry.max(LayoutConstants.getMinButtonSize(), preferredSize);
83 * GridDataFactory.fillDefaults().align(SWT.FILL, SWT.CENTER).hint(hint).applyTo(button);
87 * Point hint = Geometry.max(LayoutConstants.getMinButtonSize(), preferredSize);
89 * buttonData.widthHint = hint.x;
90 * buttonData.heightHint = hint.y;
196 * size. If either hint is set to SWT.DEFAULT, the control's preferred size is used.
199 * horizontal hint (pixel
204 public GridDataFactory hint(int xHint, int yHint) { method in class:GridDataFactory
304 hint(Point hint) argument
[all...]
/external/openssl/crypto/bio/
H A Db_sock.c671 struct addrinfo *res,hint; local
682 * e.g. Solaris, default to IPv6 without any hint. Also
685 memset(&hint,0,sizeof(hint));
686 hint.ai_flags = AI_PASSIVE;
693 hint.ai_family = AF_INET6;
700 hint.ai_family = AF_INET;
705 if ((*p_getaddrinfo.f)(h,p,&hint,&res)) break;
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_pixmapruntime.cpp298 QVariant QtPixmapInstance::variantFromObject(JSObject* object, QMetaType::Type hint) argument
322 return (hint == static_cast<QMetaType::Type>(qMetaTypeId<QPixmap>()))
333 if (hint == qMetaTypeId<QPixmap>())
336 if (hint == qMetaTypeId<QImage>())
341 if (hint == qMetaTypeId<QPixmap>())
343 if (hint == qMetaTypeId<QImage>())
360 bool QtPixmapInstance::canHandle(QMetaType::Type hint) argument
362 return hint == qMetaTypeId<QImage>() || hint == qMetaTypeId<QPixmap>();
/external/compiler-rt/lib/interception/mach_override/
H A Dmach_override.c123 void **ptr, size_t unused_size, void *hint) __attribute__((visibility("hidden")));
200 void **ptr, size_t unused_size, void *hint) {
201 return allocateBranchIsland( (BranchIsland**)ptr, kAllocateHigh, hint );
199 defaultIslandMalloc( void **ptr, size_t unused_size, void *hint) argument
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c213 ext2_icount_t hint, ext2_icount_t *ret)
220 if (hint) {
221 EXT2_CHECK_MAGIC(hint, EXT2_ET_MAGIC_ICOUNT);
222 if (hint->size > size)
223 size = (size_t) hint->size;
260 * found in the hint icount (since those are ones which will
263 if (hint) {
264 for (i=0; i < hint->count; i++)
265 icount->list[i].ino = hint->list[i].ino;
266 icount->count = hint
212 ext2fs_create_icount2(ext2_filsys fs, int flags, unsigned int size, ext2_icount_t hint, ext2_icount_t *ret) argument
[all...]
/external/freetype/src/pshinter/
H A Dpshrec.c88 PS_Hint hint = 0; local
101 hint = table->hints + count - 1;
102 hint->pos = 0;
103 hint->len = 0;
104 hint->flags = 0;
109 *ahint = hint;
284 /* return last hint mask in a table, create one if the table is empty */
557 /* set a bit at a given index in the current hint mask */
567 /* get last hint mask */
673 PS_Hint hint local
[all...]
/external/icu4c/common/
H A Duhash.c129 * or a pointer. If a hint bit is zero, then the associated
142 UHashTok key, UHashTok value, int8_t hint) {
162 if (hint & HINT_KEY_POINTER) {
167 if (hint & HINT_VALUE_POINTER) {
463 int8_t hint,
480 if ((hint & HINT_VALUE_POINTER) && value.pointer == NULL) {
518 return _uhash_setElement(hash, e, hashcode & 0x7FFFFFFF, key, value, hint);
140 _uhash_setElement(UHashtable *hash, UHashElement* e, int32_t hashcode, UHashTok key, UHashTok value, int8_t hint) argument
460 _uhash_put(UHashtable *hash, UHashTok key, UHashTok value, int8_t hint, UErrorCode *status) argument
/external/skia/include/core/
H A DSkScalerContext.h234 unsigned hint = (fFlags & kHinting_Mask) >> kHinting_Shift; local
235 return static_cast<SkPaint::Hinting>(hint);
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h230 virtual void setToolTipText(const WebString&, WebTextDirection hint) { } argument
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.cpp409 If \a enabled is true, enables the specified render \a hint; otherwise
414 void QGraphicsWebView::setRenderHint(QPainter::RenderHint hint, bool enabled) argument
418 d->renderHints |= hint;
420 d->renderHints &= ~hint;

Completed in 6165 milliseconds

123