Home
last modified time | relevance | path

Searched refs:kp (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
Deval.pass.cpp59 int kp = -1; in main() local
78 if (k != kp) in main()
86 kp = k; in main()
109 int kp = -1; in main() local
128 if (k != kp) in main()
136 kp = k; in main()
159 int kp = -1; in main() local
178 if (k != kp) in main()
186 kp = k; in main()
209 int kp = -1; in main() local
[all …]
Deval_param.pass.cpp58 int kp = -1; in main() local
77 if (k != kp) in main()
85 kp = k; in main()
/ndk/sources/host-tools/nawk-20071023/
Dlex.c437 int binsearch(char *w, Keyword *kp, int n) in binsearch() argument
445 if ((cond = strcmp(w, kp[mid].word)) < 0) in binsearch()
457 Keyword *kp; in word() local
462 kp = keywords + n; in word()
464 yylval.i = kp->sub; in word()
465 switch (kp->type) { /* special handling */ in word()
467 if (kp->sub == FSYSTEM && safe) in word()
469 RET(kp->type); in word()
473 RET(kp->type); in word()
477 RET(kp->type); in word()
[all …]
/ndk/sources/host-tools/make-3.81/
Dansi2knr.c512 char *kp; local
515 while ( (kp = *key) != 0 )
516 { if ( strlen(kp) == len && !strncmp(kp, buf, len) )