Home
last modified time | relevance | path

Searched refs:extra_offset (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DTableHosts.cc89 extra_offset)); in addColumns()
124 extra_offset)); in addColumns()
136 extra_offset)); in addColumns()
149 extra_offset)); in addColumns()
154 extra_offset)); in addColumns()
159 extra_offset)); in addColumns()
164 extra_offset)); in addColumns()
169 extra_offset)); in addColumns()
173 extra_offset)); in addColumns()
178 extra_offset)); in addColumns()
[all …]
H A DDynamicColumn.h40 int indirect_offset, int extra_offset) in DynamicColumn() argument
44 , _extra_offset(extra_offset) {} in DynamicColumn()
49 virtual Column *createColumn(int indirect_offset, int extra_offset,
H A DDoublePointerColumn.h37 int extra_offset = -1)
38 : DoubleColumn(name, description, indirect_offset, extra_offset) in DoubleColumn() argument
H A DHostContactsColumn.h36 int indirect_offset, int extra_offset = -1)
38 extra_offset = -1) {}
H A DServiceContactsColumn.h36 int indirect_offset, int extra_offset = -1)
37 : ContactsColumn(name, description, indirect_offset, extra_offset) {} in ContactsColumn() argument
H A DContactgroupsMemberColumn.h36 int indirect_offset, int extra_offset = -1)
37 : ContactsColumn(name, description, indirect_offset, extra_offset) {} in ContactsColumn() argument
H A DHostSpecialDoubleColumn.h39 int hsdc_type, int indirect, int extra_offset = -1)
40 : DoubleColumn(name, description, indirect, extra_offset) in DoubleColumn() argument
H A DStringPointerColumn.h37 int extra_offset = -1)
38 : StringColumn(name, description, indirect_offset, extra_offset) in StringColumn() argument
H A DServiceSpecialDoubleColumn.h40 int extra_offset = -1)
41 : DoubleColumn(name, description, indirect, extra_offset) in DoubleColumn() argument
H A DMetricsColumn.h36 int indirect_offset, int extra_offset = -1)
37 : Column(name, description, indirect_offset, extra_offset) {} in Column() argument
H A DEmptyColumn.h36 int indirect_offset = -1, int extra_offset = -1)
37 : Column(name, description, indirect_offset, extra_offset) {} in Column() argument
H A DOffsetDoubleColumn.h37 int indirect_offset = -1, int extra_offset = -1)
38 : DoubleColumn(name, description, indirect_offset, extra_offset) in DoubleColumn() argument
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/
H A Dpointer.rs61 pub(crate) fn offset(self, fx: &mut FunctionCx<'_, '_, '_>, extra_offset: Offset32) -> Self { in offset()
62 self.offset_i64(fx, extra_offset.into()) in offset()
65 pub(crate) fn offset_i64(self, fx: &mut FunctionCx<'_, '_, '_>, extra_offset: i64) -> Self { in offset_i64()
66 if let Some(new_offset) = self.offset.try_add_i64(extra_offset) { in offset_i64()
70 if let Some(new_offset) = base_offset.checked_add(extra_offset) { in offset_i64()
85 base_offset, extra_offset in offset_i64()
91 pub(crate) fn offset_value(self, fx: &mut FunctionCx<'_, '_, '_>, extra_offset: Value) -> Self { in offset_value()
94 base: PointerBase::Addr(fx.bcx.ins().iadd(addr, extra_offset)), in offset_value()
100 base: PointerBase::Addr(fx.bcx.ins().iadd(base_addr, extra_offset)), in offset_value()
108 base: PointerBase::Addr(fx.bcx.ins().iadd(addr, extra_offset)), in offset_value()
/dports/news/trn4/trn-4.0-test77/
H A Dartio.c221 o = read_offset + extra_offset;
245 if (bp[len+extra_offset-1] != '\n') {
250 strcpy(bp + len++ + extra_offset, "\n");
254 o = line_offset + extra_offset;
273 o = line_offset + extra_offset;
280 strcpy(bp + len++ + extra_offset, "\n");
284 o = line_offset + extra_offset;
291 strcpy(bp + len++ + extra_offset, "\n");
295 len = s - bp - extra_offset + 1;
301 o = filter_offset + extra_offset;
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/opensbi/lib/sbi/
H A Dsbi_scratch.c14 static unsigned long extra_offset = SBI_SCRATCH_EXTRA_SPACE_OFFSET; variable
37 if (SBI_SCRATCH_SIZE < (extra_offset + size)) in sbi_scratch_alloc_offset()
40 ret = extra_offset; in sbi_scratch_alloc_offset()
41 extra_offset += size; in sbi_scratch_alloc_offset()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/opensbi/lib/sbi/
H A Dsbi_scratch.c14 static unsigned long extra_offset = SBI_SCRATCH_EXTRA_SPACE_OFFSET; variable
37 if (SBI_SCRATCH_SIZE < (extra_offset + size)) in sbi_scratch_alloc_offset()
40 ret = extra_offset; in sbi_scratch_alloc_offset()
41 extra_offset += size; in sbi_scratch_alloc_offset()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/opensbi/lib/sbi/
H A Dsbi_scratch.c17 static unsigned long extra_offset = SBI_SCRATCH_EXTRA_SPACE_OFFSET; variable
44 if (SBI_SCRATCH_SIZE < (extra_offset + size)) in sbi_scratch_alloc_offset()
47 ret = extra_offset; in sbi_scratch_alloc_offset()
48 extra_offset += size; in sbi_scratch_alloc_offset()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_utils.c212 unsigned int buffer_size, unsigned int *extra_offset, unsigned int *extra_size, in vc_container_waveformatex_to_es_format() argument
223 if(extra_offset) *extra_offset = 16; in vc_container_waveformatex_to_es_format()
241 if(extra_offset) *extra_offset = 18; in vc_container_waveformatex_to_es_format()
247 if(extra_offset) *extra_offset += *extra_size; in vc_container_waveformatex_to_es_format()
291 unsigned int buffer_size, unsigned int *extra_offset, unsigned int *extra_size, in vc_container_bitmapinfoheader_to_es_format() argument
309 if(extra_offset) *extra_offset = BITMAPINFOHEADER_SIZE_MAX; in vc_container_bitmapinfoheader_to_es_format()
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/lib/sbi/
H A Dsbi_scratch.c21 static unsigned long extra_offset = SBI_SCRATCH_EXTRA_SPACE_OFFSET; variable
67 if (SBI_SCRATCH_SIZE < (extra_offset + size))
70 ret = extra_offset;
71 extra_offset += size;
/dports/emulators/qemu5/qemu-5.2.0/roms/opensbi/lib/sbi/
H A Dsbi_scratch.c21 static unsigned long extra_offset = SBI_SCRATCH_EXTRA_SPACE_OFFSET; variable
67 if (SBI_SCRATCH_SIZE < (extra_offset + size))
70 ret = extra_offset;
71 extra_offset += size;
/dports/sysutils/opensbi/opensbi-0.9/lib/sbi/
H A Dsbi_scratch.c21 static unsigned long extra_offset = SBI_SCRATCH_EXTRA_SPACE_OFFSET; variable
67 if (SBI_SCRATCH_SIZE < (extra_offset + size))
70 ret = extra_offset;
71 extra_offset += size;
/dports/emulators/qemu/qemu-6.2.0/roms/opensbi/lib/sbi/
H A Dsbi_scratch.c21 static unsigned long extra_offset = SBI_SCRATCH_EXTRA_SPACE_OFFSET; variable
67 if (SBI_SCRATCH_SIZE < (extra_offset + size))
70 ret = extra_offset;
71 extra_offset += size;
/dports/devel/py-coreapi/coreapi-2.3.3/coreapi/codecs/
H A Ddisplay.py23 def _to_plaintext(node, indent=0, base_url=None, colorize=False, extra_offset=None): argument
34 … _to_plaintext(value, indent + 1, base_url=base_url, colorize=colorize, extra_offset=len(str(key)))
55 … _to_plaintext(value, indent + 1, base_url=base_url, colorize=colorize, extra_offset=len(str(key)))
71 … _to_plaintext(value, indent + 1, base_url=base_url, colorize=colorize, extra_offset=len(str(key)))
97 if isinstance(node, string_types) and (extra_offset is not None) and ('\n' in node):
100 spacing = (' ' * indent) + (' ' * extra_offset) + ' '
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dbackground_image_geometry.h115 LayoutUnit extra_offset);
118 LayoutUnit extra_offset);
119 void SetSpaceX(LayoutUnit space, LayoutUnit extra_offset);
120 void SetSpaceY(LayoutUnit space, LayoutUnit extra_offset);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dbackground_image_geometry.h116 LayoutUnit extra_offset);
119 LayoutUnit extra_offset);
120 void SetSpaceX(LayoutUnit space, LayoutUnit extra_offset);
121 void SetSpaceY(LayoutUnit space, LayoutUnit extra_offset);

1234567891011