Home
last modified time | relevance | path

Searched refs:tbptr (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/graphics/liblug/lug/examples/
H A Dfade.c112 byte *trptr, *tgptr, *tbptr; local
140 trptr = target->r, tgptr = target->g, tbptr = target->b;
150 *bptr++ = (((float)*tbptr++ - (float)*sbptr++)) / (float)j;
177 trptr = image.r, tgptr = image.g, tbptr = image.b;
182 *tbptr++ = (int) ( *bptr++ * (float)i + (float)*sbptr++);
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dter_db.cpp232 std::vector<MoleculePatchDatabase>* tbptr, in read_ter_db_file() argument
260 tbptr->emplace_back(MoleculePatchDatabase()); in read_ter_db_file()
261 block = &tbptr->back(); in read_ter_db_file()
370 int read_ter_db(const char* ffdir, char ter, std::vector<MoleculePatchDatabase>* tbptr, Preprocessi… in read_ter_db() argument
378 tbptr->clear(); in read_ter_db()
381 read_ter_db_file(filename.c_str(), tbptr, atype); in read_ter_db()
386 print_ter_db("new", ter, *tbptr, atype); in read_ter_db()
389 return tbptr->size(); in read_ter_db()
H A Dter_db.h63 std::vector<MoleculePatchDatabase>* tbptr,
/dports/news/atp/atp-1.50/
H A Dsystem.c268 char *tbptr; in mytmprnam() local
275 tbptr = mktemp(tbf); in mytmprnam()
276 if (tbptr == NULL) { /* try to return something anyway */ in mytmprnam()
277 tbptr = tbf; in mytmprnam()
280 strcpy(buf, tbptr); in mytmprnam()
281 tbptr = buf; in mytmprnam()
283 return tbptr; in mytmprnam()
/dports/news/trn/trn-3.6/
H A Dutil.c329 register char *tbptr = tmpbuf+5; local
355 sprintf(tbptr," %s",dirname);
356 tbptr += strlen(tbptr); /* make it, sort of */
363 return (tbptr==tmpbuf+5 ? 0 : doshell(sh,tmpbuf));
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/post/cpu/mpc8xx/
H A Dusb.c82 ushort tbptr; member
200 ep0->tbptr = DPRAM + CPM_USB_TX0_BASE; in usb_post_test()
210 ep1->tbptr = DPRAM + CPM_USB_TX1_BASE; in usb_post_test()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/post/cpu/mpc8xx/
H A Dusb.c82 ushort tbptr; member
200 ep0->tbptr = DPRAM + CPM_USB_TX0_BASE; in usb_post_test()
210 ep1->tbptr = DPRAM + CPM_USB_TX1_BASE; in usb_post_test()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/post/cpu/mpc8xx/
H A Dusb.c82 ushort tbptr; member
200 ep0->tbptr = DPRAM + CPM_USB_TX0_BASE; in usb_post_test()
210 ep1->tbptr = DPRAM + CPM_USB_TX1_BASE; in usb_post_test()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/post/cpu/mpc8xx/
H A Dusb.c82 ushort tbptr; member
200 ep0->tbptr = DPRAM + CPM_USB_TX0_BASE; in usb_post_test()
210 ep1->tbptr = DPRAM + CPM_USB_TX1_BASE; in usb_post_test()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/post/cpu/mpc8xx/
H A Dusb.c82 ushort tbptr; member
200 ep0->tbptr = DPRAM + CPM_USB_TX0_BASE; in usb_post_test()
210 ep1->tbptr = DPRAM + CPM_USB_TX1_BASE; in usb_post_test()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/post/cpu/mpc8xx/
H A Dusb.c82 ushort tbptr; member
200 ep0->tbptr = DPRAM + CPM_USB_TX0_BASE; in usb_post_test()
210 ep1->tbptr = DPRAM + CPM_USB_TX1_BASE; in usb_post_test()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/post/cpu/mpc8xx/
H A Dusb.c66 ushort tbptr; member
184 ep0->tbptr = DPRAM + CPM_USB_TX0_BASE; in usb_post_test()
194 ep1->tbptr = DPRAM + CPM_USB_TX1_BASE; in usb_post_test()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/post/cpu/mpc8xx/
H A Dusb.c82 ushort tbptr; member
200 ep0->tbptr = DPRAM + CPM_USB_TX0_BASE; in usb_post_test()
210 ep1->tbptr = DPRAM + CPM_USB_TX1_BASE; in usb_post_test()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/usb/gadget/
H A Dmpc8xx_udc.c782 tx_cbdp = (cbd_t *) (endpoints[epid]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_flush_tx_fifo()
888 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
905 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
1311 endpoints[ep]->tbptr = (u32) tx_cbd[tx_ct]; in mpc8xx_udc_cbd_attach()
1315 endpoints[ep]->tbptr = 0; in mpc8xx_udc_cbd_attach()
1327 endpoints[ep]->tbase, endpoints[ep]->tbptr, in mpc8xx_udc_cbd_attach()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/usb/gadget/
H A Dmpc8xx_udc.c782 tx_cbdp = (cbd_t *) (endpoints[epid]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_flush_tx_fifo()
888 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
905 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
1311 endpoints[ep]->tbptr = (u32) tx_cbd[tx_ct]; in mpc8xx_udc_cbd_attach()
1315 endpoints[ep]->tbptr = 0; in mpc8xx_udc_cbd_attach()
1327 endpoints[ep]->tbase, endpoints[ep]->tbptr, in mpc8xx_udc_cbd_attach()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/usb/gadget/
H A Dmpc8xx_udc.c769 tx_cbdp = (cbd_t *) (endpoints[epid]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_flush_tx_fifo()
875 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
892 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
1298 endpoints[ep]->tbptr = (u32) tx_cbd[tx_ct]; in mpc8xx_udc_cbd_attach()
1302 endpoints[ep]->tbptr = 0; in mpc8xx_udc_cbd_attach()
1314 endpoints[ep]->tbase, endpoints[ep]->tbptr, in mpc8xx_udc_cbd_attach()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/usb/gadget/
H A Dmpc8xx_udc.c782 tx_cbdp = (cbd_t *) (endpoints[epid]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_flush_tx_fifo()
888 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
905 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
1311 endpoints[ep]->tbptr = (u32) tx_cbd[tx_ct]; in mpc8xx_udc_cbd_attach()
1315 endpoints[ep]->tbptr = 0; in mpc8xx_udc_cbd_attach()
1327 endpoints[ep]->tbase, endpoints[ep]->tbptr, in mpc8xx_udc_cbd_attach()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/usb/gadget/
H A Dmpc8xx_udc.c782 tx_cbdp = (cbd_t *) (endpoints[epid]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_flush_tx_fifo()
888 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
905 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
1311 endpoints[ep]->tbptr = (u32) tx_cbd[tx_ct]; in mpc8xx_udc_cbd_attach()
1315 endpoints[ep]->tbptr = 0; in mpc8xx_udc_cbd_attach()
1327 endpoints[ep]->tbase, endpoints[ep]->tbptr, in mpc8xx_udc_cbd_attach()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/usb/gadget/
H A Dmpc8xx_udc.c782 tx_cbdp = (cbd_t *) (endpoints[epid]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_flush_tx_fifo()
888 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
905 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
1311 endpoints[ep]->tbptr = (u32) tx_cbd[tx_ct]; in mpc8xx_udc_cbd_attach()
1315 endpoints[ep]->tbptr = 0; in mpc8xx_udc_cbd_attach()
1327 endpoints[ep]->tbase, endpoints[ep]->tbptr, in mpc8xx_udc_cbd_attach()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/usb/gadget/
H A Dmpc8xx_udc.c782 tx_cbdp = (cbd_t *) (endpoints[epid]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_flush_tx_fifo()
888 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
905 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
1311 endpoints[ep]->tbptr = (u32) tx_cbd[tx_ct]; in mpc8xx_udc_cbd_attach()
1315 endpoints[ep]->tbptr = 0; in mpc8xx_udc_cbd_attach()
1327 endpoints[ep]->tbase, endpoints[ep]->tbptr, in mpc8xx_udc_cbd_attach()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/usb/gadget/
H A Dmpc8xx_udc.c782 tx_cbdp = (cbd_t *) (endpoints[epid]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_flush_tx_fifo()
888 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
905 tx_cbdp = (cbd_t *) (endpoints[ep]->tbptr + CONFIG_SYS_IMMR); in mpc8xx_udc_ep_tx()
1311 endpoints[ep]->tbptr = (u32) tx_cbd[tx_ct]; in mpc8xx_udc_cbd_attach()
1315 endpoints[ep]->tbptr = 0; in mpc8xx_udc_cbd_attach()
1327 endpoints[ep]->tbase, endpoints[ep]->tbptr, in mpc8xx_udc_cbd_attach()
/dports/news/trn4/trn-4.0-test77/
H A Dutil.c473 register char* tbptr = tmpbuf+5; local
505 sprintf(tbptr," %s",dirname);
506 tbptr += strlen(tbptr); /* make it, sort of */
517 return (tbptr==tmpbuf+5 ? 0 : doshell(sh,tmpbuf));/* exercise our faith */
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dref.cpp1120 char* tbptr; in get_book() local
1128 tbptr = (bptr == NULL) ? NULL : StringSave(bptr); in get_book()
1154 p = tbptr; in get_book()
1157 if(StringNCmp("(in)", tbptr, 4) == 0) in get_book()
1159 for(s = tbptr + 4; *s == ' ';) in get_book()
1192 if(tbptr != NULL) in get_book()
1193 MemFree(tbptr); in get_book()
1264 if(tbptr != NULL) in get_book()
1265 MemFree(tbptr); in get_book()
1282 if(tbptr != NULL) in get_book()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/soc/fsl/
H A Dcpm.h27 __be16 tbptr; /* Internal */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/soc/fsl/
H A Dcpm.h27 __be16 tbptr; /* Internal */ member

12345678910>>...12