OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_frag
(Results
1 - 3
of
3
) sorted by null
/external/pcre/dist/sljit/
sljitLir.c
489
struct sljit_memory_fragment *
new_frag
;
local
497
new_frag
= (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, compiler->allocator_data);
498
PTR_FAIL_IF_NULL(
new_frag
);
499
new_frag
->next = compiler->buf;
500
compiler->buf =
new_frag
;
501
new_frag
->used_size = size;
502
return
new_frag
->memory;
508
struct sljit_memory_fragment *
new_frag
;
local
516
new_frag
= (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, compiler->allocator_data);
517
PTR_FAIL_IF_NULL(
new_frag
);
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
listing.c
223
static void
new_frag
(void);
290
new_frag
(void)
function
405
new_frag
();
425
new_frag
();
458
new_frag
();
468
new_frag
();
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c
1029
xtensa_move_labels (fragS *
new_frag
, valueT new_offset)
[
all
...]
Completed in 356 milliseconds