Searched refs:p_tmp (Results 1 – 4 of 4) sorted by relevance
45 const char *p_tmp = p_end; in match_boyer_moore_horspool() local46 while (*s_tmp == *p_tmp) { in match_boyer_moore_horspool()47 p_tmp--; in match_boyer_moore_horspool()48 if (p_tmp < p_start) { in match_boyer_moore_horspool()69 const char *p_tmp = p_end; in match_boyer_moore_horspool_nocase() local70 while (apr_tolower(*s_tmp) == apr_tolower(*p_tmp)) { in match_boyer_moore_horspool_nocase()71 p_tmp--; in match_boyer_moore_horspool_nocase()72 if (p_tmp < p_start) { in match_boyer_moore_horspool_nocase()
1099 u32 *p_tmp; in ecore_dmae_sanity() local1110 for (p_tmp = (u32 *)p_virt; in ecore_dmae_sanity()1111 p_tmp < (u32 *)((u8 *)p_virt + size); in ecore_dmae_sanity()1112 p_tmp++) { in ecore_dmae_sanity()1114 val = (u32)(osal_uintptr_t)p_tmp; in ecore_dmae_sanity()1115 *p_tmp = val; in ecore_dmae_sanity()1138 for (p_tmp = (u32 *)((u8 *)p_virt + size); in ecore_dmae_sanity()1140 p_tmp++) { in ecore_dmae_sanity()1142 val = (u32)(osal_uintptr_t)p_tmp - size; in ecore_dmae_sanity()1144 if (*p_tmp != val) { in ecore_dmae_sanity()[all …]
191 struct ecore_mcp_cmd_elem *p_cmd_elem = OSAL_NULL, *p_tmp; in ecore_mcp_free() local197 OSAL_LIST_FOR_EACH_ENTRY_SAFE(p_cmd_elem, p_tmp, in ecore_mcp_free()
707 f_provnode *p, *p_tmp; in do_file() local744 p_tmp = p; in do_file()754 free(p_tmp); in do_file()