OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sofar
(Results
1 - 8
of
8
) sorted by null
/external/libvorbis/vq/
bookutil.c
86
long
sofar
=0;
local
93
if(
sofar
+1>=lbufsize){
106
if(
sofar
==0)return(NULL);
109
linebuffer[
sofar
]='\0';
113
linebuffer[
sofar
++]=c;
114
linebuffer[
sofar
]='\0';
121
sofar
=0;
/external/selinux/libselinux/src/
label_file.c
747
unsigned int
sofar
= 0;
local
761
memcpy(clean_key +
sofar
, prev_slash, next_slash - prev_slash);
762
sofar
+= next_slash - prev_slash;
766
strcpy(clean_key +
sofar
, prev_slash);
/toolchain/binutils/binutils-2.25/bfd/
nlmcode.h
1307
file_ptr
sofar
;
local
[
all
...]
srec.c
719
bfd_size_type
sofar
= 0;
local
766
BFD_ASSERT (
sofar
== section->size);
788
if (address != section->vma +
sofar
)
791
BFD_ASSERT (
sofar
== section->size);
802
contents[
sofar
] = HEX (data);
804
++
sofar
;
814
BFD_ASSERT (
sofar
== section->size);
[
all
...]
coffcode.h
3134
file_ptr
sofar
= bfd_coff_filhsz (abfd);
local
[
all
...]
ecoff.c
1941
file_ptr
sofar
, file_
sofar
;
local
[
all
...]
xcofflink.c
5934
file_ptr
sofar
;
local
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
read.c
1627
ptrdiff_t
sofar
;
local
[
all
...]
Completed in 890 milliseconds