OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpool_ptr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
134
sljit_uw*
cpool_ptr
;
local in function:push_cpool
155
cpool_ptr
= compiler->cpool;
156
cpool_end =
cpool_ptr
+ compiler->cpool_fill;
157
while (
cpool_ptr
< cpool_end) {
161
*inst = *
cpool_ptr
++;
186
sljit_uw*
cpool_ptr
;
local in function:push_inst_with_literal
193
cpool_ptr
= compiler->cpool;
194
cpool_end =
cpool_ptr
+ compiler->cpool_fill;
197
if ((*
cpool_ptr
== literal) && !(*cpool_unique_ptr)) {
198
cpool_index =
cpool_ptr
- compiler->cpool
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025