HomeSort by relevance Sort by last modified time
    Searched full:f_ptr (Results 1 - 4 of 4) sorted by null

  /system/core/libpixelflinger/codeflinger/
disassem.c 311 char* f_ptr; local
339 f_ptr = i_ptr->format;
343 if (*(f_ptr) < 'A' || *(f_ptr) > 'Z') {
348 while (*f_ptr) {
349 switch (*f_ptr) {
540 di->di_printf("[%c - unknown]", *f_ptr);
543 if (*(f_ptr+1) >= 'A' && *(f_ptr+1) <= 'Z')
544 ++f_ptr;
    [all...]
  /external/clang/test/Sema/
attr-format.c 18 int (*f_ptr)(char*,...) __attribute__((format(printf, 1,2))); // no-error variable
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 93 " ld 5,0(5)\n\t" // load f_ptr from f_desc[0]
94 " mtctr %r5\n\t" // f_ptr to count reg
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_az.cpp 348 f = f_ptr )
382 f = f_ptr )

Completed in 565 milliseconds