OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_base
(Results
1 - 25
of
134
) sorted by null
1
2
3
4
5
6
/external/llvm/test/MC/MachO/
darwin-x86_64-diff-reloc-assign.s
9
// 00000000 False long True SUB False
_base
12
_base
= .
define
14
.long (0x2000) + _start_ap_2 -
_base
/bionic/libc/stdio/
asprintf.c
32
unsigned char *
_base
;
local
36
f._bf.
_base
= f._p = (unsigned char *)malloc(128);
37
if (f._bf.
_base
== NULL)
46
_base
= realloc(f._bf.
_base
, ret + 1);
47
if (
_base
== NULL)
49
*str = (char *)
_base
;
53
free(f._bf.
_base
);
vasprintf.c
31
unsigned char *
_base
;
local
36
f._bf.
_base
= f._p = (unsigned char *)malloc(128);
37
if (f._bf.
_base
== NULL)
44
_base
= realloc(f._bf.
_base
, ret + 1);
45
if (
_base
== NULL)
47
*str = (char *)
_base
;
51
free(f._bf.
_base
);
local.h
71
((((fp)->_flags & __SWR) == 0 || (fp)->_bf.
_base
== NULL) && \
78
#define HASUB(fp) (_UB(fp).
_base
!= NULL)
80
if (_UB(fp).
_base
!= (fp)->_ubuf) \
81
free(_UB(fp).
_base
); \
82
_UB(fp).
_base
= NULL; \
88
#define HASLB(fp) ((fp)->_lb.
_base
!= NULL)
90
free((char *)(fp)->_lb.
_base
); \
91
(fp)->_lb.
_base
= NULL; \
fileext.h
46
#define _EXT(fp) ((struct __sfileext *)((fp)->_ext.
_base
))
52
_UB(fp).
_base
= NULL; \
69
(f)->_ext.
_base
= (unsigned char *)(fext); \
vsscanf.c
53
f._bf.
_base
= f._p = (unsigned char *)str;
56
f._lb.
_base
= NULL;
ungetc.c
52
if (_UB(fp).
_base
== fp->_ubuf) {
58
_UB(fp).
_base
= p;
67
p = realloc(_UB(fp).
_base
, i << 1);
73
_UB(fp).
_base
= p;
126
if (fp->_bf.
_base
!= NULL && fp->_p > fp->_bf.
_base
&&
138
_UB(fp).
_base
= fp->_ubuf;
fvwrite.c
111
size_t blen = fp->_p - fp->_bf.
_base
;
112
unsigned char *
_base
;
local
120
_base
= realloc(fp->_bf.
_base
, _size + 1);
121
if (
_base
== NULL)
124
fp->_bf.
_base
=
_base
;
126
fp->_p =
_base
+ blen;
136
} else if (fp->_p > fp->_bf.
_base
&& (int)len > w) {
177
if (fp->_p > fp->_bf.
_base
&& s > w)
[
all
...]
sscanf.c
57
f._bf.
_base
= f._p = (unsigned char *)str;
60
f._lb.
_base
= NULL;
fseek.c
97
curoff += fp->_p - fp->_bf.
_base
;
124
if (fp->_bf.
_base
== NULL)
172
n = fp->_up - fp->_bf.
_base
;
176
n = fp->_p - fp->_bf.
_base
;
191
fp->_p = fp->_bf.
_base
+ o;
212
fp->_p = fp->_bf.
_base
;
228
* do it. Allow the seek function to change fp->_bf.
_base
.
239
fp->_p = fp->_bf.
_base
;
sprintf.c
56
f._bf.
_base
= f._p = (unsigned char *)str;
vsnprintf.c
59
f._bf.
_base
= f._p = (unsigned char *)str;
vsprintf.c
54
f._bf.
_base
= f._p = (unsigned char *)str;
wbuf.c
72
n = fp->_p - fp->_bf.
_base
;
refill.c
97
if (fp->_bf.
_base
== NULL)
115
fp->_p = fp->_bf.
_base
;
/external/bison/lib/
stdio-impl.h
36
struct { unsigned char *
_base
; int _size; } _bf; \
42
struct { unsigned char *
_base
; int _size; } _ub; \
46
struct { unsigned char *
_base
; int _size; } _lb; \
68
# define fp_ub ((struct __sfileext *) fp->_ext.
_base
)->_ub
73
# define HASUB(fp) (fp_ub.
_base
!= NULL)
95
unsigned char *
_base
; \
108
# define
_base
__base
macro
/bionic/libc/upstream-freebsd/lib/libc/stdio/
fgetln.c
64
if ((p = realloc(fp->_lb.
_base
, newsize)) == NULL)
66
fp->_lb.
_base
= p;
133
(void)memcpy((void *)(fp->_lb.
_base
+ off), (void *)fp->_p,
147
(void)memcpy((void *)(fp->_lb.
_base
+ off), (void *)fp->_p,
155
fp->_lb.
_base
[len] = 0;
158
return ((char *)fp->_lb.
_base
);
wsetup.c
71
fp->_p = fp->_bf.
_base
;
79
if (fp->_bf.
_base
== NULL)
makebuf.c
66
fp->_bf.
_base
= fp->_p = fp->_nbuf;
73
fp->_bf.
_base
= fp->_p = fp->_nbuf;
79
fp->_bf.
_base
= fp->_p = p;
setvbuf.c
80
free((void *)fp->_bf.
_base
);
116
fp->_bf.
_base
= fp->_p = fp->_nbuf;
140
fp->_bf.
_base
= fp->_p = (unsigned char *)buf;
fpurge.c
62
fp->_p = fp->_bf.
_base
;
/external/e2fsprogs/lib/et/
vfprintf.c
37
iop->_ptr = iop->
_base
= localbuf;
41
iop->
_base
= NULL;
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
__init__.py
45
from mod_pywebsocket.handshake.
_base
import AbortedByUserException
46
from mod_pywebsocket.handshake.
_base
import HandshakeException
47
from mod_pywebsocket.handshake.
_base
import VersionException
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
__init__.py
44
from mod_pywebsocket.handshake.
_base
import AbortedByUserException
45
from mod_pywebsocket.handshake.
_base
import HandshakeException
46
from mod_pywebsocket.handshake.
_base
import VersionException
hybi00.py
53
from mod_pywebsocket.handshake.
_base
import HandshakeException
54
from mod_pywebsocket.handshake.
_base
import check_request_line
55
from mod_pywebsocket.handshake.
_base
import format_header
56
from mod_pywebsocket.handshake.
_base
import get_default_port
57
from mod_pywebsocket.handshake.
_base
import get_mandatory_header
58
from mod_pywebsocket.handshake.
_base
import parse_host_header
59
from mod_pywebsocket.handshake.
_base
import validate_mandatory_header
Completed in 1293 milliseconds
1
2
3
4
5
6