Searched refs:qq (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_tools.sh5 sudo apt-get -qq update
6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf automake libtool pkg-config
H A Dinstall_ndk.sh33 if ! unzip -qq "$HOME/android-sdk.zip" -d "$ANDROID_SDK_ROOT";
40 if ! unzip -qq "$HOME/android-ndk.zip" -d "$HOME";
/freebsd-11-stable/contrib/dtc/
H A Ddtdiff30 $DTC -I $IFORMAT -O dts -qq -f -s -o - "$DT"
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dover.cpp39 box *make_over_box(box *pp, box *qq) argument
41 return new over_box(0, pp, qq);
44 box *make_small_over_box(box *pp, box *qq) argument
46 return new over_box(1, pp, qq);
49 over_box::over_box(int is_small, box *pp, box *qq) argument
50 : reduce_size(is_small), num(pp), den(qq)
H A Dlimit.cpp38 box *make_limit_box(box *pp, box *qq, box *rr) argument
40 return new limit_box(pp, qq, rr);
43 limit_box::limit_box(box *pp, box *qq, box *rr) argument
44 : p(pp), from(qq), to(rr)
H A Dscript.cpp57 script_box::script_box(box *pp, box *qq, box *rr) argument
58 : pointer_box(pp), sub(qq), sup(rr)
H A Dother.cpp41 accent_box::accent_box(box *pp, box *qq) : pointer_box(pp), ab(qq) argument
236 uaccent_box::uaccent_box(box *pp, box *qq) argument
237 : pointer_box(pp), ab(qq)
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dcmds.c1244 register struct jobqueue **qq; local
1269 for (qq = queue + nitems; --qq >= queue; ) {
1271 for (cp = (*qq)->job_cfname+3; isdigit(*cp); )
1279 if (touch(*qq) == 0) {
1280 printf("\tmoved %s\n", (*qq)->job_cfname);
1289 for (qq = queue + nitems; --qq >= queue; ) {
1291 fp = fopen((*qq)->job_cfname, "r");
1301 if (touch(*qq)
[all...]
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dlookup3.c939 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; local
960 p = &qq[1];
/freebsd-11-stable/contrib/gcc/
H A Dregclass.c1812 struct costs *pp = &op_costs[i], *qq = &this_op_costs[i];
1816 (qq->mem_cost + alt_cost) * scale);
1820 (qq->cost[class] + alt_cost) * scale);
1806 struct costs *pp = &op_costs[i], *qq = &this_op_costs[i]; local
/freebsd-11-stable/usr.sbin/extattr/tests/
H A Dextattr_test.sh185 getextattr -qq user myattr foo > outfile || atf_fail "getextattr failed"
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c4623 uint32_t qq; local
4645 qq = est.q0_pwr;
4649 qq = est.q1_pwr;
4654 if (ii + qq < 2) {
4660 qq_nbits = fls(qq);
4678 b = (qq << (31 - qq_nbits));
4681 b = (qq << (31 - qq_nbits));
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c2328 static void assert_version_id(char **qq, size_t *ss) argument
2330 char *q = *qq;
2356 *qq = q;

Completed in 121 milliseconds