Home
last modified time | relevance | path

Searched defs:bof (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/radeon/
Dbof.h41 typedef struct bof { struct
42 struct bof **array; argument
65 extern bof_t *bof_array_get(bof_t *bof, unsigned i); argument
83 static inline int bof_is_object(bof_t *bof){return (bof->type == BOF_TYPE_OBJECT);} in bof_is_object()
84 static inline int bof_is_blob(bof_t *bof){return (bof->type == BOF_TYPE_BLOB);} in bof_is_blob()
85 static inline int bof_is_null(bof_t *bof){return (bof->type == BOF_TYPE_NULL);} in bof_is_null()
86 static inline int bof_is_int32(bof_t *bof){return (bof->type == BOF_TYPE_INT32);} in bof_is_int32()
87 static inline int bof_is_array(bof_t *bof){return (bof->type == BOF_TYPE_ARRAY);} in bof_is_array()
88 static inline int bof_is_string(bof_t *bof){return (bof->type == BOF_TYPE_STRING);} in bof_is_string()
Dbof.c34 static int bof_entry_grow(bof_t *bof) in bof_entry_grow()
125 bof_t *bof_array_get(bof_t *bof, unsigned i) in bof_array_get()
132 unsigned bof_array_size(bof_t *bof) in bof_array_size()
160 unsigned bof_blob_size(bof_t *bof) in bof_blob_size()
167 void *bof_blob_value(bof_t *bof) in bof_blob_value()
216 int32_t bof_int32_value(bof_t *bof) in bof_int32_value()
232 static void bof_print_bof(bof_t *bof, int level, int entry) in bof_print_bof()
264 static void bof_print_rec(bof_t *bof, int level, int entry) in bof_print_rec()
274 void bof_print(bof_t *bof) in bof_print()
281 bof_t *bof = NULL; in bof_read() local
[all …]
/external/apache-http/src/org/apache/http/impl/io/
DChunkedInputStream.java90 private boolean bof = true; field in ChunkedInputStream
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dstreams.rb563 alias bof? beginning_of_string? alias in ANTLR3.StringStream