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

/hardware/akm/AK8975_FS/akmdfs/
H A Dmain.c200 AKFS_PATNO pat; local
219 if (OptParse(argc, argv, &pat) == 0) {
239 if (AKFS_Init(pat, regs) != AKM_SUCCESS) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A 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
H A 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/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_Device.c60 const AKFS_PATNO pat,
65 switch(pat){
59 AKFS_Rotate( const AKFS_PATNO pat, AKFVEC* vec ) argument
H A DAKFS_Device.h102 const AKFS_PATNO pat,
/hardware/intel/img/libdrm/
H A Dltmain.sh3273 char *strendzap (char *str, const char *pat);
3817 strendzap (char *str, const char *pat)
3822 assert (pat != NULL);
3825 patlen = strlen (pat);
3830 if (strcmp (str, pat) == 0)

Completed in 411 milliseconds