Home
last modified time | relevance | path

Searched refs:bof (Results 1 – 25 of 1525) sorted by relevance

12345678910>>...61

/dports/graphics/libdrm/libdrm-2.4.110/radeon/
H A Dbof.c38 if (bof->array_size < bof->nentry) in bof_entry_grow()
127 if (!bof_is_array(bof) || i >= bof->array_size) in bof_array_get()
241 fprintf(stderr, "%p string [%s %d]\n", bof, (char*)bof->value, bof->size); in bof_print_bof()
244 fprintf(stderr, "%p int32 [%d %d]\n", bof, *(int*)bof->value, bof->size); in bof_print_bof()
253 fprintf(stderr, "%p object [%d %d]\n", bof, bof->array_size / 2, bof->size); in bof_print_bof()
256 fprintf(stderr, "%p array [%d %d]\n", bof, bof->array_size, bof->size); in bof_print_bof()
307 bof->value = calloc(1, bof->size - 12); in bof_read()
321 r = bof_read(bof, file, bof->offset + bof->size, level + 2); in bof_read()
459 r = fwrite(&bof->type, 4, 1, bof->file); in bof_dump_file()
462 r = fwrite(&bof->size, 4, 1, bof->file); in bof_dump_file()
[all …]
H A Dbof.h39 struct bof;
41 typedef struct bof { struct
42 struct bof **array; argument
77 extern void bof_decref(bof_t *bof);
81 extern void bof_print(bof_t *bof);
83 static inline int bof_is_object(bof_t *bof){return (bof->type == BOF_TYPE_OBJECT);} in bof_is_object() argument
84 static inline int bof_is_blob(bof_t *bof){return (bof->type == BOF_TYPE_BLOB);} in bof_is_blob() argument
85 static inline int bof_is_null(bof_t *bof){return (bof->type == BOF_TYPE_NULL);} in bof_is_null() argument
86 static inline int bof_is_int32(bof_t *bof){return (bof->type == BOF_TYPE_INT32);} in bof_is_int32() argument
87 static inline int bof_is_array(bof_t *bof){return (bof->type == BOF_TYPE_ARRAY);} in bof_is_array() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libdrm/src/radeon/
H A Dbof.c38 if (bof->array_size < bof->nentry) in bof_entry_grow()
127 if (!bof_is_array(bof) || i >= bof->array_size) in bof_array_get()
241 fprintf(stderr, "%p string [%s %d]\n", bof, (char*)bof->value, bof->size); in bof_print_bof()
244 fprintf(stderr, "%p int32 [%d %d]\n", bof, *(int*)bof->value, bof->size); in bof_print_bof()
253 fprintf(stderr, "%p object [%d %d]\n", bof, bof->array_size / 2, bof->size); in bof_print_bof()
256 fprintf(stderr, "%p array [%d %d]\n", bof, bof->array_size, bof->size); in bof_print_bof()
307 bof->value = calloc(1, bof->size - 12); in bof_read()
321 r = bof_read(bof, file, bof->offset + bof->size, level + 2); in bof_read()
459 r = fwrite(&bof->type, 4, 1, bof->file); in bof_dump_file()
462 r = fwrite(&bof->size, 4, 1, bof->file); in bof_dump_file()
[all …]
H A Dbof.h39 struct bof;
41 typedef struct bof { struct
42 struct bof **array; argument
77 extern void bof_decref(bof_t *bof);
81 extern void bof_print(bof_t *bof);
83 static inline int bof_is_object(bof_t *bof){return (bof->type == BOF_TYPE_OBJECT);} in bof_is_object() argument
84 static inline int bof_is_blob(bof_t *bof){return (bof->type == BOF_TYPE_BLOB);} in bof_is_blob() argument
85 static inline int bof_is_null(bof_t *bof){return (bof->type == BOF_TYPE_NULL);} in bof_is_null() argument
86 static inline int bof_is_int32(bof_t *bof){return (bof->type == BOF_TYPE_INT32);} in bof_is_int32() argument
87 static inline int bof_is_array(bof_t *bof){return (bof->type == BOF_TYPE_ARRAY);} in bof_is_array() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/radeon/
H A Dbof.c38 if (bof->array_size < bof->nentry) in bof_entry_grow()
127 if (!bof_is_array(bof) || i >= bof->array_size) in bof_array_get()
241 fprintf(stderr, "%p string [%s %d]\n", bof, (char*)bof->value, bof->size); in bof_print_bof()
244 fprintf(stderr, "%p int32 [%d %d]\n", bof, *(int*)bof->value, bof->size); in bof_print_bof()
253 fprintf(stderr, "%p object [%d %d]\n", bof, bof->array_size / 2, bof->size); in bof_print_bof()
256 fprintf(stderr, "%p array [%d %d]\n", bof, bof->array_size, bof->size); in bof_print_bof()
307 bof->value = calloc(1, bof->size - 12); in bof_read()
321 r = bof_read(bof, file, bof->offset + bof->size, level + 2); in bof_read()
459 r = fwrite(&bof->type, 4, 1, bof->file); in bof_dump_file()
462 r = fwrite(&bof->size, 4, 1, bof->file); in bof_dump_file()
[all …]
H A Dbof.h39 struct bof;
41 typedef struct bof { struct
42 struct bof **array; argument
77 extern void bof_decref(bof_t *bof);
81 extern void bof_print(bof_t *bof);
83 static inline int bof_is_object(bof_t *bof){return (bof->type == BOF_TYPE_OBJECT);} in bof_is_object() argument
84 static inline int bof_is_blob(bof_t *bof){return (bof->type == BOF_TYPE_BLOB);} in bof_is_blob() argument
85 static inline int bof_is_null(bof_t *bof){return (bof->type == BOF_TYPE_NULL);} in bof_is_null() argument
86 static inline int bof_is_int32(bof_t *bof){return (bof->type == BOF_TYPE_INT32);} in bof_is_int32() argument
87 static inline int bof_is_array(bof_t *bof){return (bof->type == BOF_TYPE_ARRAY);} in bof_is_array() argument
[all …]
/dports/textproc/sary/sary-1.2.0/sary/
H A Dstr.c67 while (bof < cursor) { in sary_str_seek_bol()
73 return (gchar *)bof; in sary_str_seek_bol()
94 const gchar *bof, in sary_str_get_linelen() argument
113 const gchar *bof, in sary_str_get_line() argument
157 const gchar *bof, in sary_str_seek_pattern_backward() argument
179 const gchar *bof, in sary_str_seek_pattern_backward2() argument
191 return (gchar *)bof; in sary_str_seek_pattern_backward2()
212 const gchar *bof, in sary_str_seek_backward() argument
225 return (gchar *)bof; in sary_str_seek_backward()
248 const gchar *bof, in sary_str_skip_backward() argument
[all …]
H A Dmkqsort.c42 const gchar *bof,
54 static inline gint ref (const gchar *bof,
66 const gchar *bof, in sary_multikey_qsort() argument
72 insertion_sort(array, len, depth, bof, eof); in sary_multikey_qsort()
82 v = ref(bof, array[0], depth, eof); in sary_multikey_qsort()
118 if (ref(bof, array[r], depth, eof) != EOF) { in sary_multikey_qsort()
120 a + len - d - 1, depth + 1, bof, eof); in sary_multikey_qsort()
128 const gchar *bof, const gchar *eof) in insertion_sort() argument
137 const gchar *t = bof + GINT_FROM_BE(*pj) + depth; in insertion_sort()
174 ref (const gchar *bof, in ref() argument
[all …]
H A Dstr.h14 const gchar *bof);
19 const gchar *bof,
22 const gchar *bof,
25 const gchar *bof,
31 const gchar *bof,
37 const gchar *bof,
45 const gchar *bof,
51 const gchar *bof,
H A Dipoint.c96 gchar *bof = sary_text_get_bof(text); in sary_ipoint_char_eucjp() local
97 g_warning("invalid character at %d", cursor - bof); in sary_ipoint_char_eucjp()
133 gchar *bof = sary_text_get_bof(text); in sary_ipoint_char_sjis() local
134 g_warning("invalid character at %d", cursor - bof); in sary_ipoint_char_sjis()
182 gchar *bof = sary_text_get_bof(text); in sary_ipoint_char_utf8() local
183 g_warning("invalid character at %d", cursor - bof); in sary_ipoint_char_utf8()
208 gchar *bof = sary_text_get_bof(text); in sary_ipoint_locale() local
209 g_warning("invalid character at %d", cursor - bof); in sary_ipoint_locale()
H A Dtext.c53 text->bof = (gchar *)mobj->map; in sary_text_new()
73 return text->eof - text->bof; in sary_text_get_size()
91 return sary_str_get_linelen(text->cursor, text->bof, text->eof); in sary_text_get_linelen()
97 return sary_str_get_line(text->cursor, text->bof, text->eof); in sary_text_get_line()
131 text->cursor = sary_str_seek_bol(text->cursor, text->bof); in sary_text_goto_bol()
181 if (text->cursor < text->bof) { /* overrun */ in sary_text_backward_cursor()
182 text->cursor = text->bof; in sary_text_backward_cursor()
/dports/devel/pegtl/PEGTL-3.0.0/src/test/pegtl/
H A Drule_bof.cpp12 verify_meta< bof, internal::bof >(); in unit_test()
14 verify_analyze< bof >( __LINE__, __FILE__, false, false ); in unit_test()
16 verify_rule< bof >( __LINE__, __FILE__, "", result_type::success, 0 ); in unit_test()
20 verify_rule< bof >( __LINE__, __FILE__, s, result_type::success, 1 ); in unit_test()
22 verify_rule< seq< alpha, bof > >( __LINE__, __FILE__, "a", result_type::local_failure, 1 ); in unit_test()
23 verify_rule< seq< alpha, bof > >( __LINE__, __FILE__, "ab", result_type::local_failure, 2 ); in unit_test()
24 …verify_rule< seq< alpha, bof, alpha > >( __LINE__, __FILE__, "ab", result_type::local_failure, 2 ); in unit_test()
25 … verify_rule< seq< alpha, eol, bof > >( __LINE__, __FILE__, "a\n", result_type::local_failure, 2 ); in unit_test()
26 …verify_rule< seq< alpha, eol, bof > >( __LINE__, __FILE__, "a\nb", result_type::local_failure, 3 ); in unit_test()
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dr_bishop3.pyx5 >>> fee.bof()
6 Fee bof 0
7 >>> faa.bof()
8 Foo bof 0
20 def bof(self): member in Fee
21 print u'Fee bof', self.val
26 def bof(self): member in Faa
27 print u'Foo bof', self.val
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dr_bishop3.pyx5 >>> fee.bof()
6 Fee bof 0
7 >>> faa.bof()
8 Foo bof 0
20 def bof(self): member in Fee
21 print u'Fee bof', self.val
26 def bof(self): member in Faa
27 print u'Foo bof', self.val
/dports/lang/gcc48/gcc-4.8.5/contrib/
H A Dmklog62 $bof = 0;
70 if ($bof == 1) {
75 $bof = 1;
124 if ($bof) {
126 $bof = 0;
140 if ($bof == 1) {
/dports/devel/mingw32-gcc/gcc-4.8.1/contrib/
H A Dmklog62 $bof = 0;
70 if ($bof == 1) {
75 $bof = 1;
124 if ($bof) {
126 $bof = 0;
140 if ($bof == 1) {
/dports/databases/pecl-memcache/memcache-8.0/tests/
H A Dbug73539.phpt18 $_SESSION['bof.test'] = 42;
31 $_SESSION['bof.test'] = 42;
47 ["bof.test"]=>
51 ["bof.test"]=>
55 ["bof.test"]=>
/dports/databases/fastdb/fastdb/CSharp/
H A DFastDbCommand.cs22 private bool bof; field in FastDbNet.FastDbCommand
41 bof = false; in FastDbCommand()
97 public bool Bof { get { return bof; } }
171 else bof = FetchFirst; in Execute()
251 bof = false; in Next()
261 bof = n != (int)CLI.ErrorCode.cli_ok; in Prev()
263 if (!bof) rec_no--; in Prev()
264 return !bof; in Prev()
280 bof = false; in Skip()
284 bof = true; in Skip()
/dports/databases/gigabase/gigabase/csharplocalcli/
H A DGbCommand.cs22 private bool bof; field in GigaBaseNet.GbCommand
41 bof = false; in GbCommand()
97 public bool Bof { get { return bof; } }
171 else bof = FetchFirst; in Execute()
251 bof = false; in Next()
261 bof = n != (int)CLI.ErrorCode.cli_ok; in Prev()
263 if (!bof) rec_no--; in Prev()
264 return !bof; in Prev()
280 bof = false; in Skip()
284 bof = true; in Skip()
/dports/sysutils/siegfried/siegfried-1.9.1/internal/priority/
H A Dpriority.go283 func (s *Set) Add(l List, length, bof, eof int) {
306 func (s *Set) await(idx int, bof, eof int64) bool {
362 var bof, eof int
365 if bof >= 0 && (w.maxOffsets[i][0] < 0 || bof < w.maxOffsets[i][0]) {
366 bof = w.maxOffsets[i][0]
373 return bof, eof
432 if l == nil && w.await(idx, bof, eof) {
446 if (len(l) > 0 || mp) && w.await(idx, bof, eof) {
458 if w.await(i, bof, eof) {
560 if w.await(i, bof, eof) {
[all …]
/dports/benchmarks/iozone/iozone3_491/src/current/
H A Dlibbif.c235 struct bof_record bof; local
236 bof.hi_opcode=BOF;
237 bof.lo_opcode = 0x0;
238 bof.hi_length=0x4;
239 bof.lo_length=0x0;
240 bof.hi_version=EXCEL_VERS;
241 bof.lo_version=0x0;
242 bof.hi_filetype=WORKSHEET;
243 bof.lo_filetype=0x0;
244 junk1=write(fd,&bof,sizeof(struct bof_record));
/dports/editors/jupp/jupp/
H A Dundo.c93 binsb(bw->cursor, bcpy(b->bof, b->eof)); in doundo()
269 binsb(rec->big->eof, bcpy(b->bof, b->eof)); in yankdel()
285 binsb(rec->big->bof, bcpy(b->bof, b->eof)); in yankdel()
290 brmem(b->bof, rec->small, (int) size); in yankdel()
302 brmem(b->bof, rec->small, (int)b->eof->byte); in yankdel()
304 rec->big = bcpy(b->bof, b->eof); in yankdel()
345 brmem(b->bof, rec->small + rec->len, (int) size); in undodel()
358 binsb(rec->big->bof, b); in undodel()
363 brmem(b->bof, rec->small, (int) size); in undodel()
372 brmem(b->bof, rec->small, (int) b->eof->byte); in undodel()
[all …]
/dports/graphics/reallyslick/rss-glx_0.9.1/src/rsMath/
H A DrsTrigonometry.h57 bytes_or_float bof; \
58 bof.f = value * (65536.0f / (2.0f * (float)M_PI)) + 12582912.0f; \
59 const float fraction = (float)(unsigned char)bof.i / 256.0f; \
60 const unsigned char i = bof.i >> 8;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dram_file_SUITE.erl122 {ok, 0} = Module:position(Fd, bof),
142 {ok, 0} = Module:position(Fd, bof),
242 {ok, 0} = Module:position(Fd, bof),
392 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
400 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
405 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
422 {ok,0} = ?FILE_MODULE:position(HugeFd, bof),
427 {ok,0} = ?FILE_MODULE:position(HugeFd, bof),
455 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
463 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dram_file_SUITE.erl122 {ok, 0} = Module:position(Fd, bof),
142 {ok, 0} = Module:position(Fd, bof),
242 {ok, 0} = Module:position(Fd, bof),
392 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
400 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
405 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
422 {ok,0} = ?FILE_MODULE:position(HugeFd, bof),
427 {ok,0} = ?FILE_MODULE:position(HugeFd, bof),
455 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
463 {ok, 0} = ?FILE_MODULE:position(Fd, bof),
[all …]

12345678910>>...61