Home
last modified time | relevance | path

Searched refs:hbuf (Results 201 – 225 of 2653) sorted by relevance

12345678910>>...107

/dports/japanese/anthy/anthy-0.4/src-util/
H A Dinput.c34 char* hbuf; member
181 if (ictx->hbuf) in read_rk_result()
228 ictx->hbuf[ictx->n_hbuf] = '\0'; in enter_conv_state()
440 p > ictx->hbuf && d < 0; p--, d++) { in cmd_move_cursor()
586 ictx->hbuf, ictx->n_hbuf); in commit_noconv_string()
704 ictx->hbuf_follow = ictx->hbuf; in cmd_move_to_bol()
707 ictx->hbuf = NULL; in cmd_move_to_bol()
727 if (ictx->hbuf == NULL) { /* 最適化 */ in cmd_move_to_eol()
728 ictx->hbuf = ictx->hbuf_follow; in cmd_move_to_eol()
780 ictx->hbuf = NULL; in anthy_input_create_context()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-noise/
H A Dhandshake.go67 hbuf := pool.Get(maxMsgSize + LengthPrefixLength)
68 defer pool.Put(hbuf)
74 err = s.sendHandshakeMessage(hs, nil, hbuf)
91 err = s.sendHandshakeMessage(hs, payload, hbuf)
105 err = s.sendHandshakeMessage(hs, payload, hbuf)
144 func (s *secureSession) sendHandshakeMessage(hs *noise.HandshakeState, payload []byte, hbuf []byte)…
146 bz, cs1, cs2, err := hs.WriteMessage(hbuf[:LengthPrefixLength], payload)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/tcg/hexagon/
H A Dbrev.c28 short hbuf[SIZE] __attribute__((aligned(1 << 16))) = {0};
165 hbuf[i] = bitreverse(i);
173 TEST_BREV_LOAD(h, int, hbuf, 15, i);
174 TEST_BREV_LOAD(uh, int, hbuf, 15, i);
179 TEST_BREV_STORE(h, int, hbuf, i, 15);
180 TEST_BREV_STORE(f, int, hbuf, high_half[i], 15);
185 TEST_BREV_STORE_NEW(hnew, hbuf, 15);
H A Dcirc.c36 short hbuf[NHALFS] __attribute__((aligned(1 << 12))) = {0};
53 INIT(hbuf, NHALFS)
259 TEST_LOAD_IMM(h, short, hbuf, NHALFS, 2, d)
260 TEST_LOAD_IMM(uh, unsigned short, hbuf, NHALFS, 2, d)
289 TEST_LOAD_REG(h, short, hbuf, NHALFS, d)
290 TEST_LOAD_REG(uh, unsigned short, hbuf, NHALFS, d)
344 CHECK_STORE(h, hbuf, NHALFS, x)
405 CIRC_TEST_STORE_REG(h, h, short, hbuf, NHALFS, 0)
406 CIRC_TEST_STORE_REG(f, h, short, hbuf, NHALFS, 16)
410 CIRC_TEST_STORE_REG(hnew, h, short, hbuf, NHALFS, 0)
[all …]
/dports/emulators/qemu/qemu-6.2.0/tests/tcg/hexagon/
H A Dbrev.c28 short hbuf[SIZE] __attribute__((aligned(1 << 16))) = {0}; variable
165 hbuf[i] = bitreverse(i); in main()
173 TEST_BREV_LOAD(h, int, hbuf, 15, i); in main()
174 TEST_BREV_LOAD(uh, int, hbuf, 15, i); in main()
179 TEST_BREV_STORE(h, int, hbuf, i, 15); in main()
180 TEST_BREV_STORE(f, int, hbuf, high_half[i], 15); in main()
185 TEST_BREV_STORE_NEW(hnew, hbuf, 15); in main()
H A Dcirc.c36 short hbuf[NHALFS] __attribute__((aligned(1 << 12))) = {0}; variable
53 INIT(hbuf, NHALFS) in INIT()
259 TEST_LOAD_IMM(h, short, hbuf, NHALFS, 2, d)
260 TEST_LOAD_IMM(uh, unsigned short, hbuf, NHALFS, 2, d)
289 TEST_LOAD_REG(h, short, hbuf, NHALFS, d) in TEST_LOAD_REG()
290 TEST_LOAD_REG(uh, unsigned short, hbuf, NHALFS, d) in TEST_LOAD_REG()
344 CHECK_STORE(h, hbuf, NHALFS, x)
405 CIRC_TEST_STORE_REG(h, h, short, hbuf, NHALFS, 0)
406 CIRC_TEST_STORE_REG(f, h, short, hbuf, NHALFS, 16)
410 CIRC_TEST_STORE_REG(hnew, h, short, hbuf, NHALFS, 0)
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/msglayer/
H A Dmsgcrypt_rxh_common.c453 GWEN_BUFFER *hbuf; in AH_Msg_SignRxh() local
655 GWEN_Buffer_free(hbuf); in AH_Msg_SignRxh()
810 GWEN_Buffer_Reset(hbuf); in AH_Msg_SignRxh()
824 GWEN_Buffer_free(hbuf); in AH_Msg_SignRxh()
831 GWEN_Buffer_free(hbuf); in AH_Msg_SignRxh()
840 GWEN_Buffer_free(hbuf); in AH_Msg_SignRxh()
846 GWEN_Buffer_free(hbuf); in AH_Msg_SignRxh()
862 GWEN_BUFFER *hbuf; in AH_Msg_EncryptRxh() local
1152 GWEN_Buffer_free(hbuf); in AH_Msg_EncryptRxh()
1169 GWEN_Buffer_free(hbuf); in AH_Msg_EncryptRxh()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dtiff.c567 ImBuf *ibuf = NULL, *hbuf; in imb_loadtiff() local
652 hbuf = IMB_allocImBuf(width, height, 32, 0); in imb_loadtiff()
653 hbuf->miplevel = level; in imb_loadtiff()
654 hbuf->ftype = ibuf->ftype; in imb_loadtiff()
655 ibuf->mipmap[level - 1] = hbuf; in imb_loadtiff()
658 hbuf = ibuf; in imb_loadtiff()
661 hbuf->flags |= IB_tilecache; in imb_loadtiff()
663 TIFFGetField(image, TIFFTAG_TILEWIDTH, &hbuf->tilex); in imb_loadtiff()
666 hbuf->xtiles = ceil(hbuf->x / (float)hbuf->tilex); in imb_loadtiff()
667 hbuf->ytiles = ceil(hbuf->y / (float)hbuf->tiley); in imb_loadtiff()
[all …]
/dports/devel/opendht/opendht-1.10.1/src/
H A Ddefault_types.cpp60 char hbuf[NI_MAXHOST]; in operator <<() local
61 …if (getnameinfo(v.addr.get(), v.addr.getLength(), hbuf, sizeof(hbuf), nullptr, 0, NI_NUMERICHOST) … in operator <<()
62 s << " addr " << std::string(hbuf, strlen(hbuf)); in operator <<()
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Ddefault_types.cpp60 char hbuf[NI_MAXHOST]; in operator <<() local
61 …if (getnameinfo(v.addr.get(), v.addr.getLength(), hbuf, sizeof(hbuf), nullptr, 0, NI_NUMERICHOST) … in operator <<()
62 s << " addr " << std::string(hbuf, strlen(hbuf)); in operator <<()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/selci/
H A Dputinb.F3 subroutine selci_putinb(iflham,ibase,numf,hbuf,ninhb,jbuf,ninjb) argument
9 dimension hbuf(numf,*),jbuf(2,*)
52 if (abs(hbuf(ii,kh)).gt.1.0d-10) then
56 rbuff(nrinb) = hbuf(ii,kh)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/selci/
H A Dputinb.F3 subroutine selci_putinb(iflham,ibase,numf,hbuf,ninhb,jbuf,ninjb) argument
9 dimension hbuf(numf,*),jbuf(2,*)
52 if (abs(hbuf(ii,kh)).gt.1.0d-10) then
56 rbuff(nrinb) = hbuf(ii,kh)
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Dmp3_hdr.h24 int mp_get_mp3_header(unsigned char* hbuf,int* chans, int* freq, int* spf, int* mpa_layer, int* br);
26 #define mp_decode_mp3_header(hbuf) mp_get_mp3_header(hbuf,NULL,NULL,NULL,NULL,NULL) argument
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Dmp3_hdr.h24 int mp_get_mp3_header(unsigned char* hbuf,int* chans, int* freq, int* spf, int* mpa_layer, int* br);
26 #define mp_decode_mp3_header(hbuf) mp_get_mp3_header(hbuf,NULL,NULL,NULL,NULL,NULL) argument
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/tar/multitape/
H A Dmultitape_write.c353 uint8_t * hbuf; in endentry() local
357 if (bytebuf_export(d->hbuf, &hbuf, &hlen)) in endentry()
365 if ((d->hbuf = bytebuf_init(0)) == NULL) in endentry()
379 if (chunkify_write(d->h.c, hbuf, hlen)) in endentry()
383 free(hbuf); in endentry()
392 free(hbuf); in endentry()
503 if ((d->hbuf = bytebuf_init(0)) == NULL) in writetape_open()
518 bytebuf_free(d->hbuf); in writetape_open()
979 bytebuf_free(d->hbuf); in writetape_close()
999 bytebuf_free(d->hbuf); in writetape_close()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dhdlcdrv.h107 struct hdlcdrv_hdlcbuffer hbuf; member
122 struct hdlcdrv_hdlcbuffer hbuf; member
223 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, bits); in hdlcdrv_putbits()
230 if (hdlcdrv_hbuf_empty(&s->hdlctx.hbuf)) { in hdlcdrv_getbits()
237 ret = hdlcdrv_hbuf_get(&s->hdlctx.hbuf); in hdlcdrv_getbits()
239 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, ret); in hdlcdrv_getbits()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dhdlcdrv.h107 struct hdlcdrv_hdlcbuffer hbuf; member
122 struct hdlcdrv_hdlcbuffer hbuf; member
223 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, bits); in hdlcdrv_putbits()
230 if (hdlcdrv_hbuf_empty(&s->hdlctx.hbuf)) { in hdlcdrv_getbits()
237 ret = hdlcdrv_hbuf_get(&s->hdlctx.hbuf); in hdlcdrv_getbits()
239 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, ret); in hdlcdrv_getbits()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dhdlcdrv.h107 struct hdlcdrv_hdlcbuffer hbuf; member
122 struct hdlcdrv_hdlcbuffer hbuf; member
223 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, bits); in hdlcdrv_putbits()
230 if (hdlcdrv_hbuf_empty(&s->hdlctx.hbuf)) { in hdlcdrv_getbits()
237 ret = hdlcdrv_hbuf_get(&s->hdlctx.hbuf); in hdlcdrv_getbits()
239 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, ret); in hdlcdrv_getbits()
/dports/multimedia/transcode/transcode-1.1.7/tools/
H A Daud_scan.h26 int tc_get_mp3_header(unsigned char* hbuf, int* chans, int* srate, int *bitrate);
27 #define tc_decode_mp3_header(hbuf) tc_get_mp3_header(hbuf, NULL, NULL, NULL) argument
/dports/net/gmid/gmid-1.7.5/
H A Dlog.c114 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV]; in vlog() local
125 hbuf, sizeof(hbuf), in vlog()
138 ec = asprintf(&s, "%s:%s %s", hbuf, sbuf, fmted); in vlog()
214 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV], b[GEMINI_URL_LEN]; in log_request() local
221 hbuf, sizeof(hbuf), in log_request()
252 ec = asprintf(&fmted, "%s:%s GET %s %.*s", hbuf, sbuf, b, in log_request()
/dports/lang/tcl85/tcl8.5.19/unix/
H A DtclUnixCompat.c73 char hbuf[2048]; member
559 return gethostbyname_r(name, &tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByName()
560 sizeof(tsdPtr->hbuf), &h_errno); in TclpGetHostByName()
566 result = gethostbyname_r(name, &tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByName()
567 sizeof(tsdPtr->hbuf), &hePtr, &h_errno); in TclpGetHostByName()
585 if (CopyHostent(&tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByName()
586 sizeof(tsdPtr->hbuf)) == -1) { in TclpGetHostByName()
630 sizeof(tsdPtr->hbuf), &h_errno); in TclpGetHostByAddr()
637 sizeof(tsdPtr->hbuf), &hePtr, &h_errno) == 0) in TclpGetHostByAddr()
648 if (CopyHostent(&tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByAddr()
[all …]
/dports/lang/tcl86/tcl8.6.12/unix/
H A DtclUnixCompat.c73 char hbuf[2048]; member
561 return gethostbyname_r(name, &tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByName()
562 sizeof(tsdPtr->hbuf), &local_errno); in TclpGetHostByName()
568 result = gethostbyname_r(name, &tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByName()
569 sizeof(tsdPtr->hbuf), &hePtr, &local_errno); in TclpGetHostByName()
587 if (CopyHostent(&tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByName()
588 sizeof(tsdPtr->hbuf)) == -1) { in TclpGetHostByName()
632 sizeof(tsdPtr->hbuf), &local_errno); in TclpGetHostByAddr()
639 sizeof(tsdPtr->hbuf), &hePtr, &local_errno) == 0) in TclpGetHostByAddr()
650 if (CopyHostent(&tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByAddr()
[all …]
/dports/lang/tcl87/tcl8.7a5/unix/
H A DtclUnixCompat.c73 char hbuf[2048]; member
559 return gethostbyname_r(name, &tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByName()
560 sizeof(tsdPtr->hbuf), &local_errno); in TclpGetHostByName()
566 result = gethostbyname_r(name, &tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByName()
567 sizeof(tsdPtr->hbuf), &hePtr, &local_errno); in TclpGetHostByName()
585 if (CopyHostent(&tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByName()
586 sizeof(tsdPtr->hbuf)) == -1) { in TclpGetHostByName()
630 sizeof(tsdPtr->hbuf), &local_errno); in TclpGetHostByAddr()
637 sizeof(tsdPtr->hbuf), &hePtr, &local_errno) == 0) in TclpGetHostByAddr()
648 if (CopyHostent(&tsdPtr->hent, tsdPtr->hbuf, in TclpGetHostByAddr()
[all …]
/dports/net-mgmt/rancid3/rancid-3.13/bin/
H A Dhpuifilter.c149 char hbuf[BUFSZ], /* hlogin buffer */ in main() local
252 memset(hbuf, 0, BUFSZ); in main()
369 if ((bytes = write(pfds[2].fd, hbuf, hlen)) < 0 && in main()
374 hbuf[0] = '\0'; in main()
380 hbuf[0] = '\0'; in main()
382 memmove(hbuf, hbuf + bytes, hlen + 1); in main()
387 hbuf[0] = '\0'; in main()
450 hbuf[hlen] = '\0'; in main()
482 (void)write(pfds[2].fd, hbuf, hlen); in main()
495 if ((hlen = read(pfds[0].fd, hbuf, (BUFSZ - 1))) > 0) { in main()
[all …]
/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dserver_fcgi.c97 char hbuf[HOST_NAME_MAX+1]; in server_fcgi() local
113 memset(hbuf, 0, sizeof(hbuf)); in server_fcgi()
285 (void)print_host(&clt->clt_ss, hbuf, sizeof(hbuf)); in server_fcgi()
286 if (fcgi_add_param(&param, "REMOTE_ADDR", hbuf, clt) == -1) { in server_fcgi()
291 (void)snprintf(hbuf, sizeof(hbuf), "%d", ntohs(clt->clt_port)); in server_fcgi()
292 if (fcgi_add_param(&param, "REMOTE_PORT", hbuf, clt) == -1) { in server_fcgi()
323 (void)print_host(&clt->clt_srv_ss, hbuf, sizeof(hbuf)); in server_fcgi()
324 if (fcgi_add_param(&param, "SERVER_ADDR", hbuf, clt) == -1) { in server_fcgi()
329 (void)snprintf(hbuf, sizeof(hbuf), "%d", in server_fcgi()
331 if (fcgi_add_param(&param, "SERVER_PORT", hbuf, clt) == -1) { in server_fcgi()

12345678910>>...107