HomeSort by relevance Sort by last modified time
    Searched refs:chptr (Results 1 - 10 of 10) sorted by null

  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 131 char *chptr; local
144 delayMin = strtod(optarg, &chptr);
145 if ((*chptr != '\0') || (delayMin < 0.0)) {
153 delayMax = strtod(optarg, &chptr);
154 if ((*chptr != '\0') || (delayMax < 0.0)) {
162 duration = strtod(optarg, &chptr);
163 if ((*chptr != '\0') || (duration < 0.0)) {
181 startPass = strtoul(optarg, &chptr, 10);
182 if (*chptr != '\0') {
200 endPass = strtoul(optarg, &chptr, 10)
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 243 char *chptr; local
254 perSetDelay = strtod(optarg, &chptr);
255 if ((*chptr != '\0') || (perSetDelay < 0.0)) {
265 endDelay = strtod(optarg, &chptr);
266 if ((*chptr != '\0') || (endDelay < 0.0)) {
274 duration = strtod(optarg, &chptr);
275 if ((*chptr != '\0') || (duration < 0.0)) {
283 numSet = strtoul(optarg, &chptr, 10);
284 if (*chptr != '\0') {
299 startPass = strtoul(optarg, &chptr, 10)
    [all...]
hwcColorEquiv.cpp 169 char *chptr; local
185 endDelay = strtod(optarg, &chptr);
186 if ((*chptr != '\0') || (endDelay < 0.0)) {
hwcRects.cpp 206 char *chptr; local
216 endDelay = strtod(optarg, &chptr);
217 if ((*chptr != '\0') || (endDelay < 0.0)) {
  /external/e2fsprogs/ext2ed/
main.c 268 char * chptr = foo; local
279 if (chptr > foo) {
281 chptr--;
289 *chptr++ = ch;
294 *chptr = '\0';
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 264 char *chptr; // character pointer for command-line parsing local
270 int cpu = strtoul(optarg, &chptr, 10);
271 if (*chptr != '\0') {
290 options.iterDelay = strtod(optarg, &chptr);
291 if ((*chptr != '\0') || (options.iterDelay < 0.0)) {
  /external/libvorbis/lib/
codebook.c 448 int chptr=0; local
456 a[chptr++][i]+=t[j];
457 if(chptr==ch){
458 chptr=0;
  /external/tremolo/Tremolo/
dpen.s 408 MOV r10,r1 @ r10= 0xa[chptr] chptr=0
420 @ r10= 0xa[chptr]
433 LDR r2, [r10],#4 @ r2 = a[chptr++]
435 CMP r10,r8 @ if (chptr == ch)
436 SUBEQ r10,r10,r6, LSL #2 @ chptr = 0
437 LDR r14,[r2, r11,LSL #2]! @ r2 = 0xa[chptr++][i] r14=[r12]
441 ADD r12,r12,r14 @ r12= a[chptr++][i]+ v[j]
442 STR r12,[r2] @ r12= a[chptr++][i]+=v[j]
codebook.c 903 int chptr=0; local
909 a[chptr++][i]+=v[j];
910 if(chptr==ch){
911 chptr=0;
  /external/pcre/dist/
pcre_compile.c     [all...]

Completed in 248 milliseconds