Home
last modified time | relevance | path

Searched defs:yyensure_buffer_stack (Results 1 – 25 of 1165) sorted by relevance

12345678910>>...47

/dports/databases/litestream/litestream-0.3.6/vendor/cloud.google.com/go/dialogflow/cx/apiv3/
H A Ddoc.go20 // Builds conversational interfaces (for example, chatbots, and voice-powered
112 if prerelease != "" {
113 s += "-" + prerelease
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/src/doc/requirements/
H A DSeqPacketSocketService.qbk20 `rh` denotes a value meeting [link asio.reference.ReadHandler `ReadHandler`]
111 specified by the buffers in the sequence. The program must ensure the
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/X86/
H A Dx86-sse41.ll20 ; CHECK-NEXT: [[TMP3:%.*]] = extractelement <2 x double> [[TMP2]], i32 0
111 ; CHECK-LABEL: @test_round_ss_3(
/dports/databases/postgresql11-docs/postgresql-11.14/src/test/modules/test_bloomfilter/
H A DMakefile20 include $(top_srcdir)/contrib/contrib-global.mk
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dgrn_window_functions.h21 grn_rc grn_db_init_builtin_window_functions(grn_ctx *ctx);
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/seg/
H A Dsort-segments.pl20 @ar = split("\t", $b);
21 my $valB = pop @ar;
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/petgraph-0.6.0/src/algo/
H A Dsimple_paths.rs20 /// use petgraph::{algo, prelude::*};
112 use super::all_simple_paths;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Ddeclare_simd_messages.cpp48 #pragma omp declare simd
49 template <>
137 // expected-note@+4 {{defined as aligned}}
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/parser/
H A Dscansup.c1 /*-------------------------------------------------------------------------
2 *
3 * scansup.c
4 * scanner support routines used by the core lexer
5 *
6 * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
8 *
9 *
10 * IDENTIFICATION
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/zlib/
H A Dzlib.map48 ZLIB_1.2.3.3 {
49 adler32_combine64;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/MachO/
H A Dindirect-symbols.s20 .indirect_symbol _f
21 .long 0
111 // CHECK: Name: _c (10)
112 // CHECK: Type: Abs (0x2)
/dports/devel/pcsc-lite/pcsc-lite-1.9.4/src/
H A Dtokenparser.l19 documentation and/or other materials provided with the distribution.
110 ListValues = &elt->values;
111 }
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A Drltty.h20 is generally kept in a file called COPYING or LICENSE. If you do not
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/SystemZ/
H A Dbranch-07.ll112 ; Test a vector of 0/-1 results for i32 NE.
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dcachetable-flush-during-cleaner.cc20 along with PerconaFT. If not, see <http://www.gnu.org/licenses/>.
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/compat/oracle/r/
H A Drpl_sp_package.result110 definer name security_type type comment
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/unicode-bidi-0.3.7/src/
H A Dexplicit.rs109 }
110 let last = stack.last();
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
H A DStatusCodeHandlerRuntimeDxe.c86 ASSERT_EFI_ERROR (Status);
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/Thumb/
H A Dmvn.ll86 %y = load i8, i8* %arrayidx2
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Ddiff.c22 GIT_INLINE(const char *) diff_delta__path(const git_diff_delta *delta)
111 GIT_ASSERT_ARG(out);
112 GIT_ERROR_CHECK_VERSION(out, GIT_DIFF_PERFDATA_VERSION, "git_diff_perfdata");
/dports/games/scummvm/scummvm-2.5.1/engines/private/
H A Dlexer.cpp20 #define yyensure_buffer_stack PRIVATE_ensure_buffer_stack macro
111 #define yyensure_buffer_stack PRIVATE_ensure_buffer_stack macro
1850 static void yyensure_buffer_stack (void) in yyensure_buffer_stack() function
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/grammar/generated/
H A Daxlexer.cc17 #define yyensure_buffer_stack axensure_buffer_stack macro
108 #define yyensure_buffer_stack axensure_buffer_stack macro
2439 static void yyensure_buffer_stack (void) in yyensure_buffer_stack() function
/dports/audio/pianobooster/PianoBooster-1.0.0/translations/
H A Dpianobooster_ru.ts46 <source>B</source>
47 <translation>B</translation>
137 </message>
138 <message>
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libc-0.2.73/src/unix/newlib/
H A Dmod.rs20 pub type speed_t = u32;
21 pub type suseconds_t = i32;
111 pub tm_yday: ::c_int,
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/rvv/
H A Dvmaxu-sdnode-rv64.ll20 ; CHECK-NEXT: ret
21 %head = insertelement <vscale x 1 x i8> undef, i8 %b, i32 0
111 %head = insertelement <vscale x 4 x i8> undef, i8 -3, i32 0

12345678910>>...47