HomeSort by: relevance | last modified time | path
    Searched defs:pull (Results 1 - 9 of 9) sorted by relevancy

  /src/common/dist/zlib/test/
infcover.c 14 /* get definition of internal structure so we can mess with it (see pull()),
447 local unsigned pull(void *desc, unsigned char **buf) function
489 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
494 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
497 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
563 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
604 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
  /src/external/bsd/nvi/dist/motif_l/
m_menu.c 522 Widget menu, pull, button;
532 pull = XmCreatePulldownMenu( menu, "pull", NULL, 0 );
533 add_entries( pull, ptr->actions );
535 XtVaSetValues( button, XmNsubMenuId, pull, 0 );
516 Widget menu, pull, button; local
  /src/external/gpl3/binutils/dist/zlib/test/
infcover.c 14 /* get definition of internal structure so we can mess with it (see pull()),
447 local unsigned pull(void *desc, unsigned char **buf) function
489 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
494 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
497 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
563 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
604 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
  /src/external/gpl3/binutils.old/dist/zlib/test/
infcover.c 14 /* get definition of internal structure so we can mess with it (see pull()),
447 local unsigned pull(void *desc, unsigned char **buf) function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
603 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
  /src/external/gpl3/gdb/dist/zlib/test/
infcover.c 14 /* get definition of internal structure so we can mess with it (see pull()),
447 local unsigned pull(void *desc, unsigned char **buf) function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
603 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
  /src/external/gpl3/gdb.old/dist/zlib/test/
infcover.c 14 /* get definition of internal structure so we can mess with it (see pull()),
447 local unsigned pull(void *desc, unsigned char **buf) function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
603 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
  /src/sys/arch/arm/broadcom/
bcm2835_gpio.c 183 * Optional: brcm,function, brcm,pull
193 const u_int *pull = fdtbus_get_prop(phandle, "brcm,pull", &pull_len); local
198 if (!pull && !func) {
199 aprint_error_dev(dev, "one of brcm,pull or brcm,function must "
209 aprint_error_dev(dev, "brcm,pull must have 1 or %d entries",
226 if (pull) {
227 const int value = be32toh(pull[npull == 1 ? 0 : i]);
  /src/sys/arch/arm/sunxi/
sunxi_gpio.c 264 uint32_t pull; local
271 pull = GPIO_READ(sc, pull_reg);
272 pull &= ~pull_mask;
274 pull |= __SHIFTIN(SUNXI_GPIO_PULL_UP, pull_mask);
276 pull |= __SHIFTIN(SUNXI_GPIO_PULL_DOWN, pull_mask);
278 pull |= __SHIFTIN(SUNXI_GPIO_PULL_DISABLE, pull_mask);
280 device_printf(sc->sc_dev, "P%c%02d pull %08x -> %08x\n",
281 pin_def->port + 'A', pin_def->pin, GPIO_READ(sc, pull_reg), pull);
283 GPIO_WRITE(sc, pull_reg, pull);
733 u_int pull; local
    [all...]
  /src/external/bsd/libpcap/dist/
optimize.c 1831 struct block *pull; local
1962 /* Pull up the node. */
1963 pull = *samep;
1964 *samep = JF(pull);
1965 JF(pull) = *diffp;
1975 JT(ep->pred) = pull;
1977 JF(ep->pred) = pull;
1981 *diffp = pull;
2000 struct block *pull; local
2063 /* Pull up the node. *
    [all...]

Completed in 69 milliseconds