Searched refs:pull (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/utils/ci/
H A Drun-buildbot-container29 docker pull ldionne/libcxx-builder
/openbsd-current/sys/dev/fdt/
H A Dbcm2835_gpio.c163 bcm2711_config_pull(struct bcmgpio_softc *sc, int pin, int pull) argument
171 pull = ((pull & 1) << 1) | ((pull & 2) >> 1);
172 val |= (pull << shift);
177 bcm2835_config_pull(struct bcmgpio_softc *sc, int pin, int pull) argument
182 HWRITE4(sc, GPPUD, pull & GPPUD_PUD);
193 uint32_t *pins, *pull = NULL; local
211 plen = OF_getproplen(node, "brcm,pull");
213 pull
[all...]
H A Drkpinctrl.c195 if (OF_getproplen(node, "bias-pull-up") == 0)
197 if (OF_getproplen(node, "bias-pull-down") == 0)
256 int pull, strength; local
267 pull = rk3288_pull(bank, idx, pins[i + 3]);
300 /* GPIO pad pull down and pull up control */
301 if (pull >= 0) {
304 bits = (pull << ((idx % 8) * 2));
342 if (OF_getproplen(node, "bias-pull-up") == 0)
344 if (OF_getproplen(node, "bias-pull
398 int pull, strength; local
544 int pull, strength; local
737 int pull, strength, type, shift; local
986 int pull, strength, schmitt; local
1171 int pull, strength, schmitt; local
[all...]
H A Dsxipio.c294 int pull; local
296 pull = OF_getpropint(node, "allwinner,pull", -1);
297 if (pull >= 0)
298 return pull;
301 if (OF_getproplen(node, "bias-pull-up") == 0)
303 if (OF_getproplen(node, "bias-pull-down") == 0)
317 int mux, drive, pull; local
346 pull = sxipio_pull(node);
387 if (pull >
[all...]
/openbsd-current/usr.bin/netstat/
H A Dunix.c103 #define pull(fmt, v, sep) printf(#v " " fmt sep, (unsigned long long) unp.v); macro
108 pull("%llu", unp_ino, "\n ");
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_MacOS.pm30 Anyone interested in resurrecting this file should pull the old version
/openbsd-current/gnu/llvm/llvm/utils/git/
H A Dgithub-automation.py132 * create-pull-request
213 def issue_notify_pull_request(self, pull:github.PullRequest.PullRequest) -> None:
214 self.issue.create_comment('/pull-request {}#{}'.format(self.branch_repo_name, pull.number))
247 message = "Failed to create pull request for {} ".format(branch)
259 pull request to the selected reviewers.
315 reate a pull request in `self.branch_repo_name`. The base branch of the
316 pull request will be chosen based on the the milestone attached to
325 pull = None
332 # the branch into the target repo. GitHub only supports cross-repo pull
[all...]
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dlinux-android.sh197 targetfrom=adb-pull
285 (adb -s $targethost pull $targetdir/\$f . > /dev/null 2>&1) || exit 1
/openbsd-current/lib/libpcap/
H A Doptimize.c1260 struct block *pull; local
1325 pull = *samep;
1326 *samep = JF(pull);
1327 JF(pull) = *diffp;
1337 JT(ep->pred) = pull;
1339 JF(ep->pred) = pull;
1343 *diffp = pull;
1352 struct block *pull; local
1416 pull = *samep;
1417 *samep = JT(pull);
[all...]
/openbsd-current/regress/lib/libz/
H A Dinfcover.c14 /* 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);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup81 $ADB pull "$1" "$2"
86 $ADB pull "/data/local/tmp/$FILENAME" "$2" >&/dev/null && $ADB shell "rm \"/data/local/tmp/$FILENAME\""
/openbsd-current/gnu/usr.bin/perl/
H A Dcflags.SH75 * pull in enough system headers, let's try again. */
H A Dmake_patchnum.pl152 my ($pr) = map m{^refs/pull/([0-9]+)/}, @names;
153 $branch = "pull-request-$pr";
/openbsd-current/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/
H A DQuotedPrint.pm99 Patches can be sent as GitHub pull requests at
/openbsd-current/lib/libcrypto/bn/asm/
H A Darmv4-mont.pl164 ldr $rp,[$_rp] @ pull rp
H A Dppc64-mont.pl244 ld $a0,0($ap) ; pull ap[0] value
245 ld $n0,0($n0) ; pull n0[0] value
250 lwz $a0,0($ap) ; pull ap[0,1] value
252 lwz $n0,0($t1) ; pull n0[0,1] value
H A Dppc-mont.pl148 $LD $n0,0($n0) ; pull n0[0] value
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DPullParser.pm24 # And here is how we implement a pull-parser on top of a push-parser...
233 Carp::croak("Cannot assign new source to pull parser; create a new instance, instead")
511 Pod::Simple::PullParser -- a pull-parser interface to parsing Pod
561 that calls C<< $token = $parser->get_token >> to pull tokens.
H A DXHTML.pm126 The URL or relative path of a JavaScript file to pull in. This option is
/openbsd-current/gnu/usr.bin/perl/cpan/File-Path/lib/File/
H A DPath.pm1225 You can also send pull requests to the Github repository:
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DAPI.pm1252 the events as they are generated, instead the formatter can pull them from the
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm2364 Patches can be sent as GitHub pull requests at
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl5773 # It's there; pull it out and print it.
7658 back, and then pull VAR_0, VAR_1. etc. back out.
9345 (C<eval>s are C<_E<lt>(eval NNN)>) keys in C<%main::>. We pull all of these
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm2583 over Data::Dumper, remember to pull out a Storable version that writes

Completed in 328 milliseconds