Home
last modified time | relevance | path

Searched refs:bufpp (Results 1 – 25 of 125) sorted by relevance

12345

/dports/net/ntp/ntp-4.2.8p15/libparse/
H A Dbinio.c41 unsigned char **bufpp in get_lsb_short() argument
46 retval = *((*bufpp)++); in get_lsb_short()
54 unsigned char **bufpp, in put_lsb_short() argument
64 unsigned char **bufpp in get_lsb_long() argument
69 retval = *((*bufpp)++); in get_lsb_long()
79 unsigned char **bufpp, in put_lsb_long() argument
91 unsigned char **bufpp in get_msb_short() argument
97 retval |= *((*bufpp)++); in get_msb_short()
104 unsigned char **bufpp, in put_msb_short() argument
114 unsigned char **bufpp in get_msb_long() argument
[all …]
H A Ddata_mbg.c63 unsigned char **bufpp, in put_mbg_header() argument
75 unsigned char **bufpp, in get_mbg_sw_rev() argument
81 *bufpp += sizeof(sw_revp->name); in get_mbg_sw_rev()
86 unsigned char **bufpp, in get_mbg_ascii_msg() argument
93 *bufpp += sizeof(ascii_msgp->s); in get_mbg_ascii_msg()
98 unsigned char **bufpp, in get_mbg_svno() argument
107 unsigned char **bufpp, in get_mbg_health() argument
116 unsigned char **bufpp, in get_mbg_cfg() argument
125 unsigned char **bufpp, in get_mbg_tgps() argument
129 tgpsp->wn = get_lsb_uint16(bufpp); in get_mbg_tgps()
[all …]
H A Dclk_meinberg.c175 unsigned char **bufpp, in get_mbg_header() argument
179 headerp->cmd = (GPS_CMD) get_lsb_short(bufpp); in get_mbg_header()
180 headerp->len = get_lsb_uint16(bufpp); in get_mbg_header()
181 headerp->data_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header()
182 headerp->hdr_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libparse/
H A Dbinio.c12 unsigned char **bufpp in get_lsb_int16() argument
17 retval = *((*bufpp)++); in get_lsb_int16()
18 retval |= *((*bufpp)++) << 8; in get_lsb_int16()
25 unsigned char **bufpp, in put_lsb_uint16() argument
35 unsigned char **bufpp in get_lsb_int32() argument
40 retval = *((*bufpp)++); in get_lsb_int32()
41 retval |= *((*bufpp)++) << 8; in get_lsb_int32()
42 retval |= *((*bufpp)++) << 16; in get_lsb_int32()
43 retval |= *((*bufpp)++) << 24; in get_lsb_int32()
66 unsigned char **bufpp in get_msb_short() argument
[all …]
H A Ddata_mbg.c30 unsigned char **bufpp, in put_mbg_header() argument
34 put_lsb_uint16(bufpp, headerp->cmd); in put_mbg_header()
35 put_lsb_uint16(bufpp, headerp->len); in put_mbg_header()
42 unsigned char **bufpp, in get_mbg_sw_rev() argument
48 *bufpp += sizeof(sw_revp->name); in get_mbg_sw_rev()
53 unsigned char **bufpp, in get_mbg_ascii_msg() argument
60 *bufpp += sizeof(ascii_msgp->s); in get_mbg_ascii_msg()
65 unsigned char **bufpp, in get_mbg_health() argument
74 unsigned char **bufpp, in get_mbg_cfg() argument
83 unsigned char **bufpp, in get_mbg_tgps() argument
[all …]
H A Dclk_meinberg.c139 unsigned char **bufpp, in get_mbg_header() argument
143 headerp->cmd = (GPS_CMD) get_lsb_uint16(bufpp); in get_mbg_header()
144 headerp->len = get_lsb_uint16(bufpp); in get_mbg_header()
145 headerp->data_csum = (CSUM) get_lsb_uint16(bufpp); in get_mbg_header()
146 headerp->hdr_csum = (CSUM) get_lsb_uint16(bufpp); in get_mbg_header()
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dcharset.c196 gchar *bufpp = buf; in charset_init_combo() local
198 while ((*bufpp == ' ') || (*bufpp == 0x09)) in charset_init_combo()
199 ++bufpp; /* skip whitespace */ in charset_init_combo()
200 if (*bufpp) in charset_init_combo()
201 charsets = g_list_append (charsets, g_strdup (bufpp)); in charset_init_combo()
275 gchar *bufpp = buf; in charset_init_combo_box() local
278 while ((*bufpp == ' ') || (*bufpp == 0x09)) in charset_init_combo_box()
279 bufpp++; /* skip whitespace */ in charset_init_combo_box()
281 if (*bufpp) in charset_init_combo_box()
284 gtk_list_store_set (charsets, &iter, 0, bufpp, -1); in charset_init_combo_box()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/profile/
H A Dprof_init.c541 store_32_be(oval, *bufpp); in pack_int32()
542 *bufpp += sizeof(int32_t); in pack_int32()
547 unsigned char **bufpp, size_t *remainp) in profile_ser_externalize() argument
557 bp = *bufpp; in profile_ser_externalize()
580 *bufpp = bp; in profile_ser_externalize()
587 static int unpack_int32(int32_t *intp, unsigned char **bufpp, in unpack_int32() argument
591 *intp = load_32_be(*bufpp); in unpack_int32()
592 *bufpp += sizeof(int32_t); in unpack_int32()
601 unsigned char **bufpp, size_t *remainp) in profile_ser_internalize() argument
610 bp = *bufpp; in profile_ser_internalize()
[all …]
/dports/security/krb5/krb5-1.19.2/src/util/profile/
H A Dprof_init.c541 store_32_be(oval, *bufpp); in pack_int32()
542 *bufpp += sizeof(int32_t); in pack_int32()
547 unsigned char **bufpp, size_t *remainp) in profile_ser_externalize() argument
557 bp = *bufpp; in profile_ser_externalize()
580 *bufpp = bp; in profile_ser_externalize()
587 static int unpack_int32(int32_t *intp, unsigned char **bufpp, in unpack_int32() argument
591 *intp = load_32_be(*bufpp); in unpack_int32()
592 *bufpp += sizeof(int32_t); in unpack_int32()
601 unsigned char **bufpp, size_t *remainp) in profile_ser_internalize() argument
610 bp = *bufpp; in profile_ser_internalize()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h217 char **bufpp);
267 loff_t pos, size_t len, char **bufpp);
274 loff_t pos, size_t len, char **bufpp);
320 u64 offset, size_t len, char **bufpp);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h217 char **bufpp);
267 loff_t pos, size_t len, char **bufpp);
274 loff_t pos, size_t len, char **bufpp);
320 u64 offset, size_t len, char **bufpp);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h217 char **bufpp);
267 loff_t pos, size_t len, char **bufpp);
274 loff_t pos, size_t len, char **bufpp);
320 u64 offset, size_t len, char **bufpp);
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/mcscf/
H A Ddf.py306 bufpp = bufs1[:naux]
308 bufpp.ctypes.data_as(ctypes.c_void_p),
315 fxpp[str(k)] = bufpp.transpose(1,2,0)
316 bufpa[b0:b0+naux] = bufpp[:,:,ncore:nocc]
317 bufd = numpy.einsum('kii->ki', bufpp)
319 k_cp += numpy.einsum('kij,kij->ij', bufpp[:,:ncore], bufpp[:,:ncore])
323 bufs1 = bufpp = None
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-x86.c198 elf_x86_x86_write_proghead(unsigned char **bufpp, in elf_x86_x86_write_proghead() argument
203 unsigned char *bufp = *bufpp; in elf_x86_x86_write_proghead()
224 *bufpp = bufp; in elf_x86_x86_write_proghead()
H A Delf-x86-x32.c204 elf_x86_x32_write_proghead(unsigned char **bufpp, in elf_x86_x32_write_proghead() argument
209 unsigned char *bufp = *bufpp; in elf_x86_x32_write_proghead()
233 *bufpp = bufp; in elf_x86_x32_write_proghead()
H A Delf-x86-amd64.c209 elf_x86_amd64_write_proghead(unsigned char **bufpp, in elf_x86_amd64_write_proghead() argument
214 unsigned char *bufp = *bufpp; in elf_x86_amd64_write_proghead()
238 *bufpp = bufp; in elf_x86_amd64_write_proghead()
/dports/devel/yasm/yasm-1.3.0/modules/objfmts/elf/
H A Delf-x86-x86.c198 elf_x86_x86_write_proghead(unsigned char **bufpp, in elf_x86_x86_write_proghead() argument
203 unsigned char *bufp = *bufpp; in elf_x86_x86_write_proghead()
224 *bufpp = bufp; in elf_x86_x86_write_proghead()
H A Delf-x86-amd64.c209 elf_x86_amd64_write_proghead(unsigned char **bufpp, in elf_x86_amd64_write_proghead() argument
214 unsigned char *bufp = *bufpp; in elf_x86_amd64_write_proghead()
238 *bufpp = bufp; in elf_x86_amd64_write_proghead()
H A Delf-x86-x32.c204 elf_x86_x32_write_proghead(unsigned char **bufpp, in elf_x86_x32_write_proghead() argument
209 unsigned char *bufp = *bufpp; in elf_x86_x32_write_proghead()
233 *bufpp = bufp; in elf_x86_x32_write_proghead()
/dports/lang/php73/php-7.3.33/ext/pdo_oci/
H A Doci_statement.c196 static sb4 oci_bind_input_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *a… in oci_bind_input_cb() argument
215 *bufpp = P->thing; in oci_bind_input_cb()
220 *bufpp = 0; in oci_bind_input_cb()
225 *bufpp = Z_STRVAL_P(parameter); in oci_bind_input_cb()
233 static sb4 oci_bind_output_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *… in oci_bind_output_cb() argument
251 *bufpp = P->thing; in oci_bind_output_cb()
271 *bufpp = (Z_STR_P(parameter))->val; in oci_bind_output_cb()
500 static sb4 oci_define_callback(dvoid *octxp, OCIDefine *define, ub4 iter, dvoid **bufpp, in oci_define_callback() argument
509 *bufpp = col->data; in oci_define_callback()
/dports/www/mod_php73/php-7.3.33/ext/pdo_oci/
H A Doci_statement.c196 static sb4 oci_bind_input_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *a… in oci_bind_input_cb() argument
215 *bufpp = P->thing; in oci_bind_input_cb()
220 *bufpp = 0; in oci_bind_input_cb()
225 *bufpp = Z_STRVAL_P(parameter); in oci_bind_input_cb()
233 static sb4 oci_bind_output_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *… in oci_bind_output_cb() argument
251 *bufpp = P->thing; in oci_bind_output_cb()
271 *bufpp = (Z_STR_P(parameter))->val; in oci_bind_output_cb()
500 static sb4 oci_define_callback(dvoid *octxp, OCIDefine *define, ub4 iter, dvoid **bufpp, in oci_define_callback() argument
509 *bufpp = col->data; in oci_define_callback()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/develop/
H A Drak27.F118 & bufpp, bufmm, xyz)
143 double precision bufpp(sizeg), bufmm(sizeg) local
169 call dfill(sizeg,0.0d00,bufpp,1)
218 call dfill(sizeg,0.0d00,bufpp,1)
240 & scr,scr,bufpp,nbfsh,.false.,.false.,.true.,
344 call dscal(nbfsh,factor,bufpp,1)
348 call daxpy(nbfsh,-1.0d00, bufpp, 1,buf,1)
H A Drak25.F116 & bufpp, bufmm, xyz)
143 double precision bufpp(sizeg), bufmm(sizeg) local
169 call dfill(sizeg,0.0d00,bufpp,1)
220 call dfill(sizeg,0.0d00,bufpp,1)
237 & bufpp,nbfsh,scr,sizescr,.false.)
322 call dscal(nbfsh,factor,bufpp,1)
326 call daxpy(nbfsh,-1.0d00, bufpp, 1,buf,1)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/develop/
H A Drak25.F116 & bufpp, bufmm, xyz)
143 double precision bufpp(sizeg), bufmm(sizeg)
169 call dfill(sizeg,0.0d00,bufpp,1)
220 call dfill(sizeg,0.0d00,bufpp,1)
237 & bufpp,nbfsh,scr,sizescr,.false.)
322 call dscal(nbfsh,factor,bufpp,1)
326 call daxpy(nbfsh,-1.0d00, bufpp, 1,buf,1)
H A Drak27.F118 & bufpp, bufmm, xyz)
143 double precision bufpp(sizeg), bufmm(sizeg)
169 call dfill(sizeg,0.0d00,bufpp,1)
218 call dfill(sizeg,0.0d00,bufpp,1)
240 & scr,scr,bufpp,nbfsh,.false.,.false.,.true.,
344 call dscal(nbfsh,factor,bufpp,1)
348 call daxpy(nbfsh,-1.0d00, bufpp, 1,buf,1)

12345