OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpool_fill
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
140
compiler->last_label->size += compiler->
cpool_fill
+ (CONST_POOL_ALIGNMENT - 1) + 1;
142
SLJIT_ASSERT(compiler->
cpool_fill
> 0 && compiler->
cpool_fill
<= CPOOL_SIZE);
146
*inst = 0xff000000 | compiler->
cpool_fill
;
156
cpool_end = cpool_ptr + compiler->
cpool_fill
;
164
compiler->
cpool_fill
= 0;
192
else if (compiler->
cpool_fill
> 0) {
194
cpool_end = cpool_ptr + compiler->
cpool_fill
;
208
if (compiler->
cpool_fill
< CPOOL_SIZE) {
209
cpool_index = compiler->
cpool_fill
;
[
all
...]
sljitLir.h
353
sljit_uw
cpool_fill
;
member in struct:sljit_compiler
Completed in 14 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025