Searched defs:inline (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_5/TSRM/ |
| H A D | tsrm_config.w32.h | 14 #undef inline macro 16 # define inline __forceinline macro 18 # define inline macro
|
| /PHP_5_5/ext/standard/ |
| H A D | crypt_freesec.h | 8 # ifndef inline 9 # define inline __inline macro
|
| /PHP_5_5/ext/xmlrpc/libxmlrpc/ |
| H A D | xmlrpc_win32.h | 6 #ifndef inline 7 # define inline __inline macro
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | webpimg.c | 53 #ifndef inline 54 # define inline __inline macro 56 static inline int clip(float v, int a, int b) { 76 static inline int GetRed(const uint32* rgba) { 80 static inline int GetGreen(const uint32* rgba) { 84 static inline int GetBlue(const uint32* rgba) { 90 static inline int clip_uv(int v) { 100 static inline int GetLumaY(int r, int g, int b) { 107 static inline int GetLumaYfromPtr(uint32* rgba) { 114 static inline in [all...] |
| /PHP_5_5/ext/mbstring/oniguruma/win32/ |
| H A D | config.h | 77 #define inline __inline macro
|
| /PHP_5_5/Zend/ |
| H A D | zend_config.w32.h | 65 #undef inline macro 67 # define inline __forceinline macro 69 # define inline macro
|
| /PHP_5_5/main/ |
| H A D | output.c | 44 # undef inline macro 45 # define inline macro 55 static inline int php_output_lock_error(int op TSRMLS_DC); 56 static inline void php_output_op(int op, const char *str, size_t len TSRMLS_DC); 58 static inline php_output_handler *php_output_handler_init(const char *name, size_t name_len, size_t chunk_size, int flags TSRMLS_DC); 59 static inline php_output_handler_status_t php_output_handler_op(php_output_handler *handler, php_output_context *context); 60 static inline int php_output_handler_append(php_output_handler *handler, const php_output_buffer *buf TSRMLS_DC); 61 static inline zval *php_output_handler_status(php_output_handler *handler, zval *entry); 63 static inline php_output_context *php_output_context_init(php_output_context *context, int op TSRMLS_DC); 64 static inline voi [all...] |
| H A D | win95nt.h | 70 #ifdef inline 71 #undef inline macro 73 #define inline __inline macro
|
Completed in 12 milliseconds