Home
last modified time | relevance | path

Searched refs:M (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c204 #define loc_apicb_prog_VER_freeresult(M,N) \ argument
205 int RPC_CALLBACK_FUNC_VERSION(loc_apicbprog_, VERSION_CONCAT(M,N), _freeresult) \
230 #define rpc_loc_api_cb_null_VER_svc(M,N) \ argument
231 bool_t RPC_CALLBACK_FUNC_VERSION(rpc_loc_api_cb_null_, VERSION_CONCAT(M,N), _svc) ( \
/hardware/libhardware/include/hardware/
Daudio_effect.h243 #define EFFECT_MAKE_API_VERSION(M, m) (((M)<<16) | ((m) & 0xFFFF)) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm730 Abs v14, v13, \Q0, \Q1 ;# M = |Q0-Q1|
731 vmaxub v14, v14, v4 ;# M = max( |P0-P1|, |Q0-Q1|)
736 max_abs v14, v13, \Q1, \Q2 ;# M = max( M, |Q1-Q2|)
737 max_abs v14, v13, \P1, \P2 ;# M = max( M, |P1-P2|)
738 max_abs v14, v13, \P2, \P3 ;# M = max( M, |P2-P3|)
740 vmaxub v14, v14, v4 ;# M = max interior abs diff
741 vcmpgtub v9, v14, v2 ;# M = true if int_l exceeded
745 vor v8, v8, v9 ;# M = true if edge_l or int_l exceeded
750 vaddubm v13, v13, v1 ;# -16 <= M <= 15, saturation irrelevant
752 vandc v13, v13, v10 ;# adjust P1,Q1 by (M+1)>>1 if ! hev
[all …]
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_common.xdr3 L O C _ A P I _ C O M M O N . X D R
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_common.xdr3 L O C _ A P I _ C O M M O N . X D R
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
Dloc_api_common.xdr32 L O C _ A P I _ C O M M O N . X D R
/hardware/intel/img/libdrm/
Daclocal.m43151 …od='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Versi…
4972 …$CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs…
4979 …$LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $…
4985 …$CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM…
6193 …$CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $de…
6230 …$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objec…
6241 …$CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $c…
8364 # handle `-M -o', and we need to detect this.
8378 # icc: Command line warning: ignoring option '-M'; no argument required
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py3669 match = re.search(start_pattern, text, re.M)