Searched refs:int (Results 1 – 25 of 3371) sorted by relevance
12345678910>>...135
84 0 (int (*)(...))085 8 (int (*)(...))(& _ZTISt9exception)86 16 (int (*)(...))std::exception::~exception87 24 (int (*)(...))std::exception::~exception88 32 (int (*)(...))std::exception::what98 0 (int (*)(...))099 8 (int (*)(...))(& _ZTISt13bad_exception)100 16 (int (*)(...))std::bad_exception::~bad_exception101 24 (int (*)(...))std::bad_exception::~bad_exception102 32 (int (*)(...))std::bad_exception::what[all …]
109 0 (int (*)(...))0110 8 (int (*)(...))(& _ZTISt9exception)111 16 (int (*)(...))std::exception::~exception112 24 (int (*)(...))std::exception::~exception113 32 (int (*)(...))std::exception::what123 0 (int (*)(...))0124 8 (int (*)(...))(& _ZTISt13bad_exception)125 16 (int (*)(...))std::bad_exception::~bad_exception126 24 (int (*)(...))std::bad_exception::~bad_exception127 32 (int (*)(...))std::bad_exception::what[all …]
184 0 (int (*)(...))0185 8 (int (*)(...))(& _ZTISt9exception)186 16 (int (*)(...))std::exception::~exception187 24 (int (*)(...))std::exception::~exception188 32 (int (*)(...))std::exception::what198 0 (int (*)(...))0199 8 (int (*)(...))(& _ZTISt13bad_exception)200 16 (int (*)(...))std::bad_exception::~bad_exception201 24 (int (*)(...))std::bad_exception::~bad_exception202 32 (int (*)(...))std::bad_exception::what[all …]
245 0 (int (*)(...))0246 8 (int (*)(...))(& _ZTISt9exception)247 16 (int (*)(...))std::exception::~exception248 24 (int (*)(...))std::exception::~exception249 32 (int (*)(...))std::exception::what259 0 (int (*)(...))0260 8 (int (*)(...))(& _ZTISt13bad_exception)261 16 (int (*)(...))std::bad_exception::~bad_exception262 24 (int (*)(...))std::bad_exception::~bad_exception263 32 (int (*)(...))std::bad_exception::what[all …]
31 int (*call)(struct nlmsghdr *nlh, struct nfattr *nfa[], void *data);39 extern int nfnl_close(struct nfnl_handle *);44 unsigned int);47 @@ -88,8 +89,8 @@ extern int nfnl_sendiov(const struct nfnl_handle *nfnlh,48 const struct iovec *iov, unsigned int num,49 unsigned int flags);51 - unsigned int, u_int8_t, u_int16_t, u_int16_t,53 + unsigned int, uint8_t, uint16_t, uint16_t,55 extern __attribute__((deprecated)) int61 extern int nfnl_callback_register(struct nfnl_subsys_handle *,[all …]
4 Subject: [PATCH 2/2] replace non-standard uint with unsigned int22 static int master_clnt_sd;23 static int master_srv_sd;25 +static unsigned int client_id;27 static int non_blk = 0;28 static int select_ip(struct srv_info *sinfo, char *name);34 +static void master_to_client(unsigned int cmd, unsigned int msglen, unsigned int msgcnt, unsigned …43 +static void client_from_master(unsigned int *cmd, unsigned int *msglen, unsigned int *msgcnt, unsi…52 +static void client_to_master(unsigned int cmd)61 +static void master_from_client(unsigned int *cmd)[all …]
11 static int vlclua_demux_peek( lua_State *L )14 - int n = luaL_checkint( L, 1 );15 + int n = luaL_checkinteger( L, 1 );19 @@ -66,7 +66,7 @@ static int vlclua_demux_peek( lua_State20 static int vlclua_demux_read( lua_State *L )23 - int n = luaL_checkint( L, 1 );24 + int n = luaL_checkinteger( L, 1 );30 @@ -179,7 +179,7 @@ static int vlclua_net_listen_tcp( lua_St34 - int i_port = luaL_checkint( L, 2 );35 + int i_port = luaL_checkinteger( L, 2 );[all …]
18 - void cpuid(int n, int &eax, int &ebx, int &ecx, int &edx)19 + void cpuid(unsigned int n, unsigned int &eax, unsigned int &ebx,20 + unsigned int &ecx, unsigned int &edx)33 - void cpuid(int n, int &eax, int &ebx, int &ecx, int &edx)34 + void cpuid(unsigned int n, unsigned int &eax, unsigned int &ebx,35 + unsigned int &ecx, unsigned int &edx)43 - void xgetbv(int n, int &eax, int &edx)44 + void xgetbv(unsigned int n, unsigned int &eax, unsigned int &edx)52 - void xgetbv(int n, int &eax, int &edx)53 + void xgetbv(unsigned int n, unsigned int &eax, unsigned int &edx)[all …]
27 -int len;28 -int sample;29 -int colours;30 +static void initnet(nn_quant *nnq, unsigned char *thepic, int len, int sample, int colours)32 register int i;33 register int *p;43 int i,j;49 -static unsigned int inxsearch(nnq, al,b,g,r)51 -register int al, b, g, r;52 +static unsigned int inxsearch(nn_quant *nnq, int al, int b, int g, int r)[all …]
22 EXPORT int attr_get (const char *__path, const char *__attrname,23 char *__attrvalue, int *__valuelength, int __flags)26 EXPORT int attr_getf (int __fd, const char *__attrname, char *__attrvalue,27 int *__valuelength, int __flags)33 @@ -139,11 +139,11 @@ EXPORT int attr_getf (int __fd, const char *__attrname, char *__attrvalue,34 EXPORT int attr_set (const char *__path, const char *__attrname,35 const char *__attrvalue, const int __valuelength,36 int __flags)39 EXPORT int attr_setf (int __fd, const char *__attrname,40 const char *__attrvalue, const int __valuelength,[all …]
20 int isalnum(int c);21 int isalpha(int c);22 int isblank(int c); // C9923 int iscntrl(int c);24 int isdigit(int c);25 int isgraph(int c);26 int islower(int c);27 int isprint(int c);28 int ispunct(int c);29 int isspace(int c);[all …]
45 int remove(const char* filename);46 int rename(const char* old, const char* new);49 int fclose(FILE* stream);50 int fflush(FILE* stream);55 int setvbuf(FILE* restrict stream, char* restrict buf, int mode, size_t size);56 int fprintf(FILE* restrict stream, const char* restrict format, ...);57 int fscanf(FILE* restrict stream, const char * restrict format, ...);58 int printf(const char* restrict format, ...);59 int scanf(const char* restrict format, ...);60 int snprintf(char* restrict s, size_t n, const char* restrict format, ...); // C99[all …]
17 -int process_id; // -1 for main task, all modems have numbers starting with 0.19 +extern int process_id; // -1 for main task, all modems have numbers starting with …25 -int modem_handle; // Handle for modem.26 +extern int modem_handle; // Handle for modem.28 -int put_command_timeouts;31 +extern int put_command_timeouts;57 -int alarmlevel; // Alarm Level (9=highest). Verbosity of alarm handler.59 -int loglevel; // Log Level (9=highest). Verbosity of log file.62 -int delaytime; // sleep-time after workless63 -int delaytime_mainprocess; // sleep-time after workless, main process. If -1, delaytime is us…[all …]
1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...
9 …const int pin_to_gpio_rev1[41] = {-1, -1, -1, 0, -1, 1, -1, 4, 14, -1, 15, 17, 18, 21, -1, 22, 23,…10 …const int pin_to_gpio_rev2[41] = {-1, -1, -1, 2, -1, 3, -1, 4, 14, -1, 15, 17, 18, 27, -1, 22, 23,…11 …const int pin_to_gpio_rev3[41] = {-1, -1, -1, 2, -1, 3, -1, 4, 14, -1, 15, 17, 18, 27, -1, 22, 23,…12 +const int (*pin_to_gpio)[41];13 +int gpio_direction[54];15 int setup_error = 0;16 int module_setup = 0;25 -int gpio_mode;26 -const int pin_to_gpio_rev1[41];27 -const int pin_to_gpio_rev2[41];[all …]