Searched refs:char_type (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| H A D | decompress.c | 71 typedef char char_type; typedef in typeref:typename:char 73 typedef unsigned char char_type; typedef in typeref:typename:unsigned char 76 static char_type magic_header[] = { "\037\235" }; /* 1F 9D */ 105 char_type *stackp; 107 char_type finchar; 119 char_type buf[BITS]; 121 char_type de_stack[STACK_SIZE]; 122 char_type *tab_suffix; 151 extra = (1 << maxbits) * sizeof (char_type) + 160 file->tab_suffix = (char_type *) [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| H A D | decompress.c | 72 typedef char char_type; typedef in typeref:typename:char 74 typedef unsigned char char_type; typedef in typeref:typename:unsigned char 77 static char_type magic_header[] = { "\037\235" }; /* 1F 9D */ 106 char_type *stackp; 108 char_type finchar; 120 char_type buf[BITS]; 122 char_type de_stack[STACK_SIZE]; 123 char_type *tab_suffix; 152 extra = (1 << maxbits) * sizeof (char_type) + 161 file->tab_suffix = (char_type *) [all...] |
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | sfdriver.c | 491 char_type_func char_type, 516 if ( p[0] == 0 && char_type( p[1] ) ) 550 char_type_func char_type, 575 if ( char_type( *p ) ) 488 get_win_string(FT_Memory memory,FT_Stream stream,TT_Name entry,char_type_func char_type,FT_Bool report_invalid_characters) argument 547 get_apple_string(FT_Memory memory,FT_Stream stream,TT_Name entry,char_type_func char_type,FT_Bool report_invalid_characters) argument
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_opencl.c | 741 const struct glsl_type *char_type = glsl_get_array_element(deref->var->type); local in function:vtn_add_printf_string 742 vtn_fail_if(char_type != glsl_uint8_t_type() && 743 char_type != glsl_int8_t_type(),
|
Completed in 6 milliseconds