HomeSort by relevance Sort by last modified time
    Searched refs:src (Results 1 - 25 of 12122) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libyuv/files/tools_libyuv/ubsan/
blacklist.txt 11 src:*/third_party/yasm/*
15 src:*/usr/*
  /external/webrtc/tools/ubsan/
blacklist.txt 11 src:*/third_party/yasm/*
15 src:*/usr/*
  /external/libopus/
opus_sources.mk 1 OPUS_SOURCES = src/opus.c \
2 src/opus_decoder.c \
3 src/opus_encoder.c \
4 src/opus_multistream.c \
5 src/opus_multistream_encoder.c \
6 src/opus_multistream_decoder.c \
7 src/repacketizer.c
10 src/analysis.c \
11 src/mlp.c \
12 src/mlp_data.
    [all...]
opus_headers.mk 4 src/opus_private.h \
5 src/analysis.h \
6 src/mlp.h \
7 src/tansig_table.h
  /external/tcpdump/
strtoaddr.h 20 int strtoaddr(const char *src, void *dst);
21 int strtoaddr6(const char *src, void *dst);
addrtostr.h 41 extern const char *addrtostr(const void *src, char *dst, size_t size);
42 extern const char *addrtostr6(const void *src, char *dst, size_t size);
  /external/clang/test/CodeGen/
2010-05-26-AsmSideEffect.c 5 int test (void *src) {
8 asm ("ldr %0, [%1]": "=r" (w0): "r" (src));
arm64-lanes.c 6 int8_t test_vdupb_lane_s8(int8x8_t src) {
7 return vdupb_lane_s8(src, 2);
9 // CHECK: extractelement <8 x i8> %src, i32 2
16 uint8_t test_vdupb_lane_u8(uint8x8_t src) {
17 return vdupb_lane_u8(src, 2);
19 // CHECK: extractelement <8 x i8> %src, i32 2
26 int16_t test_vduph_lane_s16(int16x4_t src) {
27 return vduph_lane_s16(src, 2);
29 // CHECK: [[TMP1:%.*]] = bitcast <4 x i16> %src to [[TYPE:.*]]
40 uint16_t test_vduph_lane_u16(uint16x4_t src) {
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_deltas.cpp 11 CJX_Deltas::CJX_Deltas(CXFA_Deltas* src) : CJX_List(src) {}
  /external/libavc/encoder/arm/
ime_platform_macros.h 44 #define USADA8(src,est,sad) \
45 sad += ABS(src[0]-est[0]) + \
46 ABS(src[1]-est[1]) + \
47 ABS(src[2]-est[2]) + \
48 ABS(src[3]-est[3])
  /external/libavc/encoder/armv8/
ime_platform_macros.h 44 #define USADA8(src,est,sad) \
45 sad += ABS(src[0]-est[0]) + \
46 ABS(src[1]-est[1]) + \
47 ABS(src[2]-est[2]) + \
48 ABS(src[3]-est[3])
  /external/libavc/encoder/mips/
ime_platform_macros.h 45 #define USADA8(src,est,sad) \
46 sad += ABS(src[0]-est[0]) + \
47 ABS(src[1]-est[1]) + \
48 ABS(src[2]-est[2]) + \
49 ABS(src[3]-est[3])
  /external/libavc/encoder/x86/
ime_platform_macros.h 45 #define USADA8(src,est,sad) \
46 sad += ABS(src[0]-est[0]) + \
47 ABS(src[1]-est[1]) + \
48 ABS(src[2]-est[2]) + \
49 ABS(src[3]-est[3])
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 6 dst->activeShaderProgram = src.activeShaderProgram;
7 dst->activeTexture = src.activeTexture;
8 dst->attachShader = src.attachShader;
9 dst->beginQuery = src.beginQuery;
10 dst->beginTransformFeedback = src.beginTransformFeedback;
11 dst->bindAttribLocation = src.bindAttribLocation;
12 dst->bindBuffer = src.bindBuffer;
13 dst->bindBufferBase = src.bindBufferBase;
14 dst->bindBufferRange = src.bindBufferRange;
15 dst->bindFramebuffer = src.bindFramebuffer
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/
Android.mk 11 StereoWidening/src/LVCS_BypassMix.c \
12 StereoWidening/src/LVCS_Control.c \
13 StereoWidening/src/LVCS_Equaliser.c \
14 StereoWidening/src/LVCS_Init.c \
15 StereoWidening/src/LVCS_Process.c \
16 StereoWidening/src/LVCS_ReverbGenerator.c \
17 StereoWidening/src/LVCS_StereoEnhancer.c \
18 StereoWidening/src/LVCS_Tables.c \
19 Bass/src/LVDBE_Control.c \
20 Bass/src/LVDBE_Init.c
    [all...]
  /external/speex/libspeex/
misc_bfin.h 37 void *speex_move (void *dest, void *src, int n)
49 : "=a" (src), "=a" (dest)
50 : "a" ((n>>2)-1), "0" (src), "1" (dest)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/
LuaLib.inf 34 src/lapi.c
35 src/lauxlib.c
36 src/lbaselib.c
37 src/lbitlib.c
38 src/lcode.c
39 src/lcorolib.c
40 src/lctype.c
41 src/ldblib.c
42 src/ldebug.c
43 src/ldo.c
    [all...]
  /external/libmicrohttpd/src/microhttpd/
base64.h 15 BASE64Decode(const char* src);
  /toolchain/binutils/binutils-2.27/libiberty/
memchr.c 24 const unsigned char *src = (const unsigned char *)src_void; local
28 if (*src == c)
29 return (PTR)src;
30 src++;
  /external/icu/icu4c/source/common/
cwchar.cpp 25 U_CAPI wchar_t *uprv_wcscat(wchar_t *dst, const wchar_t *src) {
30 while((*dst=*src)!=0) {
32 ++src;
37 U_CAPI wchar_t *uprv_wcscpy(wchar_t *dst, const wchar_t *src) {
39 while((*dst=*src)!=0) {
41 ++src;
46 U_CAPI size_t uprv_wcslen(const wchar_t *src) {
47 const wchar_t *start=src;
48 while(*src!=0) {
49 ++src;
    [all...]
  /external/valgrind/none/tests/amd64/
sse4-64.c 395 V128 src, dst; local
398 randV128(&src);
400 DO_imm_mandr_r("blendpd", 0, src, dst);
401 DO_imm_mandr_r("blendpd", 1, src, dst);
402 DO_imm_mandr_r("blendpd", 2, src, dst);
403 DO_imm_mandr_r("blendpd", 3, src, dst);
409 V128 src, dst; local
412 randV128(&src);
414 DO_imm_mandr_r("blendps", 0, src, dst);
415 DO_imm_mandr_r("blendps", 1, src, dst)
435 V128 src, dst; local
702 V128 src, dst; local
973 V128 src, dst; local
1244 V128 src, dst; local
1262 V128 src, dst; local
1286 V128 src, dst; local
1552 V128 src, dst; local
1572 V128 src; local
1594 ULong src; local
1632 V128 src; local
1646 ULong src; local
1668 V128 src; local
1678 ULong src; local
1692 V128 src; local
1700 ULong src; local
1710 V128 src; local
1721 V128 src, dst; local
1735 V128 src, dst; local
1746 V128 src, dst; local
1757 V128 src, dst; local
1768 V128 src, dst; local
1779 V128 src, dst; local
1790 V128 src, dst; local
1801 V128 src, dst; local
1812 V128 src, dst; local
1823 V128 src, dst; local
1834 V128 src, dst; local
1845 V128 src, dst; local
1856 V128 src, dst; local
1867 V128 src, dst; local
1878 V128 src, dst; local
1889 V128 src, dst; local
1900 V128 src, dst; local
1911 V128 src, dst; local
1922 V128 src, dst; local
1933 V128 src, dst; local
1944 V128 src, dst; local
1955 V128 src, dst; local
1967 V128 src, dst; local
2156 V128 src, dst; local
2323 V128 src, dst; local
2451 V128 src, dst; local
2639 V128 src, dst; local
2767 V128 src, dst; local
2954 V128 src, dst; local
3098 V128 src, dst; local
3289 V128 src, dst; local
3465 V128 src, dst; local
3583 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; local
3650 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; local
3717 V128 xmm0, src, dst, t_xmm0, t_src, t_dst; local
3756 V128 src, dst; local
    [all...]
  /external/elfutils/libelf/
chdr_xlate.h 6 Elf32_cvt_chdr (void *dest, const void *src, size_t len, int encode)
13 if (dest != src)
14 memmove (dest, src, len);
17 Elf32_cvt_Chdr (dest, src, sizeof (Elf32_Chdr), encode);
21 Elf64_cvt_chdr (void *dest, const void *src, size_t len, int encode)
28 if (dest != src)
29 memmove (dest, src, len);
32 Elf64_cvt_Chdr (dest, src, sizeof (Elf64_Chdr), encode);
  /external/syslinux/com32/lib/
strcat.c 7 char *strcat(char *dst, const char *src)
9 strcpy(strchr(dst, '\0'), src);
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec128.c 9 void vector_copy ( void* dst, void* src )
13 : /*OUT*/ : /*IN*/ "r"(dst), "r"(src) : "memory","xmm7"
sh-mem-vec256.c 9 void vector_copy ( void* dst, void* src )
16 : /*OUT*/ : /*IN*/ "r"(dst), "r"(src) : "memory","xmm7"

Completed in 1271 milliseconds

1 2 3 4 5 6 7 8 91011>>