Home
last modified time | relevance | path

Searched refs:byteptr (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/audio/wavpack/wavpack-5.4.0/src/
H A Ddecorr_utils.c110 wps->dc.error [0] = wp_exp2s ((int16_t)(byteptr [0] + (byteptr [1] << 8))); in read_decorr_samples()
111 byteptr += 2; in read_decorr_samples()
114 wps->dc.error [1] = wp_exp2s ((int16_t)(byteptr [0] + (byteptr [1] << 8))); in read_decorr_samples()
115 byteptr += 2; in read_decorr_samples()
124 dpp->samples_A [0] = wp_exp2s ((int16_t)(byteptr [0] + (byteptr [1] << 8))); in read_decorr_samples()
125 dpp->samples_A [1] = wp_exp2s ((int16_t)(byteptr [2] + (byteptr [3] << 8))); in read_decorr_samples()
126 byteptr += 4; in read_decorr_samples()
140 byteptr += 4; in read_decorr_samples()
183 wps->dc.error [0] = wp_exp2s ((int16_t)(byteptr [0] + (byteptr [1] << 8))); in read_shaping_info()
185 byteptr += 4; in read_shaping_info()
[all …]
H A Dentropy_utils.c118 wps->w.c [0].median [0] = wp_exp2s (byteptr [0] + (byteptr [1] << 8)); in read_entropy_vars()
119 wps->w.c [0].median [1] = wp_exp2s (byteptr [2] + (byteptr [3] << 8)); in read_entropy_vars()
120 wps->w.c [0].median [2] = wp_exp2s (byteptr [4] + (byteptr [5] << 8)); in read_entropy_vars()
123 wps->w.c [1].median [0] = wp_exp2s (byteptr [6] + (byteptr [7] << 8)); in read_entropy_vars()
124 wps->w.c [1].median [1] = wp_exp2s (byteptr [8] + (byteptr [9] << 8)); in read_entropy_vars()
125 wps->w.c [1].median [2] = wp_exp2s (byteptr [10] + (byteptr [11] << 8)); in read_entropy_vars()
145 wps->w.c [0].slow_level = wp_exp2s (byteptr [0] + (byteptr [1] << 8)); in read_hybrid_profile()
146 byteptr += 2; in read_hybrid_profile()
158 byteptr += 2; in read_hybrid_profile()
162 byteptr += 2; in read_hybrid_profile()
[all …]
H A Dpack.c107 char *byteptr; in write_decorr_terms() local
127 char *byteptr; in write_decorr_weights() local
236 char *byteptr; in write_shaping_info() local
243 *byteptr++ = temp; in write_shaping_info()
246 *byteptr++ = temp; in write_shaping_info()
251 *byteptr++ = temp; in write_shaping_info()
254 *byteptr++ = temp; in write_shaping_info()
280 char *byteptr; in write_int32_info() local
293 char *byteptr; in write_float_info() local
360 char *byteptr; in write_config_info() local
[all …]
H A Dunpack_dsd.c37 wps->dsd.byteptr = (unsigned char *)wpmd->data; in init_dsd_block()
40 if (*wps->dsd.byteptr > 31) in init_dsd_block()
43 wpc->dsd_multiplier = 1U << *wps->dsd.byteptr++; in init_dsd_block()
44 wps->dsd.mode = *wps->dsd.byteptr++; in init_dsd_block()
137 if (wps->dsd.byteptr == wps->dsd.endptr) in init_dsd_block_fast()
140 history_bits = *wps->dsd.byteptr++; in init_dsd_block_fast()
154 max_probability = *wps->dsd.byteptr++; in init_dsd_block_fast()
161 int code = *wps->dsd.byteptr++; in init_dsd_block_fast()
175 if (outptr < outend || (wps->dsd.byteptr < wps->dsd.endptr && *wps->dsd.byteptr++)) in init_dsd_block_fast()
319 rate_i = *wps->dsd.byteptr++; in init_dsd_block_high()
[all …]
H A Dwrite_words.c101 unsigned char *byteptr; in write_entropy_vars() local
108 *byteptr++ = temp >> 8; in write_entropy_vars()
110 *byteptr++ = temp >> 8; in write_entropy_vars()
112 *byteptr++ = temp >> 8; in write_entropy_vars()
116 *byteptr++ = temp >> 8; in write_entropy_vars()
118 *byteptr++ = temp >> 8; in write_entropy_vars()
120 *byteptr++ = temp >> 8; in write_entropy_vars()
136 unsigned char *byteptr; in write_hybrid_profile() local
145 *byteptr++ = temp >> 8; in write_hybrid_profile()
154 *byteptr++ = temp >> 8; in write_hybrid_profile()
[all …]
H A Dopen_utils.c426 wps->int32_zeros = *byteptr++; in read_int32_info()
427 wps->int32_ones = *byteptr++; in read_int32_info()
428 wps->int32_dups = *byteptr; in read_int32_info()
441 wps->float_flags = *byteptr++; in read_float_info()
442 wps->float_shift = *byteptr++; in read_float_info()
443 wps->float_max_exp = *byteptr++; in read_float_info()
444 wps->float_norm_exp = *byteptr; in read_float_info()
466 wpc->config.num_channels = (byteptr [0] | ((byteptr [2] & 0xf) << 8)) + 1; in read_channel_info()
467 wpc->max_streams = (byteptr [1] | ((byteptr [2] & 0xf0) << 4)) + 1; in read_channel_info()
472 byteptr += 3; in read_channel_info()
[all …]
/dports/lang/v/v-0.1.29/vlib/mysql/
H A D_cdefs.c.v6 name byteptr /* Name of column */
10 db byteptr /* Database for table */
11 catalog byteptr /* Catalog for table */
29 …l_real_connect(mysql &C.MYSQL, host byteptr, user byteptr, passwd byteptr, db byteptr, port u32, u…
30 fn C.mysql_query(mysql &C.MYSQL, q byteptr) int
33 fn C.mysql_change_user(mysql &C.MYSQL, user byteptr, password byteptr, db byteptr) bool
48 fn C.mysql_real_escape_string_quote(mysql &C.MYSQL, to byteptr, from byteptr, len u64, quote byte) …
52 fn C.mysql_info(mysql &C.MYSQL) byteptr
57 fn C.mysql_get_client_info() byteptr
60 fn C.mysql_error(mysql &C.MYSQL) byteptr
[all …]
/dports/lang/v/v-0.1.29/vlib/builtin/
H A Dcfns.c.v4 fn C.memcpy(byteptr, byteptr, int) voidptr
6 fn C.memcmp(byteptr, byteptr, int) int
7 fn C.memmove(byteptr, byteptr, int) voidptr
8 fn C.calloc(int) byteptr
9 fn C.malloc(int) byteptr
10 fn C.realloc(a byteptr, b int) byteptr
23 fn C.sscanf(byteptr, byteptr,...byteptr) int
44 fn C.printf(byteptr, ...byteptr) int
46 fn C.puts(byteptr) int
167 fn C.fprintf(byteptr, ...byteptr)
[all …]
/dports/lang/v/v-0.1.29/vlib/fontstash/
H A Dfontstash_funcs.v16 fn C.fonsGetFontByName(s &C.FONScontext, name byteptr) int
18 fn C.fonsAddFontMem(s &C.FONScontext, name byteptr, data byteptr, dataSize int, freeData int) int
34 fn C.fonsDrawText(s &C.FONScontext, x f32, y f32, str byteptr, end byteptr) f32
37 fn C.fonsTextBounds(s &C.FONScontext, x f32, y f32, str byteptr, end byteptr, bounds &f32) f32
42 …onsTextIterInit(s &C.FONScontext, iter &C.FONStextIter, x f32, y f32, str byteptr, end byteptr) int
46 fn C.fonsGetTextureData(s &C.FONScontext, width &int, height &int) byteptr
H A Dfontstash.v49 pub fn (s &C.FONScontext) get_font_by_name(name byteptr) int {
59 pub fn (s &C.FONScontext) add_font_mem(name byteptr, data byteptr, data_size int, free_data int) in…
112 pub fn (s &C.FONScontext) draw_text(x f32, y f32, str byteptr, end byteptr) f32 {
118 pub fn (s &C.FONScontext) text_bounds(x f32, y f32, str byteptr, end byteptr, bounds &f32) f32 {
134 … &C.FONScontext) text_iter_init(iter &C.FONStextIter, x f32, y f32, str byteptr, end byteptr) int {
145 pub fn (s &C.FONScontext) get_texture_data(width &int, height &int) byteptr {
/dports/lang/v/v-0.1.29/vlib/builtin/bare/
H A Dmm_bare.v14 pub fn mm_alloc(size u64) (byteptr, Errno) {
22 return byteptr(a+4), e
24 return byteptr(0), e
27 pub fn mm_free(addr byteptr) Errno {
35 mut dest := byteptr(dest0)
36 src := byteptr(src0)
44 pub fn malloc(n int) byteptr {
H A Dstring_bare.v5 str byteptr
9 pub fn strlen(s byteptr) int {
15 pub fn tos(s byteptr, len int) string {
52 pub fn tos2(s byteptr) string {
67 str: byteptr(s)
68 len: strlen(byteptr(s))
84 pub fn i64_tos(buf byteptr, len int, n0 i64, base int) string {
/dports/devel/libast/libast-0.7/src/
H A Dmbuff.c148 self->buff = SPIF_NULL_TYPE(byteptr); in spif_mbuff_init()
162 self->buff = SPIF_CAST(byteptr) MALLOC(self->size); in spif_mbuff_init_from_ptr()
173 if (buff != SPIF_NULL_TYPE(byteptr)) { in spif_mbuff_init_from_buff()
179 self->buff = SPIF_CAST(byteptr) MALLOC(self->size); in spif_mbuff_init_from_buff()
180 if (buff != SPIF_NULL_TYPE(byteptr)) { in spif_mbuff_init_from_buff()
255 self->buff = SPIF_NULL_TYPE(byteptr); in spif_mbuff_done()
538 ptmp = tmp = SPIF_CAST(byteptr) MALLOC(newsize); in spif_mbuff_splice()
580 ptmp = tmp = SPIF_CAST(byteptr) MALLOC(newsize); in spif_mbuff_splice_from_ptr()
626 REQUIRE_RVAL(idx >= 0, SPIF_NULL_TYPE(byteptr)); in spif_mbuff_subbuff_to_ptr()
631 REQUIRE_RVAL(cnt >= 0, SPIF_NULL_TYPE(byteptr)); in spif_mbuff_subbuff_to_ptr()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/device/lib/ds390/
H A Di2c390.c251 char byteptr, byte_out; in I2CSendStop() local
258 byteptr = 0; in I2CSendStop()
266 byte_out = i2cTransmitBuffer[byteptr]; in I2CSendStop()
267 byteptr++; in I2CSendStop()
283 char byteptr, byte_in; in i2c_recv() local
287 byteptr = 0; in i2c_recv()
305 i2cReceiveBuffer[byteptr] = byte_in; in i2c_recv()
306 byteptr++; in i2c_recv()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Dlive.go316 func byteptr() *byte func
333 ch <- byteptr() // ERROR "stack object .autotmp_[0-9]+ \*byte$"
335 ch <- byteptr()
336 ch <- byteptr()
544 if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
554 if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
562 if m33[byteptr()] == 0 && // ERROR "stack object .autotmp_[0-9]+ interface \{\}"
563 m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}"
572 m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}"
581 m33[byteptr()] == 0) && // ERROR "stack object .autotmp_[0-9]+ interface \{\}"
[all …]
H A Dlive_regabi.go311 func byteptr() *byte func
328 ch <- byteptr() // ERROR "stack object .autotmp_[0-9]+ \*byte$"
330 ch <- byteptr()
331 ch <- byteptr()
539 if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
549 if m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}$"
557 if m33[byteptr()] == 0 && // ERROR "stack object .autotmp_[0-9]+ interface \{\}"
558 m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}"
567 m33[byteptr()] == 0 { // ERROR "stack object .autotmp_[0-9]+ interface \{\}"
576 m33[byteptr()] == 0) && // ERROR "stack object .autotmp_[0-9]+ interface \{\}"
[all …]
/dports/lang/v/v-0.1.29/vlib/encoding/base64/
H A Dbase64.v59 pub fn decode_in_buffer(data &string, buffer byteptr) int {
77 d = byteptr(data.str)
78 b = byteptr(buffer)
122 pub fn encode_in_buffer(data &string, buffer byteptr) int {
129 mut d := byteptr(0)
130 mut b := byteptr(0)
131 mut etable := byteptr(0)
/dports/lang/v/v-0.1.29/vlib/os/
H A Dos_nix.c.v39 u.sysname = cstring_to_vstring(byteptr(d.sysname))
40 u.nodename = cstring_to_vstring(byteptr(d.nodename))
41 u.release = cstring_to_vstring(byteptr(d.release))
42 u.version = cstring_to_vstring(byteptr(d.version))
43 u.machine = cstring_to_vstring(byteptr(d.machine))
73 name := tos_clone(byteptr(ent.d_name))
145 bufbp := byteptr(buf)
194 fn C.mkstemp(stemplate byteptr) int
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/transam/
H A Dclog.c333 char *byteptr; in TransactionIdSetStatusBit() local
337 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdSetStatusBit()
338 curval = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdSetStatusBit()
360 byteval = *byteptr; in TransactionIdSetStatusBit()
363 *byteptr = byteval; in TransactionIdSetStatusBit()
405 char *byteptr; in TransactionIdGetStatus() local
411 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdGetStatus()
413 status = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdGetStatus()
561 char *byteptr; in TrimCLOG() local
567 *byteptr &= (1 << bshift) - 1; in TrimCLOG()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/transam/
H A Dclog.c333 char *byteptr; in TransactionIdSetStatusBit() local
337 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdSetStatusBit()
338 curval = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdSetStatusBit()
360 byteval = *byteptr; in TransactionIdSetStatusBit()
363 *byteptr = byteval; in TransactionIdSetStatusBit()
405 char *byteptr; in TransactionIdGetStatus() local
411 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdGetStatus()
413 status = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdGetStatus()
561 char *byteptr; in TrimCLOG() local
567 *byteptr &= (1 << bshift) - 1; in TrimCLOG()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/transam/
H A Dclog.c333 char *byteptr; in TransactionIdSetStatusBit() local
337 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdSetStatusBit()
338 curval = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdSetStatusBit()
360 byteval = *byteptr; in TransactionIdSetStatusBit()
363 *byteptr = byteval; in TransactionIdSetStatusBit()
405 char *byteptr; in TransactionIdGetStatus() local
411 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdGetStatus()
413 status = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdGetStatus()
561 char *byteptr; in TrimCLOG() local
567 *byteptr &= (1 << bshift) - 1; in TrimCLOG()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/transam/
H A Dclog.c333 char *byteptr; in TransactionIdSetStatusBit() local
337 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdSetStatusBit()
338 curval = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdSetStatusBit()
360 byteval = *byteptr; in TransactionIdSetStatusBit()
363 *byteptr = byteval; in TransactionIdSetStatusBit()
405 char *byteptr; in TransactionIdGetStatus() local
411 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdGetStatus()
413 status = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdGetStatus()
561 char *byteptr; in TrimCLOG() local
567 *byteptr &= (1 << bshift) - 1; in TrimCLOG()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/transam/
H A Dclog.c333 char *byteptr; in TransactionIdSetStatusBit() local
337 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdSetStatusBit()
338 curval = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdSetStatusBit()
360 byteval = *byteptr; in TransactionIdSetStatusBit()
363 *byteptr = byteval; in TransactionIdSetStatusBit()
405 char *byteptr; in TransactionIdGetStatus() local
411 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdGetStatus()
413 status = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdGetStatus()
561 char *byteptr; in TrimCLOG() local
567 *byteptr &= (1 << bshift) - 1; in TrimCLOG()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/transam/
H A Dclog.c333 char *byteptr; in TransactionIdSetStatusBit() local
337 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdSetStatusBit()
338 curval = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdSetStatusBit()
360 byteval = *byteptr; in TransactionIdSetStatusBit()
363 *byteptr = byteval; in TransactionIdSetStatusBit()
405 char *byteptr; in TransactionIdGetStatus() local
411 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdGetStatus()
413 status = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdGetStatus()
561 char *byteptr; in TrimCLOG() local
567 *byteptr &= (1 << bshift) - 1; in TrimCLOG()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/transam/
H A Dclog.c333 char *byteptr; in TransactionIdSetStatusBit() local
337 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdSetStatusBit()
338 curval = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdSetStatusBit()
360 byteval = *byteptr; in TransactionIdSetStatusBit()
363 *byteptr = byteval; in TransactionIdSetStatusBit()
405 char *byteptr; in TransactionIdGetStatus() local
411 byteptr = ClogCtl->shared->page_buffer[slotno] + byteno; in TransactionIdGetStatus()
413 status = (*byteptr >> bshift) & CLOG_XACT_BITMASK; in TransactionIdGetStatus()
561 char *byteptr; in TrimCLOG() local
567 *byteptr &= (1 << bshift) - 1; in TrimCLOG()
[all …]

12345678910>>...13