Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_msvs_vcxproj.sh153 for pat in ${pats//;/$IFS}; do
154 if [ "${f##*.}" == "$pat" ]; then
159 if ([ "$pat" == "asm" ] || [ "$pat" == "s" ]) && $asm_use_custom_step; then
177 elif [ "$pat" == "c" ] || \
178 [ "$pat" == "cc" ] || [ "$pat" == "cpp" ]; then
188 elif [ "$pat" == "h" ] ; then
191 elif [ "$pat" == "vcxproj" ] ; then
Dgen_msvs_proj.sh142 for pat in ${pats//;/$IFS}; do
143 if [ "${f##*.}" == "$pat" ]; then
149 if [ "$pat" == "asm" ] && $asm_use_custom_step; then
165 if [ "$pat" == "c" ] || \
166 [ "$pat" == "cc" ] || [ "$pat" == "cpp" ]; then
/hardware/bsp/intel/peripheral/libmraa/src/glob/
Dglob.c943 match(const Char *name, const Char *pat, const Char *patend) in match() argument
949 _DIAGASSERT(pat != NULL); in match()
952 while (pat < patend) { in match()
953 c = *pat++; in match()
956 while (pat < patend && (*pat & M_MASK) == M_ALL) in match()
957 pat++; /* eat consecutive '*' */ in match()
958 if (pat == patend) in match()
960 for (; !match(name, pat, patend); name++) in match()
972 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS) in match()
973 ++pat; in match()
[all …]
/hardware/akm/AK8975_FS/akmdfs/
Dmain.c200 AKFS_PATNO pat; in main() local
219 if (OptParse(argc, argv, &pat) == 0) { in main()
239 if (AKFS_Init(pat, regs) != AKM_SUCCESS) { in main()
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_Device.c60 const AKFS_PATNO pat, in AKFS_Rotate() argument
65 switch(pat){ in AKFS_Rotate()
DAKFS_Device.h102 const AKFS_PATNO pat,