buffer            272 core/gps_math.c void regressionInit (t_regression *rcb, int size, t_regression_xy buffer[]) {
buffer            274 core/gps_math.c     rcb->values     = buffer;
buffer             74 core/gps_math.h extern void   regressionInit (t_regression *rcb, int size, t_regression_xy buffer[]);
buffer             93 include/lolevel.h extern int _Write (int fd, const void *buffer, long nbytes);
buffer             94 include/lolevel.h extern int _Read (int fd, void *buffer, long nbytes);
buffer             27 include/std/stdlib.h extern int write(int fd, const void *buffer, long nbytes);
buffer             28 include/std/stdlib.h extern int read(int fd, void *buffer, long nbytes);
buffer            390 lib/lua/lauxlib.c #define bufflen(B)	((B)->p - (B)->buffer)
buffer            400 lib/lua/lauxlib.c     lua_pushlstring(B->L, B->buffer, l);
buffer            401 lib/lua/lauxlib.c     B->p = B->buffer;
buffer            430 lib/lua/lauxlib.c   return B->buffer;
buffer            472 lib/lua/lauxlib.c   B->p = B->buffer;
buffer            133 lib/lua/lauxlib.h   char buffer[LUAL_BUFFERSIZE];
buffer            137 lib/lua/lauxlib.h   ((void)((B)->p < ((B)->buffer+LUAL_BUFFERSIZE) || luaL_prepbuffer(B)), \
buffer            304 lib/lua/ldblib.c     char buffer[250];
buffer            306 lib/lua/ldblib.c     if (fgets(buffer, sizeof(buffer), stdin) == 0 ||
buffer            307 lib/lua/ldblib.c         strcmp(buffer, "cont\n") == 0)
buffer            309 lib/lua/ldblib.c     if (luaL_loadbuffer(L, buffer, strlen(buffer), "=(debug command)") ||
buffer             60 lib/lua/llex.c   b->buffer[b->n++] = cast(char, c);
buffer            115 lib/lua/loadlib.c   char buffer[128];
buffer            117 lib/lua/loadlib.c       NULL, error, 0, buffer, sizeof(buffer), NULL))
buffer            118 lib/lua/loadlib.c     lua_pushstring(L, buffer);
buffer            178 lib/lua/lua.c    char buffer[LUA_MAXINPUT];
buffer            179 lib/lua/lua.c    char *b = buffer;
buffer            310 lib/lua/lvm.c        char *buffer;
buffer            318 lib/lua/lvm.c        buffer = luaZ_openspace(L, &G(L)->buff, tl);
buffer            322 lib/lua/lvm.c          memcpy(buffer+tl, svalue(top-i), l);
buffer            325 lib/lua/lvm.c        setsvalue2s(L, top-n, luaS_newlstr(L, buffer, tl));
buffer             84 lib/lua/lzio.c   return buff->buffer;
buffer             25 lib/lua/lzio.h   char *buffer;
buffer             30 lib/lua/lzio.h #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0)
buffer             32 lib/lua/lzio.h #define luaZ_buffer(buff)	((buff)->buffer)
buffer             40 lib/lua/lzio.h 	(luaM_reallocvector(L, (buff)->buffer, (buff)->buffsize, size, char), \
buffer             35 modules/gui_read.c static char buffer[READ_BUFFER_SIZE+1];
buffer             47 modules/gui_read.c     sprintf(buffer, "Batt:%3d%%", get_batt_perc());
buffer             48 modules/gui_read.c     draw_string(camera_screen.disp_right-11*FONT_WIDTH, 0, buffer, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE));
buffer             56 modules/gui_read.c     sprintf(buffer, "%2u:%02u", ttm->tm_hour, ttm->tm_min);
buffer             57 modules/gui_read.c     draw_string(camera_screen.disp_right-17*FONT_WIDTH, 0, buffer, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE));
buffer            150 modules/gui_read.c             n=read(read_file, buffer, READ_BUFFER_SIZE);
buffer            165 modules/gui_read.c                 switch (buffer[i]) {
buffer            174 modules/gui_read.c                         buffer[i] = ' ';
buffer            178 modules/gui_read.c                             if (buffer[i] == ' ') {
buffer            184 modules/gui_read.c                                 for (ii=i, ll=0; ii<n && buffer[ii]!=' ' && buffer[ii]!='\t' && buffer[ii]!='\r' && buffer[ii]!='\n'; ++ii) {
buffer            185 modules/gui_read.c                                     ll+=rbf_char_width(buffer[ii]);
buffer            188 modules/gui_read.c                                     memcpy(buffer, buffer+i, n-i);
buffer            192 modules/gui_read.c                                     m=read(read_file, buffer+n, READ_BUFFER_SIZE-n);
buffer            200 modules/gui_read.c                                     for (; ii<n && buffer[ii]!=' ' && buffer[ii]!='\t' && buffer[ii]!='\r' && buffer[ii]!='\n'; ++ii) {
buffer            201 modules/gui_read.c                                         ll+=rbf_char_width(buffer[ii]);
buffer            210 modules/gui_read.c                         if (!read_fit_next_char(buffer[i])) {
buffer            214 modules/gui_read.c                         xx+=rbf_draw_char(xx, yy, buffer[i], col);
buffer            226 modules/gui_read.c         sprintf(buffer, "(%3d%%) %d/%d", (read_file_size)?(conf.reader_pos*100/read_file_size):0, conf.reader_pos, read_file_size);
buffer            227 modules/gui_read.c         draw_string_justified(camera_screen.disp_left, 0, buffer, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE), 0, 20*FONT_WIDTH, TEXT_LEFT|TEXT_FILL); //title infoline
buffer            375 modules/sha1.c 	unsigned char buffer[64];
buffer            385 modules/sha1.c static void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
buffer            589 modules/sha1.c static void SHA1Transform(u32 state[5], const unsigned char buffer[64])
buffer            600 modules/sha1.c 	memcpy(block, buffer, 64);
buffer            602 modules/sha1.c 	block = (CHAR64LONG16 *) buffer;
buffer            674 modules/sha1.c 		memcpy(&context->buffer[j], data, (i = 64-j));
buffer            675 modules/sha1.c 		SHA1Transform(context->state, context->buffer);
buffer            682 modules/sha1.c 	memcpy(&context->buffer[j], &data[i], len - i);
buffer            714 modules/sha1.c 	memset(context->buffer, 0, 64);
buffer              5 platform/g11/kbd.c extern void _GetKbdState(long* buffer);
buffer            215 platform/generic/filewrite.c int fwt_write(int fd, const void *buffer, long nbytes) {
buffer            217 platform/generic/filewrite.c         return _Write(fd, buffer, nbytes);
buffer            503 platform/generic/wrappers.c int write (int fd, const void *buffer, long nbytes)
buffer            518 platform/generic/wrappers.c     int r = _Write(fd, buffer, nbytes);
buffer            524 platform/generic/wrappers.c int read (int fd, void *buffer, long nbytes)
buffer            526 platform/generic/wrappers.c     return _Read(fd, buffer, nbytes);
buffer            177 platform/ixus30_sd200/sub/100k/boot.c  	 	int ttyRead(MY_DEV* tty,  char* buffer, int nBytes) 
buffer            189 platform/ixus30_sd200/sub/100k/boot.c  	 	        *buffer = cmd[cons_cmd_ptr]; 
buffer            195 platform/ixus30_sd200/sub/100k/boot.c  	 	        *buffer = cmd[cons_cmd_ptr]; 
buffer            236 platform/ixus30_sd200/sub/100k/boot.c  	 	int ttyWrite(MY_DEV* tty,  char* buffer, int nBytes) 
buffer            241 platform/ixus30_sd200/sub/100k/boot.c  	 	        mytty_putc(buffer[i]); 
buffer            244 platform/ixus30_sd200/sub/100k/boot.c  	 	    return ((int(*)(void *p, void *p2, int l))tyWrite)(tty, buffer, nBytes); 
buffer            188 platform/ixus40_sd300/sub/100j/boot.c  	 	int ttyRead(MY_DEV* tty,  char* buffer, int nBytes) 
buffer            200 platform/ixus40_sd300/sub/100j/boot.c  	 	        *buffer = cmd[cons_cmd_ptr]; 
buffer            206 platform/ixus40_sd300/sub/100j/boot.c  	 	        *buffer = cmd[cons_cmd_ptr]; 
buffer            247 platform/ixus40_sd300/sub/100j/boot.c  	 	int ttyWrite(MY_DEV* tty,  char* buffer, int nBytes) 
buffer            252 platform/ixus40_sd300/sub/100j/boot.c  	 	        mytty_putc(buffer[i]); 
buffer            255 platform/ixus40_sd300/sub/100j/boot.c  	 	    return ((int(*)(void *p, void *p2, int l))tyWrite)(tty, buffer, nBytes); 
buffer            183 platform/ixus40_sd300/sub/100k/boot.c  	 	int ttyRead(MY_DEV* tty,  char* buffer, int nBytes) 
buffer            195 platform/ixus40_sd300/sub/100k/boot.c  	 	        *buffer = cmd[cons_cmd_ptr]; 
buffer            201 platform/ixus40_sd300/sub/100k/boot.c  	 	        *buffer = cmd[cons_cmd_ptr]; 
buffer            242 platform/ixus40_sd300/sub/100k/boot.c  	 	int ttyWrite(MY_DEV* tty,  char* buffer, int nBytes) 
buffer            247 platform/ixus40_sd300/sub/100k/boot.c  	 	        mytty_putc(buffer[i]); 
buffer            250 platform/ixus40_sd300/sub/100k/boot.c  	 	    return ((int(*)(void *p, void *p2, int l))tyWrite)(tty, buffer, nBytes); 
buffer             61 platform/ixus900_sd900/sub/100c/debug.c     int ttyRead(MY_DEV* tty,  char* buffer, int nBytes) {
buffer             72 platform/ixus900_sd900/sub/100c/debug.c             *buffer = cmd[cons_cmd_ptr];
buffer             78 platform/ixus900_sd900/sub/100c/debug.c             *buffer = cmd[cons_cmd_ptr];
buffer            117 platform/ixus900_sd900/sub/100c/debug.c     int ttyWrite(MY_DEV* tty,  char* buffer, int nBytes) {
buffer            121 platform/ixus900_sd900/sub/100c/debug.c             mytty_putc(buffer[i]);
buffer            124 platform/ixus900_sd900/sub/100c/debug.c         return ((int(*)(void *p, void *p2, int l))tyWrite)(tty, buffer, nBytes);
buffer             43 platform/sx130is/kbd.c extern void _GetKbdState(long* buffer);
buffer             44 platform/sx150is/kbd.c extern void _GetKbdState(long* buffer);
buffer            106 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int write (int fd, const void *buffer, int nbytes);
buffer            107 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int read (int fd, void *buffer, int nbytes);
buffer            113 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int Write (int fd, const void *buffer, int nbytes);
buffer            114 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int Read (int fd, void *buffer, int nbytes);
buffer            409 tools/packfi2/aes128.c void aes128_cbc_encrypt( void *buffer, const unsigned char *expkey, const void *iv, int len )
buffer            413 tools/packfi2/aes128.c 	uint32_t *bufl = (uint32_t *)buffer;
buffer            425 tools/packfi2/aes128.c void aes128_cbc_decrypt( void *buffer, const unsigned char *expkey, const void *iv, int len )
buffer            430 tools/packfi2/aes128.c 	uint32_t *bufl = (uint32_t *)buffer;
buffer              7 tools/packfi2/aes128.h void aes128_cbc_encrypt( void *buffer, const unsigned char *expkey, const void *iv, int len );
buffer              8 tools/packfi2/aes128.h void aes128_cbc_decrypt( void *buffer, const unsigned char *expkey, const void *iv, int len );