OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:now_pos
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/simple/
simple_private.h
33
size_t (*filter)(void *simple, uint32_t
now_pos
,
43
uint32_t
now_pos
;
member in struct:__anon405
68
size_t (*filter)(void *simple, uint32_t
now_pos
,
arm.c
18
uint32_t
now_pos
, bool is_encoder,
33
dest =
now_pos
+ (uint32_t)(i) + 8 + src;
35
dest = src - (
now_pos
+ (uint32_t)(i) + 8);
armthumb.c
18
uint32_t
now_pos
, bool is_encoder,
39
dest =
now_pos
+ (uint32_t)(i) + 4 + src;
41
dest = src - (
now_pos
+ (uint32_t)(i) + 4);
powerpc.c
18
uint32_t
now_pos
, bool is_encoder,
37
dest =
now_pos
+ (uint32_t)(i) + src;
39
dest = src - (
now_pos
+ (uint32_t)(i));
sparc.c
18
uint32_t
now_pos
, bool is_encoder,
38
dest =
now_pos
+ (uint32_t)(i) + src;
40
dest = src - (
now_pos
+ (uint32_t)(i));
x86.c
26
x86_code(void *simple_ptr, uint32_t
now_pos
, bool is_encoder,
38
if (
now_pos
- prev_pos > 5)
39
prev_pos =
now_pos
- 5;
51
const uint32_t offset =
now_pos
+ (uint32_t)(buffer_pos)
53
prev_pos =
now_pos
+ (uint32_t)(buffer_pos);
77
dest = src + (
now_pos
+ (uint32_t)(
80
dest = src - (
now_pos
+ (uint32_t)(
ia64.c
18
uint32_t
now_pos
, bool is_encoder,
63
dest =
now_pos
+ (uint32_t)(i) + src;
65
dest = src - (
now_pos
+ (uint32_t)(i));
arm64.c
28
uint32_t
now_pos
, bool is_encoder,
43
uint32_t pc = (uint32_t)(
now_pos
+ i);
riscv.c
354
uint32_t
now_pos
,
387
const uint32_t pc =
now_pos
+ (uint32_t)i;
539
addr +=
now_pos
+ (uint32_t)i;
635
uint32_t
now_pos
,
658
const uint32_t pc =
now_pos
+ (uint32_t)i;
728
addr -=
now_pos
+ (uint32_t)i;
simple_coder.c
60
coder->
now_pos
, coder->is_encoder,
62
coder->
now_pos
+= filtered;
238
size_t (*filter)(void *simple, uint32_t
now_pos
,
276
coder->
now_pos
= simple->start_offset;
277
if (coder->
now_pos
& (alignment - 1))
280
coder->
now_pos
= 0;
Completed in 55 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026