HomeSort by: relevance | last modified time | path
    Searched refs:verbose (Results 1 - 25 of 542) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/bifrost/
disassemble.h 28 void disassemble_bifrost(uint8_t *code, size_t size, bool verbose);
  /xsrc/external/mit/xdm/dist/config/
Xsetup_0 2 xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
  /xsrc/external/mit/xmore/dist/
xmore.h 34 Boolean verbose; member in struct:__anon9755
  /xsrc/external/mit/libvdpau/dist/
autogen.sh 9 autoreconf --force --verbose --install || exit 1
  /xsrc/external/mit/iceauth/dist/
iceauth.c 38 int verbose = -1; /* print certain messages */ variable
113 verbose = 1;
116 verbose = 0;
136 if (verbose == -1) verbose = 0;
141 if (verbose == -1) { /* set default, don't junk stdout */
142 verbose = (isatty(fileno(stdout)) != 0);
iceauth.h 53 extern int verbose;
  /xsrc/external/mit/xauth/dist/
xauth.c 42 int verbose = -1; /* print certain messages */ variable
121 verbose = 1;
124 verbose = 0;
146 if (verbose == -1) verbose = 0;
151 if (verbose == -1) { /* set default, don't junk stdout */
152 verbose = (isatty(fileno(stdout)) != 0);
  /xsrc/external/mit/xlogo/dist/
xlogo.h 36 #define Log(x) { if(userOptions.verbose) printf x; }
37 #define Msg(x) { if((!userOptions.quiet) || userOptions.verbose) printf x; }
40 Boolean verbose; member in struct:__anon9731
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
decode.h 35 void agxdecode_cmdstream(unsigned cmdbuf_index, unsigned map_index, bool verbose);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_test_printf.c 89 test_printf(unsigned verbose, FILE *fp,
119 test_all(unsigned verbose, FILE *fp)
123 test_printf(verbose, fp, NULL);
130 test_some(unsigned verbose, FILE *fp,
133 return test_all(verbose, fp);
138 test_single(unsigned verbose, FILE *fp)
lp_test.h 62 test_some(unsigned verbose, FILE *fp,
66 test_single(unsigned verbose, FILE *fp);
69 test_all(unsigned verbose, FILE *fp);
lp_test_format.c 79 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose,
138 test_format_float(unsigned verbose, FILE *fp,
155 fetch = add_fetch_rgba_test(gallivm, verbose, desc,
239 test_format_unorm8(unsigned verbose, FILE *fp,
256 fetch = add_fetch_rgba_test(gallivm, verbose, desc,
340 test_one(unsigned verbose, FILE *fp,
346 if (!test_format_float(verbose, fp, format_desc, use_cache)) {
350 if (!test_format_unorm8(verbose, fp, format_desc, use_cache)) {
359 test_all(unsigned verbose, FILE *fp)
401 if (!test_one(verbose, fp, format_desc, use_cache))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_test_printf.c 89 test_printf(unsigned verbose, FILE *fp,
119 test_all(unsigned verbose, FILE *fp)
123 test_printf(verbose, fp, NULL);
130 test_some(unsigned verbose, FILE *fp,
133 return test_all(verbose, fp);
138 test_single(unsigned verbose, FILE *fp)
lp_test.h 62 test_some(unsigned verbose, FILE *fp,
66 test_single(unsigned verbose, FILE *fp);
69 test_all(unsigned verbose, FILE *fp);
lp_test_format.c 79 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose,
138 test_format_float(unsigned verbose, FILE *fp,
155 fetch = add_fetch_rgba_test(gallivm, verbose, desc,
239 test_format_unorm8(unsigned verbose, FILE *fp,
256 fetch = add_fetch_rgba_test(gallivm, verbose, desc,
340 test_one(unsigned verbose, FILE *fp,
346 if (!test_format_float(verbose, fp, format_desc, use_cache)) {
350 if (!test_format_unorm8(verbose, fp, format_desc, use_cache)) {
359 test_all(unsigned verbose, FILE *fp)
404 if (!test_one(verbose, fp, format_desc, use_cache))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
dd_util.h 56 dd_get_debug_filename_and_mkdir(char *buf, size_t buflen, bool verbose);
59 dd_get_debug_file(bool verbose);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
dd_util.h 55 dd_get_debug_filename_and_mkdir(char *buf, size_t buflen, bool verbose);
58 dd_get_debug_file(bool verbose);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
disassemble.h 26 disassemble_midgard(FILE *fp, uint8_t *code, size_t size, unsigned gpu_id, bool verbose);
  /xsrc/external/mit/xlsclients/dist/
xlsclients.c 59 static void lookat (xcb_connection_t *dpy, xcb_window_t root, int verbose, int maxcmdlen);
61 int verbose, int maxcmdlen );
162 Bool verbose = False; local
196 verbose = True;
231 lookat(dpy, screen.data->root, verbose, maxcmdlen);
241 lookat (dpy, screen.data->root, verbose, maxcmdlen);
257 int verbose; member in struct:__anon9733
266 int verbose = cs->verbose; local
279 print_client_properties(c, cs->win[i], cs->verbose, cs->maxcmdlen)
363 int verbose; member in struct:__anon9734
438 int verbose; member in struct:__anon9735
    [all...]
  /xsrc/external/mit/fontconfig/dist/fc-cache/
fc-cache.c 92 {"verbose", 0, 0, 'v'},
108 fprintf (file, _("usage: %s [-EfqrsvVh] [--quick] [-y SYSROOT] [--error-on-no-fonts] [--force|--really-force] [--sysroot=SYSROOT] [--system-only] [--verbose] [--version] [--help] [dirs]\n"),
124 fprintf (file, _(" -v, --verbose display status information while busy\n"));
135 fprintf (file, _(" -v (verbose) display status information while busy\n"));
145 scanDirs (FcStrList *list, FcConfig *config, FcBool force, FcBool really_force, FcBool verbose, FcBool error_on_no_fonts, int *changed)
163 if (verbose)
173 if (verbose)
192 if (verbose)
243 if (verbose)
249 if (verbose)
318 FcBool verbose = FcFalse; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/
report-flakes.py 32 def __init__(self, host, port, verbose):
36 self.verbose = verbose
39 if self.verbose:
45 if self.verbose:
94 parser.add_argument('--verbose', "-v", action="store_true",
109 irc = Connection(args.host, args.port, args.verbose)
  /xsrc/external/mit/libxcvt/dist/cvt/
cvt.c 34 cvt_is_standard(int hdisplay, int vdisplay, float vrefresh, bool reduced, bool verbose)
44 if (verbose)
51 if (verbose)
67 fprintf(stderr, "usage: %s [-v|--verbose] [-r|--reduced] X Y [refresh]\n",
70 fprintf(stderr, " -v|--verbose : Warn about CVT standard adherence.\n");
169 bool reduced = false, verbose = false, is_cvt; local
187 else if (!strcmp(argv[n], "-v") || !strcmp(argv[n], "--verbose"))
188 verbose = true;
251 is_cvt = cvt_is_standard(hdisplay, vdisplay, vrefresh, reduced, verbose);
  /xsrc/external/mit/luit/dist/
luit.h 28 extern int verbose;
  /xsrc/external/mit/xedit/dist/lisp/
require.c 40 load filename &key verbose print if-does-not-exist
43 LispObj *filename, *verbose, *print, *if_does_not_exist; local
47 verbose = ARGUMENT(1);
57 verbose != UNSPEC && verbose != NIL,
  /xsrc/external/mit/xmodmap/dist/
pf.c 68 if (verbose) {
120 if (verbose) {

Completed in 12 milliseconds

1 2 3 4 5 6 7 8 91011>>