Home
last modified time | relevance | path

Searched defs:buffer (Results 76 – 100 of 42546) sorted by relevance

12345678910>>...1702

/dports/sysutils/consul/consul-1.10.3/vendor/github.com/google/pprof/profile/
H A Dproto.go41 type buffer struct { struct
42 field int // field tag
43 typ int // proto wire type code for field
44 u64 uint64
45 data []byte
46 tmp [16]byte
53 encode(*buffer)
62 func encodeVarint(b *buffer, x uint64) {
151 func encodeBool(b *buffer, tag int, x bool) {
247 func checkType(b *buffer, typ int) error {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/google/pprof/profile/
H A Dproto.go41 type buffer struct { struct
42 field int // field tag
43 typ int // proto wire type code for field
44 u64 uint64
45 data []byte
46 tmp [16]byte
53 encode(*buffer)
62 func encodeVarint(b *buffer, x uint64) {
151 func encodeBool(b *buffer, tag int, x bool) {
247 func checkType(b *buffer, typ int) error {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/
H A Dproto.go38 type buffer struct { struct
39 field int // field tag
40 typ int // proto wire type code for field
41 u64 uint64
42 data []byte
43 tmp [16]byte
50 encode(*buffer)
59 func encodeVarint(b *buffer, x uint64) {
148 func encodeBool(b *buffer, tag int, x bool) {
244 func checkType(b *buffer, typ int) error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/profile/
H A Dproto.go41 type buffer struct { struct
42 field int // field tag
43 typ int // proto wire type code for field
44 u64 uint64
45 data []byte
46 tmp [16]byte
53 encode(*buffer)
62 func encodeVarint(b *buffer, x uint64) {
151 func encodeBool(b *buffer, tag int, x bool) {
247 func checkType(b *buffer, typ int) error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/google/pprof/profile/
H A Dproto.go41 type buffer struct { struct
42 field int // field tag
43 typ int // proto wire type code for field
44 u64 uint64
45 data []byte
46 tmp [16]byte
53 encode(*buffer)
62 func encodeVarint(b *buffer, x uint64) {
151 func encodeBool(b *buffer, tag int, x bool) {
247 func checkType(b *buffer, typ int) error {
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/profile/
H A Dproto.go41 type buffer struct { struct
42 field int // field tag
43 typ int // proto wire type code for field
44 u64 uint64
45 data []byte
46 tmp [16]byte
53 encode(*buffer)
62 func encodeVarint(b *buffer, x uint64) {
151 func encodeBool(b *buffer, tag int, x bool) {
247 func checkType(b *buffer, typ int) error {
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/profile/
H A Dproto.go41 type buffer struct { struct
42 field int // field tag
43 typ int // proto wire type code for field
44 u64 uint64
45 data []byte
46 tmp [16]byte
53 encode(*buffer)
62 func encodeVarint(b *buffer, x uint64) {
151 func encodeBool(b *buffer, tag int, x bool) {
247 func checkType(b *buffer, typ int) error {
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/profile/
H A Dproto.go41 type buffer struct { struct
42 field int // field tag
43 typ int // proto wire type code for field
44 u64 uint64
45 data []byte
46 tmp [16]byte
53 encode(*buffer)
62 func encodeVarint(b *buffer, x uint64) {
151 func encodeBool(b *buffer, tag int, x bool) {
247 func checkType(b *buffer, typ int) error {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/google/pprof/profile/
H A Dproto.go38 type buffer struct { struct
39 field int // field tag
40 typ int // proto wire type code for field
41 u64 uint64
42 data []byte
43 tmp [16]byte
50 encode(*buffer)
59 func encodeVarint(b *buffer, x uint64) {
148 func encodeBool(b *buffer, tag int, x bool) {
244 func checkType(b *buffer, typ int) error {
[all …]
/dports/devel/pprof/pprof-acf8798/profile/
H A Dproto.go41 type buffer struct { struct
42 field int // field tag
43 typ int // proto wire type code for field
44 u64 uint64
45 data []byte
46 tmp [16]byte
53 encode(*buffer)
62 func encodeVarint(b *buffer, x uint64) {
151 func encodeBool(b *buffer, tag int, x bool) {
247 func checkType(b *buffer, typ int) error {
[all …]
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dbuffer.c25 static void linphone_buffer_destroy(LinphoneBuffer *buffer) { in linphone_buffer_destroy()
40 LinphoneBuffer *buffer = belle_sip_object_new(LinphoneBuffer); in linphone_buffer_new() local
46 LinphoneBuffer *buffer = linphone_buffer_new(); in linphone_buffer_new_from_data() local
52 LinphoneBuffer *buffer = linphone_buffer_new(); in linphone_buffer_new_from_string() local
57 LinphoneBuffer * linphone_buffer_ref(LinphoneBuffer *buffer) { in linphone_buffer_ref()
62 void linphone_buffer_unref(LinphoneBuffer *buffer) { in linphone_buffer_unref()
66 void *linphone_buffer_get_user_data(const LinphoneBuffer *buffer) { in linphone_buffer_get_user_data()
70 void linphone_buffer_set_user_data(LinphoneBuffer *buffer, void *ud) { in linphone_buffer_set_user_data()
96 size_t linphone_buffer_get_size(const LinphoneBuffer *buffer) { in linphone_buffer_get_size()
100 void linphone_buffer_set_size(LinphoneBuffer *buffer, size_t size) { in linphone_buffer_set_size()
[all …]
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfpxutils.cpp54 void GetSummaryInfoName (char * buffer) in GetSummaryInfoName()
60 void GetImageContentName (char * buffer) in GetImageContentName()
66 void GetImageInfoName (char * buffer) in GetImageInfoName()
72 void GetResolutionName (char * buffer, unsigned long resNum) in GetResolutionName()
102 void GetCustomLinkName (char * buffer) in GetCustomLinkName()
108 void GetGlobalInfoName (char * buffer) in GetGlobalInfoName()
114 void GetImageDescName (char * buffer, unsigned long index) in GetImageDescName()
120 void GetImageStoreName (char * buffer, unsigned long index) in GetImageStoreName()
126 void GetTransformName (char * buffer, unsigned long index) in GetTransformName()
132 void GetOperationName (char * buffer, unsigned long index) in GetOperationName()
[all …]
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/
H A Ddisp.m88 buffer = ""; variable
102 buffer = cstrcat (buffer, "\n"); variable
105 buffer = cstrcat (buffer, sprintf("ans(:,:")); variable
108 buffer = cstrcat (buffer, ... variable
113 buffer = cstrcat (buffer, sprintf(") =")); variable
115 buffer = cstrcat (buffer, ifelse (loose_spacing, "\n\n", "\n")); variable
138 buffer = cstrcat (buffer, "\n"); variable
141 buffer = cstrcat (buffer, ... variable
145 buffer = cstrcat (buffer, ... variable
149 buffer = cstrcat (buffer, "\n"); variable
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-this14.C32 struct foo
35 } foo_;
37 void test()
39 int arr[] = { 1, 2, 3 };
40 for_each(arr, arr + 3, [&](helper<foo>::type i) {
41 for_each(arr, arr + 3, [&](helper<decltype(foo_)>::type j) { });
42 });
48 return 0;
49 }
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dbuffer.c97 void ssh_buffer_free(struct ssh_buffer_struct *buffer) { in ssh_buffer_free()
135 static void buffer_shift(ssh_buffer buffer){ in buffer_shift()
154 int buffer_reinit(struct ssh_buffer_struct *buffer) { in buffer_reinit()
210 int buffer_add_ssh_string(struct ssh_buffer_struct *buffer, in buffer_add_ssh_string()
233 int buffer_add_u32(struct ssh_buffer_struct *buffer,uint32_t data){ in buffer_add_u32()
290 int buffer_add_u8(struct ssh_buffer_struct *buffer,uint8_t data){ in buffer_add_u8()
348 int buffer_add_buffer(struct ssh_buffer_struct *buffer, in buffer_add_buffer()
370 void *ssh_buffer_get_begin(struct ssh_buffer_struct *buffer){ in ssh_buffer_get_begin()
386 void *buffer_get_rest(struct ssh_buffer_struct *buffer){ in buffer_get_rest()
399 uint32_t ssh_buffer_get_len(struct ssh_buffer_struct *buffer){ in ssh_buffer_get_len()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/lib/
H A Dzip_buffer.c40 _zip_buffer_data(zip_buffer_t *buffer) { in _zip_buffer_data()
46 _zip_buffer_free(zip_buffer_t *buffer) { in _zip_buffer_free()
60 _zip_buffer_eof(zip_buffer_t *buffer) { in _zip_buffer_eof()
80 _zip_buffer_get_16(zip_buffer_t *buffer) { in _zip_buffer_get_16()
92 _zip_buffer_get_32(zip_buffer_t *buffer) { in _zip_buffer_get_32()
104 _zip_buffer_get_64(zip_buffer_t *buffer) { in _zip_buffer_get_64()
116 _zip_buffer_get_8(zip_buffer_t *buffer) { in _zip_buffer_get_8()
128 _zip_buffer_left(zip_buffer_t *buffer) { in _zip_buffer_left()
148 zip_buffer_t *buffer; in _zip_buffer_new() local
175 zip_buffer_t *buffer; in _zip_buffer_new_from_source() local
[all …]
/dports/archivers/libzip/libzip-1.7.3/lib/
H A Dzip_buffer.c40 _zip_buffer_data(zip_buffer_t *buffer) { in _zip_buffer_data()
46 _zip_buffer_free(zip_buffer_t *buffer) { in _zip_buffer_free()
60 _zip_buffer_eof(zip_buffer_t *buffer) { in _zip_buffer_eof()
80 _zip_buffer_get_16(zip_buffer_t *buffer) { in _zip_buffer_get_16()
92 _zip_buffer_get_32(zip_buffer_t *buffer) { in _zip_buffer_get_32()
104 _zip_buffer_get_64(zip_buffer_t *buffer) { in _zip_buffer_get_64()
116 _zip_buffer_get_8(zip_buffer_t *buffer) { in _zip_buffer_get_8()
128 _zip_buffer_left(zip_buffer_t *buffer) { in _zip_buffer_left()
148 zip_buffer_t *buffer; in _zip_buffer_new() local
175 zip_buffer_t *buffer; in _zip_buffer_new_from_source() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/
H A DBindingLabelProviderCore.java37 private static void getFieldLabel(IVariableBinding binding, long flags, StringBuffer buffer) { in getFieldLabel()
39 getTypeLabel(binding.getType(), (flags & JavaElementLabelsCore.T_TYPE_PARAMETERS), buffer); in getFieldLabel() local
54 getTypeLabel(binding.getType(), (flags & JavaElementLabelsCore.T_TYPE_PARAMETERS), buffer); in getFieldLabel() local
68 getTypeLabel(binding.getType(), (flags & JavaElementLabelsCore.T_TYPE_PARAMETERS), buffer); in getLocalVariableLabel() local
85 private static void appendDimensions(int dim, StringBuffer buffer) { in appendDimensions()
137 appendDimensions(paramType.getDimensions() - 1, buffer); in getMethodLabel() local
184 private static void getTypeLabel(ITypeBinding binding, long flags, StringBuffer buffer) { in getTypeLabel()
220 appendDimensions(binding.getDimensions(), buffer); in getTypeLabel() local
250 getTypeParametersLabel(binding.getTypeParameters(), buffer); in getTypeLabel() local
252 getTypeArgumentsLabel(binding.getTypeArguments(), flags, buffer); in getTypeLabel() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/internal/profile/
H A Dproto.go29 type buffer struct { struct
30 field int
31 typ int
32 u64 uint64
33 data []byte
34 tmp [16]byte
41 encode(*buffer)
50 func encodeVarint(b *buffer, x uint64) {
146 func encodeBool(b *buffer, tag int, x bool) {
244 func checkType(b *buffer, typ int) error {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/pprof/internal/profile/
H A Dproto.go26 type buffer struct { struct
27 field int
28 typ int
29 u64 uint64
30 data []byte
31 tmp [16]byte
38 encode(*buffer)
47 func encodeVarint(b *buffer, x uint64) {
143 func encodeBool(b *buffer, tag int, x bool) {
241 func checkType(b *buffer, typ int) error {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vendor/github.com/google/pprof/profile/
H A Dproto.go38 type buffer struct { struct
39 field int // field tag
40 typ int // proto wire type code for field
41 u64 uint64
42 data []byte
43 tmp [16]byte
50 encode(*buffer)
59 func encodeVarint(b *buffer, x uint64) {
155 func encodeBool(b *buffer, tag int, x bool) {
252 func checkType(b *buffer, typ int) error {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/pprof/internal/profile/
H A Dproto.go26 type buffer struct { struct
27 field int
28 typ int
29 u64 uint64
30 data []byte
31 tmp [16]byte
38 encode(*buffer)
47 func encodeVarint(b *buffer, x uint64) {
143 func encodeBool(b *buffer, tag int, x bool) {
241 func checkType(b *buffer, typ int) error {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/pprof/internal/profile/
H A Dproto.go26 type buffer struct { struct
27 field int
28 typ int
29 u64 uint64
30 data []byte
31 tmp [16]byte
38 encode(*buffer)
47 func encodeVarint(b *buffer, x uint64) {
143 func encodeBool(b *buffer, tag int, x bool) {
241 func checkType(b *buffer, typ int) error {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/pprof/internal/profile/
H A Dproto.go26 type buffer struct { struct
27 field int
28 typ int
29 u64 uint64
30 data []byte
31 tmp [16]byte
38 encode(*buffer)
47 func encodeVarint(b *buffer, x uint64) {
143 func encodeBool(b *buffer, tag int, x bool) {
241 func checkType(b *buffer, typ int) error {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/profile/
H A Dproto.go29 type buffer struct { struct
30 field int
31 typ int
32 u64 uint64
33 data []byte
34 tmp [16]byte
41 encode(*buffer)
50 func encodeVarint(b *buffer, x uint64) {
146 func encodeBool(b *buffer, tag int, x bool) {
244 func checkType(b *buffer, typ int) error {
[all …]

12345678910>>...1702