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

1 2 3 4 5 6 7 8 91011>>

  /external/lua/src/
llex.c 32 #define next(ls) (ls->current = zgetc(ls->z))
36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
51 #define save_and_next(ls) (save(ls, ls->current), next(ls))
    [all...]
lparser.c 62 static void statement (LexState *ls);
63 static void expr (LexState *ls, expdesc *v);
67 static l_noret semerror (LexState *ls, const char *msg) {
68 ls->t.token = 0; /* remove "near <token>" from final message */
69 luaX_syntaxerror(ls, msg);
73 static l_noret error_expected (LexState *ls, int token) {
74 luaX_syntaxerror(ls,
75 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token)));
80 lua_State *L = fs->ls->L
475 LexState *ls = fs->ls; 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/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/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/cldr/tools/scripts/build/bin-build/
cleanup.sh 2 /usr/bin/find ${BUILDER_DIR} -maxdepth 1 -name 'build_*' -mtime +7 -ls -exec echo rm -rf {} \;
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
parent01 30 ls
31 ls dir*
35 ls dir1/a
41 ls dir2/b
  /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...]
  /external/eigen/bench/btl/generic_bench/utils/
size_log.hh 36 float ls=0.0; local
44 ls = ls_min + float(i)*delta_ls ;
46 size=int(exp(ls));
  /build/kati/
clang-format-check 8 for f in $(ls *.cc *.h); do
  /dalvik/dx/tests/128-multidex-option-overflow/
run 22 ls -1F out
  /external/google-fruit/extras/doc/
extract_dependencies.sh 5 for f in $(ls *.cpp *.h)
  /external/ltp/testcases/open_posix_testsuite/functional/threads/
Makefile 8 @for dir in `ls -d */Makefile 2>/dev/null | sed -e 's,/Makefile$$,,g'`; do \
  /external/libaom/libaom/av1/encoder/x86/
encodetxb_avx2.c 39 uint8_t *ls = levels; local
49 yy_storeu_256(ls, res);
50 ls += 32;
69 xx_storel_64(ls, res0);
70 *(int32_t *)(ls + width) = 0;
71 xx_storel_64(ls + stride, _mm_srli_si128(res0, 8));
72 *(int32_t *)(ls + width + stride) = 0;
73 xx_storel_64(ls + stride * 2, res1);
74 *(int32_t *)(ls + width + stride * 2) = 0;
75 xx_storel_64(ls + stride * 3, _mm_srli_si128(res1, 8))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
util.py 29 ls = l.strip()
30 if ls:
31 indent = len(l) - len(ls)
  /external/python/cpython2/Tools/framer/framer/
util.py 29 ls = l.strip()
30 if ls:
31 indent = len(l) - len(ls)
  /external/mesa3d/src/compiler/glsl/
loop_unroll.cpp 66 loop_unroll_count(exec_list *list, loop_variable_state *ls,
68 : ls(ls), options(options)
122 loop_variable *lv = ls->get(ir->array_index->variable_referenced());
129 if (int(array->type->length) == ls->limiting_terminator->iterations)
162 loop_variable_state *ls; member in class:loop_unroll_count
181 loop_variable_state *const ls = this->state->get(ir); local
194 if (ls->limiting_terminator) {
195 limit_if = ls->limiting_terminator->ir;
377 loop_variable_state *const ls = this->state->get(ir) local
    [all...]
  /external/grpc-grpc/test/distrib/csharp/test_codegen/
test_codegen.sh 20 ls -lR "../packages/Grpc.Tools.__GRPC_NUGET_VERSION__/tools"
36 ls ./*.cs

Completed in 2086 milliseconds

1 2 3 4 5 6 7 8 91011>>