HomeSort by relevance Sort by last modified time
    Searched defs:sword (Results 1 - 7 of 7) sorted by null

  /external/flatbuffers/samples/
SampleBinary.php 40 $weapon_one = $builder->createString("Sword");
41 $sword = \MyGame\Sample\Weapon::CreateWeapon($builder, $weapon_one, 3); variable
51 $weaps = array($sword, $axe);
97 $expected_weapon_names = array("Sword", "Axe");
sample_binary.cpp 27 // First, lets serialize some weapons for the Monster: A 'sword' and an 'axe'.
28 auto weapon_one_name = builder.CreateString("Sword");
35 auto sword = CreateWeapon(builder, weapon_one_name, weapon_one_damage); local
40 weapons_vector.push_back(sword);
86 std::string expected_weapon_names[] = {"Sword", "Axe"};
  /external/libunwind/src/dwarf/
Gexpr.c 111 sword (unw_addr_space_t as, unw_word_t val) function
485 tmp1 = sword (as, tmp2) / sword (as, tmp1);
563 push (sword (as, tmp2) >> tmp1);
577 push (sword (as, tmp2) <= sword (as, tmp1));
584 push (sword (as, tmp2) >= sword (as, tmp1));
591 push (sword (as, tmp2) == sword (as, tmp1))
    [all...]
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 47 typedef int sword; typedef
52 sword CIE_delta;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-cr16c.c 203 short sword; /* Extracted from the hole and put back. */ local
235 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
236 value = sword;
257 sword = bfd_get_16 (abfd, (char *) data + octets);
258 value = sword & 0x000F;
259 value |= ((sword & 0x0F00) >> 4);
260 left_val = sword & 0xF0F0;
266 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets);
267 value = sword;
321 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets)
    [all...]
  /external/selinux/mcstrans/src/
mcstrans.c 91 word_t **sword; member in struct:word_group
318 free(group->sword);
344 group->sword = NULL;
1040 g->sword = calloc(g->sword_len, sizeof(word_t *));
1041 if (!g->sword) {
1048 g->sword[i++]=w;
1050 qsort(g->sword, g->sword_len, sizeof(word_t *), word_size);
1055 strcat(buffer, g->sword[i]->text);
1199 word_t *w = g->sword[i];
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 244 short sword; member in union:__anon19585::__anon19586
    [all...]

Completed in 254 milliseconds