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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a-it-bad.s 14 itt eq label
sp-pc-validations-bad-t.s 5 itt eq label
11 itt eq label
  /external/clang/test/SemaTemplate/
alias-templates.cpp 64 typedef X::traits<X::thing<int>> itt; typedef
66 itt::thing::traits_type itr;
67 itt::thing ith(itr);
69 itt::rebind<bool> btr;
70 itt::rebind_thing<bool> btt(btr);
  /hardware/qcom/audio/post_proc/
volume_listener.c 624 int itt = 0; local
646 for (itt = 0; descriptors[itt] != NULL; itt++) {
647 if (memcmp(uuid, &descriptors[itt]->uuid, sizeof(effect_uuid_t)) == 0) {
649 context->desc = descriptors[itt];
650 context->stream_type = itt;
651 PRINT_STREAM_TYPE(itt)
656 if (descriptors[itt] == NULL) {
  /frameworks/native/opengl/libagl/
primitives.cpp 488 int32_t itt[8]; local
489 itt[1] = itt[2] = itt[4] = itt[5] = 0;
490 itt[6] = itt[7] = 16; // XXX: check that
493 itt[0] = v->texture[i].S * width;
494 itt[6] = 0;
498 itt[3] = v->texture[i].T * height
719 int32_t itt[8] __attribute__((aligned(16))); local
763 int32_t itt[8] __attribute__((aligned(16))); local
    [all...]

Completed in 484 milliseconds