Home
last modified time | relevance | path

Searched refs:shrt (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/lang/nwcc/nwcc_0.8.3/tests/
H A Dconv.c8 short shrt = SHRT_MAX - 456; in main() local
25 (signed char)shrt, in main()
26 (short)shrt, (int)shrt, (long)shrt, (long long)shrt); in main()
59 (unsigned char)shrt, in main()
60 (unsigned short)shrt, (unsigned int)shrt, (unsigned long)shrt, in main()
61 (unsigned long long)shrt); in main()
/dports/graphics/grx/grx249/src/utilprog/
H A Dmodetest.c78 void ModeText(int i, int shrt,char *mdtxt) { in ModeText() argument
79 switch (shrt) { in ModeText()
95 switch (shrt) { in ModeText()
112 int i, n, shrt, c, cols; in PrintModes() local
116 for (shrt = 0; shrt <= 2; ++shrt) { in PrintModes()
119 ModeText(i,shrt,mdtxt); in PrintModes()
123 if (cols>1 || shrt<2) { in PrintModes()
130 ModeText(i,shrt,mdtxt); in PrintModes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dvector-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dvector-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dvector-size-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
H A Dext-vector-type-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); // expected-error {{vector condition type 'FourInts' (vector of… in Operands()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dvector-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dvector-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dvector-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dvector-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dvector-size-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
H A Dext-vector-type-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); // expected-error {{vector condition type 'FourInts' (vector of… in Operands()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dvector-size-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
H A Dext-vector-type-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); // expected-error {{vector condition type 'FourInts' (vector of… in Operands()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dvector-size-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
H A Dext-vector-type-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); // expected-error {{vector condition type 'FourInts' (vector of… in Operands()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dvector-size-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
H A Dext-vector-type-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); // expected-error {{vector condition type 'FourInts' (vector of… in Operands()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dvector-conditional.cpp76 short shrt = 5; in Operands() local
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in Operands()
85 (void)(four_shorts ? shrt : shrt); // should be fine. in Operands()
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int. in Operands()
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of … in Operands()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dvector-size-conditional.cpp76 short shrt = 5;
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector … in removeConstraint()
85 (void)(four_shorts ? shrt : shrt); // should be fine.
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int.
87 …(void)(four_ints ? shrt : shrt); //expected-error {{vector condition type 'FourInts' (vector of …
H A Dext-vector-type-conditional.cpp76 short shrt = 5;
84 …(void)(four_shorts ? uss : shrt); // expected-error {{vector condition type 'FourShorts' (vector …
85 (void)(four_shorts ? shrt : shrt); // should be fine.
86 (void)(four_ints ? uss : shrt); // should be fine, since they get promoted to int.
87 …(void)(four_ints ? shrt : shrt); // expected-error {{vector condition type 'FourInts' (vector of…
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dmpi_pack_unpack_unit_test.cpp26 static short shrt; member
40 short DataBundle::shrt = 1; member in Dakota::TestBinStream::DataBundle
55 << dat_bundle.nt << dat_bundle.lng << dat_bundle.shrt in test_mpi_send_receive()
76 BOOST_CHECK( dat_bundle.shrt == shrt2 ); in test_mpi_send_receive()
/dports/math/boolector/boolector-3.2.2/src/
H A Dbtormain.c123 char *shrt, in btormain_init_opt() argument
140 app->options[opt].shrt = shrt; in btormain_init_opt()
397 if ((mo->shrt && strcmp (mo->shrt, opt) == 0) in btormain_opt_has_str_arg()
403 if (((btor_opts[i].shrt && strcmp (opt, btor_opts[i].shrt) == 0) in btormain_opt_has_str_arg()
587 const char *shrt, in print_opt() argument
630 if (shrt) in print_opt()
695 const char *shrt, in print_opt_help() argument
708 if (shrt) in print_opt_help()
727 (opt)->shrt, \
1089 if ((po->isshrt && bmo->shrt && !strcmp (bmo->shrt, po->name.start)) in boolector_main()
[all …]
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dkileinfo.cpp105 QString KileInfo::getName(KTextEditor::Document *doc, bool shrt) const in getName()
107 …KILE_DEBUG_MAIN << "===KileInfo::getName(KTextEditor::Document *doc, bool " << shrt << ")===" << e… in getName()
117 title = shrt ? doc->url().fileName() : doc->url().toLocalFile(); in getName()
135 QString KileInfo::getCompileName(bool shrt /* = false */, LaTeXOutputHandler** h /* = Q_NULLPTR */)… in getCompileName() argument
144 return getCompileNameForProject(project, shrt); in getCompileName()
151 return getName(doc, shrt); in getCompileName()
159 if(shrt) { in getCompileName()
168 QString KileInfo::getCompileNameForProject(KileProject *project, bool shrt) const in getCompileNameForProject()
172 if(shrt) { in getCompileNameForProject()
183 if(shrt) { in getCompileNameForProject()
/dports/www/links/links-2.25/
H A Dpng.c117 static void a2char_from_unsigned_short(unsigned char *chr, unsigned short *shrt, int len) in a2char_from_unsigned_short() argument
121 for (;len;len--,shrt++,chr+=2){ in a2char_from_unsigned_short()
122 s=*shrt; in a2char_from_unsigned_short()
129 static void unsigned_short_from_2char(unsigned short *shrt, unsigned char *chr, int len) in unsigned_short_from_2char() argument
133 for (;len;len--,shrt++,chr+=2){ in unsigned_short_from_2char()
135 *shrt=s; in unsigned_short_from_2char()

1234567