Home
last modified time | relevance | path

Searched refs:PRE (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dseq_in_out_ptr_cmd.h14 RBS | INL | SGF | PRE | EXT | RTO,
28 SGF | PRE | EXT,
29 SGF | PRE | EXT | RTO,
30 SGF | PRE | EXT | RTO,
31 SGF | PRE | EXT | RTO,
32 SGF | PRE | EXT | RTO | RST | EWS,
33 SGF | PRE | EXT | RTO | RST | EWS,
34 SGF | PRE | EXT | RTO | RST | EWS,
37 SGF | PRE | EXT | RTO | RST | EWS
78 if (flags & PRE) in rta_seq_in_ptr()
[all …]
H A Dsec_run_time_asm.h291 #define PRE BIT(18) macro
/f-stack/app/redis-5.0.5/deps/hiredis/
H A D.travis.yml27 - PRE="valgrind --track-origins=yes --leak-check=full"
29 - TARGET="32bit" TARGET_VARS="32bit-vars" PRE="valgrind --track-origins=yes --leak-check=full"
34 env: PRE="valgrind --track-origins=yes --leak-check=full"
37 … env: TARGET="32bit" TARGET_VARS="32bit-vars" PRE="valgrind --track-origins=yes --leak-check=full"
39 script: make $TARGET CFLAGS="$CFLAGS" && make check PRE="$PRE" && make $TARGET_VARS hiredis-example
H A DMakefile151 $(PRE) ./hiredis-test -h 127.0.0.1 -p $(REDIS_PORT) -s /tmp/hiredis-test-redis.sock || \
/f-stack/freebsd/contrib/device-tree/Bindings/display/imx/
H A Dfsl-imx-drm.txt62 Freescale i.MX PRE (Prefetch Resolve Engine)
69 - clocks : phandle to the PRE axi clock input, as described
73 - interrupts: should contain the PRE interrupt
75 used for the PRE SRAM double buffer.
99 - fsl,pres: phandles to the PRE units attached to this PRG, with the fixed
100 PRE as the first entry and the muxable PREs following.
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c242 #define PRE "[string \"" macro
268 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid()
269 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid()