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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/core/
bitops.c 7 int ls = 0; local
9 for ( ls = 0 ; value ; ls++ ) {
12 return ls;
  /external/syslinux/libfat/
cache.c 24 struct libfat_sector *ls; local
26 for (ls = fs->sectors; ls; ls = ls->next) {
27 if (ls->n == n)
28 return ls->data; /* Found in cache */
32 ls = malloc(sizeof(struct libfat_sector));
33 if (!ls) {
35 ls = malloc(sizeof(struct libfat_sector))
56 struct libfat_sector *ls, *lsnext; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llex.c 28 #define next(ls) (ls->current = zgetc(ls->z))
32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
46 #define save_and_next(ls) (save(ls, ls->current), next(ls))
    [all...]
lparser.c 56 static void statement (LexState *ls);
57 static void expr (LexState *ls, expdesc *v);
60 static void anchor_token (LexState *ls) {
62 lua_assert(ls->fs != NULL || ls->t.token == TK_EOS);
63 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) {
64 TString *ts = ls->t.seminfo.ts;
65 luaX_newstring(ls, getstr(ts), ts->tsv.len);
71 static l_noret semerror (LexState *ls, const char *msg)
474 LexState *ls = fs->ls; local
    [all...]
  /external/skia/third_party/lua/src/
llex.c 28 #define next(ls) (ls->current = zgetc(ls->z))
32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
46 #define save_and_next(ls) (save(ls, ls->current), next(ls))
    [all...]
lparser.c 56 static void statement (LexState *ls);
57 static void expr (LexState *ls, expdesc *v);
60 static void anchor_token (LexState *ls) {
62 lua_assert(ls->fs != NULL || ls->t.token == TK_EOS);
63 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) {
64 TString *ts = ls->t.seminfo.ts;
65 luaX_newstring(ls, getstr(ts), ts->tsv.len);
71 static l_noret semerror (LexState *ls, const char *msg)
474 LexState *ls = fs->ls; local
    [all...]
  /external/syslinux/com32/lua/src/
llex.c 32 #define next(ls) (ls->current = zgetc(ls->z))
36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
50 #define save_and_next(ls) (save(ls, ls->current), next(ls))
    [all...]
lparser.c 56 static void statement (LexState *ls);
57 static void expr (LexState *ls, expdesc *v);
60 static void anchor_token (LexState *ls) {
62 lua_assert(ls->fs != NULL || ls->t.token == TK_EOS);
63 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) {
64 TString *ts = ls->t.seminfo.ts;
65 luaX_newstring(ls, getstr(ts), ts->tsv.len);
71 static l_noret semerror (LexState *ls, const char *msg)
474 LexState *ls = fs->ls; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
link.c 40 struct link_struct *ls = (struct link_struct *) priv_data; local
47 if (ls->done)
50 rec_len = EXT2_DIR_REC_LEN(ls->namelen);
52 ls->err = ext2fs_get_rec_len(ls->fs, dirent, &curr_rec_len);
53 if (ls->err)
56 if (ext2fs_has_feature_metadata_csum(ls->fs->super))
67 ls->err = ext2fs_set_rec_len(ls->fs, curr_rec_len, dirent);
68 if (ls->err
158 struct link_struct ls; local
    [all...]
unlink.c 40 struct link_struct *ls = (struct link_struct *) priv_data; local
43 prev = ls->prev;
44 ls->prev = dirent;
46 if (ls->name) {
47 if (ext2fs_dirent_name_len(dirent) != ls->namelen)
49 if (strncmp(ls->name, dirent->name, ext2fs_dirent_name_len(dirent)))
52 if (ls->inode) {
53 if (dirent->inode != ls->inode)
64 ls->done++;
76 struct link_struct ls; local
    [all...]
lookup.c 38 struct lookup_struct *ls = (struct lookup_struct *) priv_data; local
40 if (ls->len != ext2fs_dirent_name_len(dirent))
42 if (strncmp(ls->name, dirent->name, ext2fs_dirent_name_len(dirent)))
44 *ls->inode = dirent->inode;
45 ls->found++;
54 struct lookup_struct ls; local
58 ls.name = name;
59 ls.len = namelen;
60 ls.inode = inode;
61 ls.found = 0
    [all...]
  /external/clang/test/CodeGen/
no-opt-volatile-memcpy.c 12 struct s ls; local
13 ls = ls;
15 ls = gs;
18 // CHECK: %[[LS:.*]] = alloca %struct.s, align 4
19 // CHECK-NEXT: %[[ZERO:.*]] = bitcast %struct.s* %[[LS]] to i8*
20 // CHECK-NEXT: %[[ONE:.*]] = bitcast %struct.s* %[[LS]] to i8*
23 // CHECK-NEXT: %[[TWO:.*]] = bitcast %struct.s* %[[LS]] to i8*
  /external/clang/test/CodeGenCXX/
no-opt-volatile-memcpy.cpp 12 struct s ls; local
13 ls = ls;
15 ls = gs;
18 // CHECK: %[[LS:.*]] = alloca %struct.s, align 4
19 // CHECK-NEXT: %[[ZERO:.*]] = bitcast %struct.s* %[[LS]] to i8*
20 // CHECK-NEXT: %[[ONE:.*]] = bitcast %struct.s* %[[LS]] to i8*
23 // CHECK-NEXT: %[[TWO:.*]] = bitcast %struct.s* %[[LS]] to i8*
  /external/toybox/toys/pending/
vi.c 23 struct linestack *ls;
34 void linestack_show(struct linestack *ls, struct linestack_show *lss)
43 if (!(TT.ls = linestack_load(*toys.optargs)))
44 TT.ls = xzalloc(sizeof(struct linestack));
46 for (i=0; i<TT.ls->len; i++)
47 printf("%.*s\n", (int)TT.ls->idx[i].len, (char *)TT.ls->idx[i].ptr);
  /external/ltp/testcases/kernel/fs/racer/
fs_racer_file_list.sh 26 ls -R $DIR/ > /dev/null 2> /dev/null &
27 ls -R $DIR/ > /dev/null 2> /dev/null &
28 ls -R $DIR/ > /dev/null 2> /dev/null &
29 ls -R $DIR/ > /dev/null 2> /dev/null &
30 ls -R $DIR/ > /dev/null 2> /dev/null &
32 ls -R $DIR/ > /dev/null 2> /dev/null &
33 ls -R $DIR/ > /dev/null 2> /dev/null &
34 ls -R $DIR/ > /dev/null 2> /dev/null &
35 ls -R $DIR/ > /dev/null 2> /dev/null &
36 ls -R $DIR/ > /dev/null 2> /dev/null
    [all...]
  /external/e2fsprogs/tests/
test_post 4 num_ok=`ls *.ok 2>/dev/null | wc -l`
5 num_failed=`ls *.failed 2>/dev/null | wc -l`
12 for fname in $(ls *.failed); do
  /external/autotest/client/deps/glbench/
update_glbench_image_filelists.sh 4 ls *.png | sort > ../../glbench/glbench_reference_images.txt
5 ls *.png | sort > index.html
12 ls */*.png 2>/dev/null | sort > ../../glbench/${images}.txt
13 ls */*.png 2>/dev/null | sort > index.html
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
parent01 30 ls
31 ls dir*
35 ls dir1/a
41 ls dir2/b
  /external/valgrind/memcheck/tests/
inits.c 12 static int ls; local
16 if (ls == 0xCAFEBABE) printf("3!\n");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
local_space.h 16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
21 __isl_keep isl_local_space *ls);
22 void *isl_local_space_free(__isl_take isl_local_space *ls);
24 int isl_local_space_is_set(__isl_keep isl_local_space *ls);
26 int isl_local_space_dim(__isl_keep isl_local_space *ls,
28 int isl_local_space_has_dim_name(__isl_keep isl_local_space *ls,
30 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls,
33 __isl_take isl_local_space *ls,
35 int isl_local_space_has_dim_id(__isl_keep isl_local_space *ls,
37 __isl_give isl_id *isl_local_space_get_dim_id(__isl_keep isl_local_space *ls,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
local_space.h 16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
21 __isl_keep isl_local_space *ls);
22 void *isl_local_space_free(__isl_take isl_local_space *ls);
24 int isl_local_space_is_set(__isl_keep isl_local_space *ls);
26 int isl_local_space_dim(__isl_keep isl_local_space *ls,
28 int isl_local_space_has_dim_name(__isl_keep isl_local_space *ls,
30 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls,
33 __isl_take isl_local_space *ls,
35 int isl_local_space_has_dim_id(__isl_keep isl_local_space *ls,
37 __isl_give isl_id *isl_local_space_get_dim_id(__isl_keep isl_local_space *ls,
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
reloc-6a.s 5 ls: label
10 lw $4,%got_page(ls)($gp)
11 addiu $4,$4,%got_ofst(ls)
reloc-6b.s 5 ls: label
10 lw $4,%got_page(ls)($gp)
11 addiu $4,$4,%got_ofst(ls)
  /frameworks/base/core/tests/coretests/src/android/net/
LocalSocketTest.java 35 LocalSocket ls; local
40 ls = new LocalSocket();
42 ls.connect(new LocalSocketAddress("android.net.LocalSocketTest"));
47 ls.getOutputStream().write(42);
57 ls.setFileDescriptorsForSend(
60 ls.getOutputStream().write(42);
71 assertEquals(1, ls.getInputStream().read());
72 assertEquals(4, ls.getInputStream().available());
77 countRead = ls.getInputStream().read(buffer, 1, 15);
87 ls.getInputStream().read(buffer, 1, 16)
    [all...]
  /external/e2fsprogs/debugfs/
ls.c 2 * ls.c --- list directories
101 struct list_dir_struct *ls = (struct list_dir_struct *) private; variable in typeref:struct:list_dir_struct
106 options = ls->options;
107 if (ls->state < 2) {
108 ls->state++;
121 if (debugfs_read_inode(ino, &inode, "ls"))
125 fprintf(ls->f,"/%u/%06o/%d/%d/%*s/", ino, inode.i_mode,
128 fprintf(ls->f, "/");
130 fprintf(ls->f, "%lld/", EXT2_I_SIZE(&inode));
131 fprintf(ls->f, "\n")
200 struct list_dir_struct ls; local
    [all...]

Completed in 1283 milliseconds

1 2 3 4 5 6 7 8 91011>>