Home
last modified time | relevance | path

Searched defs:SRC (Results 1 – 25 of 61) sorted by relevance

123

/external/bcc/src/cc/
Dlibbpf.h127 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
135 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
163 #define BPF_MOV64_REG(DST, SRC) \ argument
185 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
218 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
228 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
248 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
268 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
/external/bcc/src/cc/includes/
Dlibbpf.h127 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
135 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
163 #define BPF_MOV64_REG(DST, SRC) \ argument
185 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
218 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
228 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
248 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
268 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
/external/iproute2/include/
Dbpf_util.h70 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
78 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
106 #define BPF_MOV64_REG(DST, SRC) \ argument
114 #define BPF_MOV32_REG(DST, SRC) \ argument
144 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
179 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
189 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
209 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
229 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
/external/mesa3d/src/mesa/main/
Dmacros.h260 #define COPY_4V( DST, SRC ) \ argument
281 #define COPY_SZ_4V(DST, SZ, SRC) \ argument
293 #define COPY_CLEAN_4V(DST, SZ, SRC) \ argument
327 #define ACC_4V( DST, SRC ) \ argument
388 #define COPY_3V( DST, SRC ) \ argument
396 #define COPY_3V_CAST( DST, SRC, CAST ) \ argument
404 #define COPY_3FV( DST, SRC ) \ argument
437 #define SELF_SCALE_3V( DST, SRC ) \ argument
445 #define ACC_3V( DST, SRC ) \ argument
511 #define COPY_2V( DST, SRC ) \ argument
[all …]
/external/autotest/client/site_tests/hardware_Keyboard/src/
DMakefile6 SRC = evtest.c macro
/external/autotest/client/site_tests/platform_CompressedSwap/src/
DMakefile6 SRC = hog.c macro
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
DMakefile6 SRC = hog.c macro
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat20 set SRC=%cd%\github\SPIRV-Tools variable
/external/mesa3d/src/mesa/swrast/
Ds_chan.h80 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC) argument
92 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC) argument
104 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC) argument
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
Dbuild.bat20 set SRC=%cd%\github\SPIRV-Tools variable
/external/autotest/client/cros/crash/crasher/
DMakefile6 SRC = crasher.cc macro
/external/ImageMagick/MagickWand/tests/
DMakefile3 SRC=$(shell pwd )/../.. macro
/external/autotest/client/profilers/powertop/src/po/
DMakefile1 SRC=$(wildcard *.po) macro
/external/fsverity-utils/
DMakefile6 SRC := $(wildcard *.c) macro
/external/autotest/client/site_tests/camera_V4L2/src/
DMakefile17 SRC = \ macro
/external/mesa3d/src/mesa/x86/
Dsse_xform4.S35 #define SRC(i) REGOFF(i * 4, ESI) macro
/external/webp/src/dsp/
Dfilters_mips_dsp_r2.c36 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ argument
109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ argument
168 #define PREDICT_LINE_ONE_PASS(SRC, PRED, DST) do { \ argument
Drescaler_neon.c27 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC)) argument
28 #define LOAD_32x8(SRC, DST0, DST1) \ argument
/external/autotest/server/site_tests/firmware_PDTrySrc/
Dfirmware_PDTrySrc.py32 SRC = 1 variable in firmware_PDTrySrc
/external/autotest/server/site_tests/firmware_PDPowerSwap/
Dfirmware_PDPowerSwap.py29 SRC ='SRC_READY' variable in firmware_PDPowerSwap
/external/swiftshader/third_party/LLVM/utils/buildit/
DGNUmakefile28 SRC = $(shell cd $(SRCROOT) && pwd | sed s,/private,,) macro
/external/mesa3d/src/mesa/math/
Dm_translate.c114 #define SRC GLbyte macro
172 #define SRC GLubyte macro
219 #define SRC GLshort macro
273 #define SRC GLushort macro
326 #define SRC GLint macro
380 #define SRC GLuint macro
433 #define SRC GLdouble macro
481 #define SRC GLfloat macro
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttribute.java30 public static final Attribute SRC = new AttributeImpl ("SRC"); field in Attribute
/external/lz4/contrib/djgpp/
DMakefile24 SRC = programs/bench.c programs/lz4io.c programs/lz4cli.c macro
/external/proguard/build/
Dmakefile8 SRC = $(PROGUARD_HOME)/src macro

123