Home
last modified time | relevance | path

Searched refs:br_off (Results 1 – 15 of 15) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/locking/
H A Dproto.h51 br_off start,
52 br_off size,
60 br_off start,
61 br_off size,
70 br_off *pstart,
71 br_off *psize,
80 br_off start, br_off size,
98 br_off start,
99 br_off size,
H A Dbrlock.c990 br_off start, in brl_lock()
991 br_off size, in brl_lock()
1279 br_off start, in brl_unlock()
1280 br_off size, in brl_unlock()
1348 br_off start = rw_probe->start; in brl_locktest()
1349 br_off size = rw_probe->size; in brl_locktest()
1374 br_off *pstart, in brl_lockquery()
1375 br_off *psize, in brl_lockquery()
1627 br_off start, br_off size,
1685 br_off start, br_off size, in brl_forall()
H A Dlocking.c88 br_off start, in init_strict_lock_struct()
89 br_off size, in init_strict_lock_struct()
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dlocking.h58 br_off start;
59 br_off size;
H A Dincludes.h180 typedef uint64_t br_off; typedef
/dports/emulators/tnylpo/tnylpo-1.1.3/mine/
H A Dmine.c188 br_off(void) { pstr("\33j\33f"); } in br_off() function
373 br_off(); in play()
500 br_off(); in play()
546 br_off(); in play()
558 br_off(); in play()
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dbrushing.h37 br_off, br_candg, br_color, br_glyph, br_shadow, br_unshadow enumerator
H A Dbrush.c222 gboolean point_painting_p = (cpanel->br.point_targets != br_off); in reinit_transient_brushing()
223 gboolean edge_painting_p = (cpanel->br.edge_targets != br_off); in reinit_transient_brushing()
431 gboolean point_painting_p = (cpanel->br.point_targets != br_off); in brush_draw_brush()
432 gboolean edge_painting_p = (cpanel->br.edge_targets != br_off); in brush_draw_brush()
814 case br_off: in build_symbol_vectors()
1007 case br_off: in build_edge_symbol_vectors()
H A Dbrush_ui.c586 cpanel->br.edge_targets = br_off; in cpanel_brush_init()
H A DbarchartClass.c262 case br_off: in barchart_build_symbol_vectors()
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dstatus.c232 br_off start, in print_brl()
233 br_off size, in print_brl()
/dports/devel/bsdelf/elftoolchain-0.7.1/ar/
H A Dwrite.c610 long br_sz, br_off, br_strx; in write_bsd_symtab_entry() local
629 br_off = (long) bsdar->s_so[i]; in write_bsd_symtab_entry()
631 write_data(bsdar, a, &br_off, sizeof(long)); in write_bsd_symtab_entry()
/dports/devel/elftoolchain/elftoolchain-0.7.1/ar/
H A Dwrite.c610 long br_sz, br_off, br_strx; in write_bsd_symtab_entry() local
629 br_off = (long) bsdar->s_so[i]; in write_bsd_symtab_entry()
631 write_data(bsdar, a, &br_off, sizeof(long)); in write_bsd_symtab_entry()
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dlocktest2.c156 br_off start, br_off size, in print_brl()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-decoder.cc1300 uint32_t br_off = inner.consume_u32v("branch instruction offset"); in DecodeBranchHintsSection() local
1301 if (int64_t(br_off) <= last_br_off) { in DecodeBranchHintsSection()
1302 inner.errorf("Invalid branch offset: %d", br_off); in DecodeBranchHintsSection()
1305 last_br_off = br_off; in DecodeBranchHintsSection()
1306 TRACE("DecodeBranchHints[%d][%d] module+%d\n", func_idx, br_off, in DecodeBranchHintsSection()
1324 func_branch_hints.insert(br_off, hint); in DecodeBranchHintsSection()