OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_end
(Results
1 - 7
of
7
) sorted by null
/external/liblzf/
lzf_d.c
62
u8 *const
out_end
= op + out_len;
local
72
if (op + ctrl >
out_end
)
129
if (op + len + 2 >
out_end
)
lzf_c.c
112
u8 *
out_end
= op + out_len;
local
167
if (expect_false (op + 3 + 1 >=
out_end
)) /* first a faster conservative test */
168
if (op - !lit + 3 + 1 >=
out_end
) /* second the exact but rare test */
259
if (expect_false (op >=
out_end
))
272
if (op + 3 >
out_end
) /* at most 3 bytes can be missing here */
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
realpath.c
37
char*
out_end
= resolved_path + PATH_MAX - 1;
local
49
if (getcwd(out,
out_end
- out) == NULL)
90
if (out + 1 >
out_end
) {
99
if (out + namelen >
out_end
) {
/external/wpa_supplicant_8/src/tls/
tlsv1_server.c
264
u8 alert, *
out_end
, *out_pos, ct;
local
270
out_end
= out_data + out_len;
274
olen =
out_end
- out_pos;
329
if (out_pos >
out_end
) {
/external/tremolo/Tremolo/
codec_internal.h
65
int
out_end
;
member in struct:vorbis_dsp_state
/external/chromium_org/base/third_party/symbolize/
demangle.cc
148
const char *
out_end
; // End of output string.
member in struct:__anon7120
192
state->
out_end
= out + out_size;
268
if (state->out_cur + 1 < state->
out_end
) { // +1 for '\0'
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.cc
1114
StateInternalPos
out_end
= db_state.ShardEnd(out_pos, out_max);
local
[
all
...]
Completed in 84 milliseconds