Home
last modified time | relevance | path

Searched refs:st_top (Results 1 – 25 of 69) sorted by relevance

123

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstack.c44 int st_top; member
57 sp->st_top = -1; in stack_new()
70 for (i = 0; i <= sp->st_top; i++) in stack_free()
80 assert(sp->st_top >= 0); in stack_pop()
82 return (sp->st_data[sp->st_top--]); in stack_pop()
88 if (sp->st_top == -1) in stack_peek()
91 return (sp->st_data[sp->st_top]); in stack_peek()
97 sp->st_top++; in stack_push()
99 if (sp->st_top == sp->st_nument) { in stack_push()
105 sp->st_data[sp->st_top] = data; in stack_push()
[all …]
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DPl_RunLength.cc8 state(st_top), in Members()
46 if ((this->m->state == st_top) != (this->m->length <= 1)) in encode()
93 case st_top: in decode()
116 this->m->state = st_top; in decode()
125 this->m->state = st_top; in decode()
162 this->m->state = st_top; in flush_encode()
H A DQPDFTokenizer.cc90 state = st_top; in reset()
255 if (this->m->state == st_top) in presentCharacter()
357 this->m->state = st_top; in presentCharacter()
643 if (this->m->state != st_top) in expectInlineImage()
794 return ((this->m->state == st_top) || in betweenTokens()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/jiffy/c_src/
H A Ddecoder.c66 int st_top; member
96 d->st_top = 0; in dec_new()
103 d->st_top++; in dec_new()
140 assert(d->st_top > 0); in dec_curr()
141 return d->st_data[d->st_top - 1]; in dec_curr()
147 return d->st_top; in dec_top()
156 if(d->st_top == d->st_size) { in dec_push()
165 assert(d->st_top < d->st_size); in dec_push()
166 d->st_data[d->st_top++] = val; in dec_push()
173 if (d->st_top > 0) { in dec_pop()
[all …]
/dports/print/qpdf/qpdf-10.5.0/qpdf/
H A Dfix-qdf.cc32 st_top, enumerator
69 state(st_top), in QdfFixer()
121 if (state == st_top) in processLines()
145 state = st_top; in processLines()
321 state = st_top; in processLines()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/.settings/
H A Dorg.eclipse.core.resources.prefs3 encoding//WebContent/WEB-INF/tmpl/st_top.jsp=UTF-8
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/webapp/WEB-INF/tmpl/
H A Dst_top.jsp2 <!-- st_top.jsp -->
84 <!-- end st_top.jsp -->
H A Dst_header.jsp4 <%-- TODO merge st_header.jsp and st_top.jsp --%>
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanmacho.c487 struct stat st_top, st; in scanmacho_dir() local
493 if (lstat(path, &st_top) == -1) { in scanmacho_dir()
499 if (!S_ISDIR(st_top.st_mode)) in scanmacho_dir()
500 return scanmacho_file(path, &st_top); in scanmacho_dir()
524 if (dir_crossmount || (st_top.st_dev == st.st_dev)) in scanmacho_dir()
/dports/print/qpdf/qpdf-10.5.0/include/qpdf/
H A DPl_RunLength.hh48 enum state_e { st_top, st_copying, st_run }; enumerator
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dsymtable.h16 struct _symtable_entry *st_top; /* module entry */ member
/dports/lang/python27/Python-2.7.18/Include/
H A Dsymtable.h16 struct _symtable_entry *st_top; /* module entry */ member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dsymtable.h16 struct _symtable_entry *st_top; /* module entry */ member
/dports/lang/python37/Python-3.7.12/Include/
H A Dsymtable.h22 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dsymtable.h22 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dsymtable.h22 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dsymtable.h22 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dsymtable.h23 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_symtable.h22 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/lang/python38/Python-3.8.12/Include/
H A Dsymtable.h23 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dsymtable.h23 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/lang/python39/Python-3.9.9/Include/
H A Dsymtable.h23 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dsymtable.h23 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dsymtable.h23 struct _symtable_entry *st_top; /* symbol table entry for module */ member
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_symtable.h22 struct _symtable_entry *st_top; /* symbol table entry for module */ member

123