Searched refs:checkref (Results 1 – 3 of 3) sorted by relevance
/external/dtc/tests/ |
D | references.c | 30 static void check_ref(const void *fdt, int node, uint32_t checkref) in check_ref() argument 43 if (ref != checkref) in check_ref() 45 node, ref, checkref); in check_ref() 54 if (ref != checkref) in check_ref() 56 node, ref, checkref); in check_ref()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 2825 static void checkref(const upb_refcounted *r, const void *owner, bool ref2) { in checkref() function 2951 static void checkref(const upb_refcounted *r, const void *owner, bool ref2) { in checkref() function 3486 checkref(r, owner, false); in upb_refcounted_checkref()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 2999 static void checkref(const upb_refcounted *r, const void *owner, bool ref2) { in checkref() function 3111 static void checkref(const upb_refcounted *r, const void *owner, bool ref2) { in checkref() function 3642 checkref(r, owner, false); in upb_refcounted_checkref()
|