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

  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 229 int array_index(const int (&a)[4], int n) { function
  /external/harfbuzz/src/
harfbuzz-gdef.c 654 HB_UShort glyph_index, array_index, count; local
670 array_index = index;
678 array_index = index + 1;
682 byte = ngc[array_index][glyph_index / 4];
989 HB_UShort array_index, glyph_index, count; local
1036 array_index = index;
1044 array_index = index + 1;
1048 byte = ngc[array_index][glyph_index / 4];
1059 ngc[array_index][glyph_index / 4] &= mask;
1060 ngc[array_index][glyph_index / 4] |= bits
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.c 654 HB_UShort glyph_index, array_index, count; local
670 array_index = index;
678 array_index = index + 1;
682 byte = ngc[array_index][glyph_index / 4];
989 HB_UShort array_index, glyph_index, count; local
1036 array_index = index;
1044 array_index = index + 1;
1048 byte = ngc[array_index][glyph_index / 4];
1059 ngc[array_index][glyph_index / 4] &= mask;
1060 ngc[array_index][glyph_index / 4] |= bits
    [all...]
  /system/netd/
CommandListener.cpp 584 int array_index = 0; local
586 while (array_index < num_addrs) {
587 if (!inet_aton(argv[arg_index++], &(addrs[array_index++]))) {
    [all...]
  /external/qemu/block/
vvfat.c 194 static int array_index(array_t* array, void* pointer) function
    [all...]
  /external/v8/src/
objects.h 6690 uint32_t array_index() { function in class:v8::internal::StringHasher
    [all...]

Completed in 1436 milliseconds