OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_bucket
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/freetype/src/cache/
ftccache.h
212
FTC_Node *
_bucket
, *_pnode, _node; \
223
_bucket
= _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
242
/* Update
_bucket
by possibly modified linked list */ \
243
_bucket
= _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
259
if ( _node != *
_bucket
) \
262
_node->link = *
_bucket
; \
263
*
_bucket
= _node; \
/external/freetype/src/cache/
ftccache.h
212
FTC_Node *
_bucket
, *_pnode, _node; \
223
_bucket
= _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
242
/* Update
_bucket
by possibly modified linked list */ \
243
_bucket
= _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
259
if ( _node != *
_bucket
) \
262
_node->link = *
_bucket
; \
263
*
_bucket
= _node; \
/external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py
121
self.
_bucket
= bucket
130
return self.
_bucket
Completed in 166 milliseconds