Symbol: STORE
lib/libc/citrus/modules/citrus_zw.c
176
STORE;
lib/libc/citrus/modules/citrus_zw.c
196
STORE;
lib/libc/citrus/modules/citrus_zw.c
211
STORE;
lib/libc/citrus/modules/citrus_zw.c
223
STORE;
lib/libc/citrus/modules/citrus_zw.c
237
STORE;
lib/libcrypt/crypt.c
316
STORE(D,D0,D1,*out);
lib/libcrypt/crypt.c
721
STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help);
lib/libcrypt/crypt.c
724
STORE(K,K0,K1,*help);
lib/libcrypt/crypt.c
727
STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help);
lib/libcrypt/crypt.c
776
STORE(L,L0,L1,B);
lib/libcrypt/crypt.c
841
STORE(L,L0,L1,B);
lib/libcrypt/crypt.c
844
STORE(L,L0,L1,B);
lib/libcrypt/crypt.c
848
STORE(L,L0,L1,*(C_block *)out);
sys/arch/riscv/riscv/db_machdep.c
164
return OPCODE_P(insn, STORE) || OPCODE_P(insn, STOREFP);
tests/lib/libc/sys/t_futex_ops.c
272
STORE(&futex_word, 0);
tests/lib/libc/sys/t_futex_ops.c
273
STORE(&futex_word1, 0);
tests/lib/libc/sys/t_futex_ops.c
288
STORE(d->futex_ptr, 1);
tests/lib/libc/sys/t_futex_ops.c
294
STORE(d->error_ptr, errno);
tests/lib/libc/sys/t_futex_ops.c
297
STORE(d->error_ptr, 0);
tests/lib/libc/sys/t_futex_ops.c
305
STORE(d->futex_ptr, 2);
tests/lib/libc/sys/t_futex_ops.c
317
STORE(d->error_ptr, errno);
tests/lib/libc/sys/t_futex_ops.c
320
STORE(d->futex_ptr, 4);
tests/lib/libc/sys/t_futex_ops.c
352
STORE(error_ptr, -1);
tests/lib/libc/sys/t_futex_ops.c
354
STORE(futex_ptr, 0);
tests/lib/libc/sys/t_futex_ops.c
407
STORE(futex_ptr, 0);
tests/lib/libc/sys/t_futex_ops.c
420
STORE(futex_ptr, 3);
tests/lib/libc/sys/t_futex_ops.c
670
STORE(&futex_word, 1);
tests/lib/libc/sys/t_futex_ops.c
795
STORE(&futex_word, 1);
tests/lib/libc/sys/t_futex_ops.c
796
STORE(&futex_word1, 1);