Searched refs:label (Results 1 – 8 of 8) sorted by relevance
/picolibc-latest/test/ |
D | test-put.c | 43 check(char *label, bool ok, int expect, int got) in check() argument 46 fprintf(stderr, "%s: expect %d got %d\n", label, expect, got); in check() 53 check_s(char *label, bool ok, size_t expect, size_t got) in check_s() argument 56 fprintf(stderr, "%s: expect %zd got %zd\n", label, expect, got); in check_s()
|
D | test-memset.c | 86 check(char *label, void *buf, size_t size, size_t start, size_t end, int c) in check() argument 99 label, start, end, p, (uint8_t) e, (uint8_t) g); in check()
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | DEFS.h | 58 ; the address of the PROF label (which is where mcount stores the 63 .label name !\ 89 .label name !\ 114 ; The EXIT macro defines a label (PROF_foo), and a word of storage. 122 .label prof !\ 134 .label prof !\ 143 .label name !\ 150 .label name !\
|
/picolibc-latest/newlib/libc/machine/arm/ |
D | strcmp-armv6m.S | 39 .macro DoSub n, label 47 bne \label 50 .macro Byte_Test n, label 53 DoSub \n, \label
|
/picolibc-latest/newlib/libc/machine/mips/ |
D | strcmp.S | 64 # define L(label) $L ## label argument 66 # define L(label) .L ## label argument
|
D | memset.S | 69 # define L(label) $L ## label argument 71 # define L(label) .L ## label argument
|
D | memcpy.S | 76 # define L(label) $L ## label argument 78 # define L(label) .L ## label argument
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4316 specific label prefixes into account. 16082 * libc/sys/h8300hms/crt0.S (_start): Change local label 22117 conform to user label naming conventions. 24025 * libc/sys/h8300hms/crt0.S: Use temporary label names
|