OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:node_ptr
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_hash.c
420
struct cso_node **
node_ptr
;
local
426
node_ptr
= (struct cso_node**)(&hash->data.d->buckets[node->key % hash->data.d->numBuckets]);
427
while (*
node_ptr
!= node)
428
node_ptr
= &(*
node_ptr
)->next;
429
*
node_ptr
= node->next;
/external/libsepol/src/
conditional.c
632
avtab_ptr_t
node_ptr
;
local
655
node_ptr
= avtab_search_node(&p->te_cond_avtab, k);
656
if (
node_ptr
) {
658
(
node_ptr
, k->specified)) {
665
if (cur->node ==
node_ptr
) {
685
node_ptr
= avtab_insert_nonunique(&p->te_cond_avtab, k, d);
686
if (!
node_ptr
) {
690
node_ptr
->parse_context = (void *)1;
697
list->node =
node_ptr
;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c
420
struct cso_node **
node_ptr
;
local
426
node_ptr
= (struct cso_node**)(&hash->data.d->buckets[node->key % hash->data.d->numBuckets]);
427
while (*
node_ptr
!= node)
428
node_ptr
= &(*
node_ptr
)->next;
429
*
node_ptr
= node->next;
/external/blktrace/
blkiomon.c
52
struct rb_node **
node_ptr
;
member in struct:rb_search
193
search->
node_ptr
= p;
215
rb_link_node(&dstat->node, search.parent, search.
node_ptr
);
Completed in 114 milliseconds