Home
last modified time | relevance | path

Searched defs:bof (Results 1 - 2 of 2) sorted by relevance

/third_party/libdrm/radeon/
H A Dbof.h41 typedef struct bof { struct
83 bof_is_object(bof_t *bof) bof_is_object() argument
84 bof_is_blob(bof_t *bof) bof_is_blob() argument
85 bof_is_null(bof_t *bof) bof_is_null() argument
86 bof_is_int32(bof_t *bof) bof_is_int32() argument
87 bof_is_array(bof_t *bof) bof_is_array() argument
88 bof_is_string(bof_t *bof) bof_is_string() argument
[all...]
H A Dbof.c34 static int bof_entry_grow(bof_t *bof) in bof_entry_grow() argument
125 bof_t *bof_array_get(bof_t *bof, unsigned i) in bof_array_get() argument
132 bof_array_size(bof_t *bof) bof_array_size() argument
160 bof_blob_size(bof_t *bof) bof_blob_size() argument
167 bof_blob_value(bof_t *bof) bof_blob_value() argument
216 bof_int32_value(bof_t *bof) bof_int32_value() argument
232 bof_print_bof(bof_t *bof, int level, int entry) bof_print_bof() argument
264 bof_print_rec(bof_t *bof, int level, int entry) bof_print_rec() argument
274 bof_print(bof_t *bof) bof_print() argument
281 bof_t *bof = NULL; bof_read() local
372 bof_incref(bof_t *bof) bof_incref() argument
377 bof_decref(bof_t *bof) bof_decref() argument
399 bof_file_write(bof_t *bof, FILE *file) bof_file_write() argument
439 bof_dump_file(bof_t *bof, const char *filename) bof_dump_file() argument
[all...]

Completed in 1 milliseconds