OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_buf
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/sed/
sed.h
51
struct
text_buf
{
struct
162
struct
text_buf
cmd_txt;
compile.c
125
static struct
text_buf
*old_text_buf = NULL;
882
static void read_text P_((struct
text_buf
*buf, int leadin_ch));
885
struct
text_buf
*buf;
[
all
...]
/external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S
88
ldrb r4,[r9,r7] @ load byte from
text_buf
[]
89
add r7,r7,#1 @ advance pointer in
text_buf
93
strb r4,[r9,r2] @ store a byte to
text_buf
[r]
431
text_addr: .word
text_buf
492
.lcomm
text_buf
, (N+F-1)
/external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S
89
mov
text_buf
(%rdx), %al # load byte from
text_buf
[]
90
inc %edx # advance pointer in
text_buf
94
mov %al,
text_buf
(%rbp) # store also to
text_buf
[r]
647
.lcomm
text_buf
, (N+F-1)
/external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S
81
mov
text_buf
(%edx), %al # load byte from
text_buf
[]
82
inc %edx # advance pointer in
text_buf
86
mov %al,
text_buf
(%ebp) # store also to
text_buf
[r]
619
.lcomm
text_buf
, (N+F-1)
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S
64
addi 21,BSS_BEGIN,(
text_buf
-bss_begin)
568
.lcomm
text_buf
, (N+F-1) # These buffers must follow each other
Completed in 175 milliseconds