HomeSort by relevance Sort by last modified time
    Searched refs:gen1 (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
gen.c 154 #define gen1(s,a) {tab(); fprintf(output, s,a);} macro
193 if ( GenCC ) {gen1("zzTRACEOUT(\"%s\");\n", q->rname);}
194 else gen1("zzTRACEOUT((ANTLRChar *)\"%s\");\n", q->rname);
319 gen1("switch ( _signal ) { /* [%s] */\n",eg->label); /* MR7 */
344 gen1("goto %s_handler; /* MR7 */\n",outerLabel); /* MR7 */
348 gen1("case %s :\n", eh->signalname);
375 gen1("goto %s_handler; /* MR7 */\n",outerLabel); /* MR7 */
492 if ( !GenCC ) gen1("zzBLOCK(zztasp%d);\n", BlkLevel);
502 if ( !GenCC ) gen1("zzEXIT(zztasp%d);\n", BlkLevel);
523 if ( q->parm != NULL && !q->predparm ) gen1("zzaPush(%s);\n", q->parm)
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
replace_test.go 115 // gen1 has multiple old strings of variable length. There is no
117 gen1 := NewReplacer(
131 testCase{gen1, "fooaaabar", "foo3[aaa]b1[a]r"},
132 testCase{gen1, "long, longerst, longer", "short, most long, medium"},
133 testCase{gen1, "xxxxx", "xxxxX"},
134 testCase{gen1, "XiX", "YiY"},
135 testCase{gen1, "", ""},
  /prebuilts/go/linux-x86/src/strings/
replace_test.go 115 // gen1 has multiple old strings of variable length. There is no
117 gen1 := NewReplacer(
131 testCase{gen1, "fooaaabar", "foo3[aaa]b1[a]r"},
132 testCase{gen1, "long, longerst, longer", "short, most long, medium"},
133 testCase{gen1, "xxxxx", "xxxxX"},
134 testCase{gen1, "XiX", "YiY"},
135 testCase{gen1, "", ""},
  /external/libunwind/src/mi/
Gdyn-remote.c 209 unw_word_t dyn_list_addr, addr, next_addr, gen1, gen2, start_ip, end_ip; local
229 if (fetchw (as, a, &addr, &gen1, arg) < 0
280 while (gen1 != gen2);
  /external/ipsec-tools/src/racoon/
oakley.h 159 int gen1; member in struct:dhgroup
ipsec_doi.c 268 if (sa->dhgrp->prime && sa->dhgrp->gen1) {
643 sa->dhgrp->gen1 = ntohs(d->lorv);
646 sa->dhgrp->gen1 = 0;
649 memcpy(&sa->dhgrp->gen1, d + 1, len);
650 sa->dhgrp->gen1 = ntohl(sa->dhgrp->gen1);
    [all...]
oakley.c 116 a.gen1 = 2; \
248 if (eay_dh_compute(dh->prime, dh->gen1, pub, priv, pub_p, gxy) < 0) {
294 if (eay_dh_generate(dh->prime, dh->gen1, dh->gen2, pub, priv) < 0) {
349 if (!g->type || !g->prime || !g->gen1) {
    [all...]
  /prebuilts/go/darwin-x86/test/
divmod.go 33 func gen1(n, w int, f func(uint64)) { func
51 gen1(n1, w1, func(x uint64) {
52 gen1(n2, w2, func(y uint64) {
  /prebuilts/go/linux-x86/test/
divmod.go 33 func gen1(n, w int, f func(uint64)) { func
51 gen1(n1, w1, func(x uint64) {
52 gen1(n2, w2, func(y uint64) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 592 func concat(gen1, gen2 func(func([]byte))) func(func([]byte)) {
594 gen1(func(enc1 []byte) {
604 func concat3(gen1, gen2, gen3 func(func([]byte))) func(func([]byte)) {
606 gen1(func(enc1 []byte) {
618 func concat4(gen1, gen2, gen3, gen4 func(func([]byte))) func(func([]byte)) {
620 gen1(func(enc1 []byte) {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 592 func concat(gen1, gen2 func(func([]byte))) func(func([]byte)) {
594 gen1(func(enc1 []byte) {
604 func concat3(gen1, gen2, gen3 func(func([]byte))) func(func([]byte)) {
606 gen1(func(enc1 []byte) {
618 func concat4(gen1, gen2, gen3, gen4 func(func([]byte))) func(func([]byte)) {
620 gen1(func(enc1 []byte) {
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
eval.pass.cpp 349 std::mt19937 gen1;
356 int r1 = dist1(gen1);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
eval.pass.cpp 328 std::mt19937 gen1;
335 assert(dist1(gen1) == dist2(gen2));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_itertools.py 1360 def gen1(): function in function:RegressionTests.test_sf_950057
    [all...]
  /external/python/cpython2/Lib/test/
test_itertools.py 1442 def gen1(): function in function:RegressionTests.test_sf_950057
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_itertools.py 1375 def gen1(): function in function:RegressionTests.test_sf_950057
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_itertools.py 1375 def gen1(): function in function:RegressionTests.test_sf_950057
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 1375 def gen1(): function in function:RegressionTests.test_sf_950057
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 1375 def gen1(): function in function:RegressionTests.test_sf_950057
    [all...]

Completed in 1730 milliseconds