Searched refs:sTable (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Analysis/
H A Dmalloc-sizeof.c39 static const int sTable[10]; local
41 int *table = malloc(sizeof sTable);
49 static const double sTable[10]; local
50 int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'int', which is incompatible with sizeof operand type 'const double [10]'}}
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp33 static const char* sTable = "0123456789abcdef"; variable
70 line_buf[j++] = sTable[(*data >> 4) & 0xf];
71 line_buf[j++] = sTable[*data & 0xf];
95 log_line[j++] = sTable[(*data >> 4) & 0xf];
96 log_line[j++] = sTable[*data & 0xf];
120 log_line[j++] = sTable[(*data >> 4) & 0xf];
121 log_line[j++] = sTable[*data & 0xf];
/external/libnfc-nci/src/adaptation/
H A Dlibmain.c36 static const char* sTable = "0123456789abcdef"; variable
195 **str = sTable[(*data >> 4) & 0xf];
197 **str = sTable[*data & 0xf];
364 log_line[j++] = sTable[(*data >> 4) & 0xf];
365 log_line[j++] = sTable[*data & 0xf];
399 log_line[j++] = sTable[(*data >> 4) & 0xf];
400 log_line[j++] = sTable[*data & 0xf];
427 line_buf[j++] = sTable[(*data >> 4) & 0xf];
428 line_buf[j++] = sTable[*data & 0xf];
460 log_line[j++] = sTable[(*dat
[all...]
/external/icu4c/tools/gensprep/
H A DfilterRFC3454.pl93 next unless $line=~ /Start\sTable/;
166 if( $line =~ /End\sTable/){

Completed in 284 milliseconds