Home
last modified time | relevance | path

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

12345678910

/dports/graphics/libdrm/libdrm-2.4.110/radeon/
H A 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()
H A 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()
274 void bof_print(bof_t *bof) in bof_print()
281 bof_t *bof = NULL; in bof_read() local
372 void bof_incref(bof_t *bof) in bof_incref()
377 void bof_decref(bof_t *bof) in bof_decref()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libdrm/src/radeon/
H A 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()
H A 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()
274 void bof_print(bof_t *bof) in bof_print()
281 bof_t *bof = NULL; in bof_read() local
372 void bof_incref(bof_t *bof) in bof_incref()
377 void bof_decref(bof_t *bof) in bof_decref()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/radeon/
H A 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()
H A 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()
274 void bof_print(bof_t *bof) in bof_print()
281 bof_t *bof = NULL; in bof_read() local
372 void bof_incref(bof_t *bof) in bof_incref()
377 void bof_decref(bof_t *bof) in bof_decref()
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/internal/
H A Dbof.hpp15 struct bof struct
17 using rule_t = bof;
18 using subs_t = empty_list;
21 [[nodiscard]] static bool match( ParseInput& in ) noexcept in match()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dbof.hpp19 struct bof struct
21 using analyze_t = analysis::generic< analysis::rule_type::opt >;
24 static bool match( Input& in ) noexcept in match()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/internal/
H A Dbof.hpp19 struct bof struct
21 using analyze_t = analysis::generic< analysis::rule_type::OPT >;
24 static bool match( Input& in ) noexcept in match()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/internal/
H A Dbof.hpp19 struct bof struct
21 using analyze_t = analysis::generic< analysis::rule_type::OPT >;
24 static bool match( Input& in ) noexcept in match()
/dports/textproc/sary/sary-1.2.0/sary/
H A Dstr.c63 sary_str_seek_bol (const gchar *cursor, const gchar *bof) in sary_str_seek_bol()
94 const gchar *bof, in sary_str_get_linelen()
113 const gchar *bof, in sary_str_get_line()
131 const gchar *bof, in sary_str_seek_lines_backward()
157 const gchar *bof, in sary_str_seek_pattern_backward()
179 const gchar *bof, in sary_str_seek_pattern_backward2()
212 const gchar *bof, in sary_str_seek_backward()
248 const gchar *bof, in sary_str_skip_backward()
H A Dipoint.c96 gchar *bof = sary_text_get_bof(text); in sary_ipoint_char_eucjp() local
133 gchar *bof = sary_text_get_bof(text); in sary_ipoint_char_sjis() local
182 gchar *bof = sary_text_get_bof(text); in sary_ipoint_char_utf8() local
208 gchar *bof = sary_text_get_bof(text); in sary_ipoint_locale() local
H A Dmkqsort.c66 const gchar *bof, in sary_multikey_qsort()
128 const gchar *bof, const gchar *eof) in insertion_sort()
174 ref (const gchar *bof, in ref()
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dr_bishop3.pyx20 def bof(self): member in Fee
26 def bof(self): member in Faa
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dr_bishop3.pyx20 def bof(self): member in Fee
26 def bof(self): member in Faa
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr29299.c4 static int bof __attribute__((used)); variable

12345678910