Home
last modified time | relevance | path

Searched refs:linebuf (Results 126 – 150 of 3086) sorted by path

12345678910>>...124

/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_image.h1792 stbi_uc *linebuf; member
3059 if (z->img_comp[i].linebuf) { in stbi__free_jpeg_components()
3060 STBI_FREE(z->img_comp[i].linebuf); in stbi__free_jpeg_components()
3061 z->img_comp[i].linebuf = NULL; in stbi__free_jpeg_components()
3080 z->img_comp[i].linebuf = NULL; in stbi__process_frame_header()
3130 z->img_comp[i].linebuf = NULL; in stbi__process_frame_header()
3675 z->img_comp[k].linebuf = (stbi_uc *) stbi__malloc(z->s->img_x + 3); in load_jpeg_image()
3676 …if (!z->img_comp[k].linebuf) { stbi__cleanup_jpeg(z); return stbi__errpuc("outofmem", "Out of memo… in load_jpeg_image()
3702 coutput[k] = r->resample(z->img_comp[k].linebuf, in load_jpeg_image()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ad-hoc/fromUC/analog_models/
H A Dstatic_pjfet.ams235 -- VARIABLE linebuf : line;
240 -- readline(test_IN,linebuf);
241 -- read(linebuf,xgs);
242 -- read(linebuf,xds);
/dports/cad/jspice3/jspice3-2.5/src/lib/cp/
H A Dlexical.c98 bzero(linebuf, BSIZE_SP);
114 linebuf[j++] = c;
134 linebuf[j++] = strip(c);
179 linebuf[j++] = c;
182 linebuf[j++] = '\'';
194 linebuf[j++] = c;
198 linebuf[j++] = c;
202 linebuf[j++] = c;
206 linebuf[j++] = d;
238 linebuf + j);
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/frontend/parser/
H A Dlexical.c176 linebuf.sz = 0; in cp_lexer()
177 linebuf.s = NULL; in cp_lexer()
184 linebuf.i = 0; in cp_lexer()
198 push(&linebuf, c); in cp_lexer()
206 push(&linebuf, c); in cp_lexer()
222 tfree(linebuf.s); in cp_lexer()
266 push(&linebuf, c); in cp_lexer()
268 push(&linebuf, '\''); in cp_lexer()
293 push(&linebuf, d); in cp_lexer()
338 tfree(linebuf.s); in cp_lexer()
[all …]
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dcommon.c887 loc->linebuf = NULL; in loc_read()
H A Dparse.c560 result.linebuf = start->linebuf; in _diff_loc()
5867 yylloc.linebuf = perm_linebuf; in begin_token()
H A Dprim.h32 const char *linebuf; member
H A Dutil.c676 if (loc->linebuf == NULL) in fmt_loc()
679 const char *lb = loc->linebuf; in fmt_loc()
/dports/cad/nvc/nvc-r1.5.3/src/rt/
H A Drtkern.c394 loc->linebuf = NULL; in from_rt_loc()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp660 uint8 *linebuf; member
1203 z->img_comp[i].linebuf = NULL; in process_frame_header()
1256 z->img_comp[i].linebuf = NULL; in process_frame_header()
1460 if (j->img_comp[i].linebuf) { in cleanup_jpeg()
1461 free(j->img_comp[i].linebuf); in cleanup_jpeg()
1462 j->img_comp[i].linebuf = NULL; in cleanup_jpeg()
1509 z->img_comp[k].linebuf = (uint8 *) malloc(z->s->img_x + 3); in load_jpeg_image()
1510 if (!z->img_comp[k].linebuf) { cleanup_jpeg(z); return epuc("outofmem", "Out of memory"); } in load_jpeg_image()
1536 coutput[k] = r->resample(z->img_comp[k].linebuf, in load_jpeg_image()
/dports/cad/sp2sp/gwave2-20090213/spicefile/
H A Dspicestream.c167 if(ss->linebuf) in ss_delete()
168 g_free(ss->linebuf); in ss_delete()
H A Dspicestream.h66 char *linebuf; member
H A Dss_cazm.c102 sf->linebuf = line; in sf_rdhdr_cazm()
148 sf->linebuf = line; in sf_rdhdr_ascii()
228 if(fread_line(sf->fp, &sf->linebuf, &sf->lbufsize) == EOF) { in sf_readrow_ascii()
233 tok = strtok(sf->linebuf, " \t\n"); in sf_readrow_ascii()
H A Dss_hspice.c168 sf->linebuf = line; in sf_rdhdr_hsascii()
541 if(fgets(sf->linebuf, sf->lbufsize, sf->fp) == NULL) in sf_getval_hsascii()
544 l = strlen(sf->linebuf); in sf_getval_hsascii()
546 cp = sf->linebuf + l - 1; in sf_getval_hsascii()
547 while(cp > sf->linebuf && *cp && isspace(*cp)) in sf_getval_hsascii()
550 sf->linep = sf->linebuf; in sf_getval_hsascii()
554 if(sf->linep > sf->linebuf + sf->line_length) { in sf_getval_hsascii()
H A Dss_nsout.c196 sf->linebuf = line; in sf_rdhdr_nsout()
234 v = atof(sf->linebuf) * sf->time_resolution * 1e-9; /* ns */ in sf_readrow_nsout()
238 while(fread_line(sf->fp, &sf->linebuf, &sf->lbufsize) != EOF) { in sf_readrow_nsout()
240 if(sf->linebuf[0] == ';') in sf_readrow_nsout()
243 sidx = strtok(sf->linebuf, " \t"); in sf_readrow_nsout()
H A Dss_spice3.c197 sf->linebuf = line; in sf_rdhdr_s3raw()
231 if(fread_line(sf->fp, &sf->linebuf, &sf->lbufsize) == EOF) { in sf_nexttoken()
235 cp = sf->linebuf; in sf_nexttoken()
242 if(fread_line(sf->fp, &sf->linebuf, &sf->lbufsize) == EOF) { in sf_nexttoken()
246 cp = sf->linebuf; in sf_nexttoken()
/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dexec.cc78 std::string linebuf = ""; in execute() local
162 linebuf += buf; in execute()
165 auto pos = linebuf.find('\n'); in execute()
167 std::string line = linebuf.substr(0, pos); in execute()
168 linebuf.erase(0, pos + 1); in execute()
177 pos = linebuf.find('\n'); in execute()
/dports/cad/yosys/yosys-yosys-0.12/passes/techmap/
H A Dabc.cc602 std::string linebuf; member
633 log("ABC: %s\n", replace_tempdir(linebuf, tempdir_name, show_tempdir).c_str()); in next_char()
634 got_cr = false, linebuf.clear(); in next_char()
638 got_cr = false, linebuf.clear(); in next_char()
639 linebuf += ch; in next_char()
H A Dabc9_exe.cc110 std::string linebuf; member
141 log("ABC: %s\n", replace_tempdir(linebuf, tempdir_name, show_tempdir).c_str()); in next_char()
142 got_cr = false, linebuf.clear(); in next_char()
146 got_cr = false, linebuf.clear(); in next_char()
147 linebuf += ch; in next_char()
/dports/chinese/autoconvert/autoconvert-0.3.16/contrib/xchat-plugins/
H A Dxchat.h290 char linebuf[522]; /* RFC says 512 including \r\n */ member
/dports/chinese/bitchx/bitchx-1.2.1/dll/possum/
H A Dhead.c51 int ishead(char *linebuf) in ishead() argument
57 cp = linebuf; in ishead()
61 parse(linebuf, &hl, parbuf); in ishead()
63 fail(linebuf, "No from or date field"); in ishead()
67 fail(linebuf, "Date field not legal date"); in ishead()
77 void fail(char *linebuf, char *reason) in fail() argument
/dports/chinese/celvis/celvis/
H A Dmodify.c171 BLK linebuf; /* holds part of line that didn't fit */ local
274 for (scan = linebuf.c + BLKSIZE;
293 for (build = blk->c; scan < linebuf.c + BLKSIZE; )
312 for (scan = linebuf.c + BLKSIZE;
331 for (build = blk->c; scan < linebuf.c + BLKSIZE; )
H A Dref.c57 char linebuf[300]; local
74 *linebuf = ' ';
77 if (!fgets(linebuf + 1, (sizeof linebuf) - 1, fp))
82 } while (!desired(linebuf + 1, func));
87 fputs(linebuf + 1, stdout);
88 } while (fgets(linebuf + 1, sizeof linebuf, fp) && linebuf[1] == '\t');
/dports/chinese/cless/cless-290/
H A Dline.c111 n = strlen(&linebuf[curr]);
125 linebuf[curr] = ' ';
282 linebuf[curr] = c;
455 linebuf[curr] = '\n';
459 linebuf[curr] = '\0';
487 return (linebuf[i] & 0377);
518 p = linebuf;
527 if (p >= &linebuf[sizeof(linebuf)-1])
543 *linep = linebuf;
564 p = &linebuf[sizeof(linebuf)];
[all …]
/dports/chinese/fcitx-libpinyin/fcitx-libpinyin-0.5.3/src/
H A Deim.cpp1048 char* linebuf = NULL; in import() local
1050 while (getline(&linebuf, &size, dictfile) != -1) { in import()
1051 if (0 == strlen(linebuf)) in import()
1054 if ('\n' == linebuf[strlen(linebuf) - 1]) { in import()
1055 linebuf[strlen(linebuf) - 1] = '\0'; in import()
1058 gchar** items = g_strsplit_set(linebuf, " \t", 3); in import()
1082 free(linebuf); in import()

12345678910>>...124