Searched refs:printf_type (Results 1 – 5 of 5) sorted by relevance
/external/libevent/test/ |
D | tinytest_macros.h | 113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \ argument 120 printf_type print_; \ 121 printf_type print1_; \ 122 printf_type print2_; \
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_printf.c | 66 LLVMTypeRef printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1); in lp_build_print_args() local 67 gallivm->debug_printf_hook = LLVMAddFunction(gallivm->module, "debug_printf", printf_type); in lp_build_print_args()
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.cc | 512 uint32_t printf_type = 0; in Printf() local 516 PreparePrintfArgument(reg1, &core_count, &vfp_count, &printf_type); in Printf() 517 PreparePrintfArgument(reg2, &core_count, &vfp_count, &printf_type); in Printf() 518 PreparePrintfArgument(reg3, &core_count, &vfp_count, &printf_type); in Printf() 519 PreparePrintfArgument(reg4, &core_count, &vfp_count, &printf_type); in Printf() 534 switch (printf_type) { in Printf() 633 uint32_t* printf_type) { in PreparePrintfArgument() argument 644 *printf_type |= 1 << (*core_count + *vfp_count - 1); in PreparePrintfArgument() 651 *printf_type |= 1 << (*core_count + *vfp_count - 1); in PreparePrintfArgument()
|
D | macro-assembler-aarch32.h | 862 uint32_t* printf_type);
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disasm.c | 101 printf_type(uint8_t type) in printf_type() function 598 printf_type(type); in print_instr()
|