HomeSort by relevance Sort by last modified time
    Searched refs:lc (Results 1 - 25 of 1424) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/svox/pico/lib/
picobase.c 101 picoos_uint32 lc; local
103 lc = utf32;
105 lc = (utf32 + 32);
107 lc = (utf32 + 40);
132 lc = (utf32 + 1);
142 lc = (utf32 - 8);
146 lc = (utf32 - 8);
151 lc = (utf32 + 16);
156 lc = (utf32 + 26);
159 lc = 8112
498 picoos_uint32 lc; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait_bitset01.c 38 int lc; local
44 for (lc = 0; TEST_LOOPING(lc); lc++)
futex_wait_bitset02.c 38 int lc; local
44 for (lc = 0; TEST_LOOPING(lc); lc++)
  /external/ltp/testcases/kernel/syscalls/chdir/
chdir02.c 127 int lc; local
133 for (lc = 0; TEST_LOOPING(lc); lc++) {
137 TEST(chdir(dirs[lc % 2]));
141 dirs[lc % 2]);
144 dirs[lc % 2], TEST_RETURN);
  /external/ltp/testcases/kernel/syscalls/getrandom/
getrandom03.c 46 int lc, i; local
51 for (lc = 0; TEST_LOOPING(lc); lc++) {
getrandom01.c 41 int lc, i; local
45 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/nice/
nice05.c 129 int lc; local
144 for (lc = 0; TEST_LOOPING(lc); lc++) {
148 val = lc % 39;
  /external/v8/tools/
draw_instruction_graph.sh 99 set style line 2 lc rgb '#800000'
100 set style line 3 lc rgb '#d00000'
101 set style line 4 lc rgb '#ff6000'
102 set style line 5 lc rgb '#ffc000'
103 set style line 6 lc rgb '#ffff00'
105 set style line 7 lc rgb '#ff00ff'
106 set style line 8 lc rgb '#ffc0ff'
108 set style line 9 lc rgb '#004040'
109 set style line 10 lc rgb '#008080'
110 set style line 11 lc rgb '#40c0c0
    [all...]
  /external/ltp/testcases/kernel/module/delete_module/
delete_module01.c 46 int lc; local
52 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/alarm/
alarm01.c 125 int lc; local
131 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/capget/
capget01.c 87 int lc; local
96 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/close/
close02.c 69 int lc; local
76 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/execlp/
execlp01.c 54 int lc; local
61 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/fchdir/
fchdir02.c 71 int lc; local
77 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/getdomainname/
getdomainname01.c 82 int lc; local
88 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/getegid/
getegid01.c 55 int lc; local
61 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/geteuid/
geteuid01.c 55 int lc; local
61 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/getgid/
getgid01.c 54 int lc; local
60 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/gethostname/
gethostname01.c 124 int lc; local
132 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/getpgrp/
getpgrp01.c 127 int lc; local
133 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/getpid/
getpid01.c 125 int lc; local
131 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/getppid/
getppid01.c 127 int lc; local
133 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/getrusage/
getrusage01.c 83 int lc, i; local
90 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/getsid/
getsid02.c 37 int lc; local
43 for (lc = 0; TEST_LOOPING(lc); lc++) {
  /external/ltp/testcases/kernel/syscalls/gettid/
gettid01.c 50 int lc; local
59 for (lc = 0; TEST_LOOPING(lc); lc++) {

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011>>