Searched refs:retval (Results 1 - 6 of 6) sorted by relevance
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
H A D | stack_profile.c | 43 unsigned long retval = sp; local 45 return retval;
|
/system/extras/tests/fstest/ |
H A D | perm_checker.c | 227 int retval = 0; local 233 retval++; 240 if ((retval + rules_matched) > 1) 244 if (retval) 246 if (rules_matched || retval) 247 return retval; 256 retval++; 267 retval++; 275 retval++; // In case no rules either matched or failed, be sure to fail 277 if (retval) 288 int retval = 0; local 316 int retval = 0; local 367 int retval = 0; local [all...] |
/system/core/sh/ |
H A D | histedit.c | 225 int i, retval; local 395 retval = history(hist, &he, H_NEXT_EVENT, first); 396 for (;retval != -1; retval = history(hist, &he, direction)) { 485 int i, retval; local 487 retval = history(hist, &he, H_FIRST); 498 while (retval != -1 && i--) { 499 retval = history(hist, &he, H_NEXT); 501 if (retval == -1) 502 retval [all...] |
H A D | jobs.c | 605 int status, retval = 127; local 633 retval = 127; 643 retval = WEXITSTATUS(status); 646 retval = WSTOPSIG(status) + 128; 650 retval = WTERMSIG(status) + 128; 655 return retval;
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
H A D | stack_profile.c | 57 unsigned long retval = sp; local 60 return retval;
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
H A D | cu_cmd.c | 3149 int retval = 0; local 3164 retval |= dot11_WME_OUI_TYPE; 3172 return retval;
|
Completed in 2588 milliseconds