Home
last modified time | relevance | path

Searched refs:sindex (Results 1 – 12 of 12) sorted by relevance

/external/iptables/extensions/
Dlibxt_string.c94 int i=0, slen, sindex=0, schar; in parse_hex_string() local
106 if (sindex >= XT_STRING_MAX_PATTERN_SIZE) in parse_hex_string()
134 info->pattern[sindex] = s[i+1]; in parse_hex_string()
156 info->pattern[sindex] = (char) schar; in parse_hex_string()
162 info->pattern[sindex] = s[i]; in parse_hex_string()
165 sindex++; in parse_hex_string()
167 info->patlen = sindex; in parse_hex_string()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c444 struct squashfs_dir_index_2 sindex; in get_dir_index_using_offset() local
445 squashfs_get_cached_block(s, (char *) &sindex, in get_dir_index_using_offset()
447 sizeof(sindex), &index_start, in get_dir_index_using_offset()
449 SQUASHFS_SWAP_DIR_INDEX_2(&index, &sindex); in get_dir_index_using_offset()
494 struct squashfs_dir_index_2 sindex; in get_dir_index_using_name() local
495 squashfs_get_cached_block(s, (char *) &sindex, in get_dir_index_using_name()
497 sizeof(sindex), &index_start, in get_dir_index_using_name()
499 SQUASHFS_SWAP_DIR_INDEX_2(index, &sindex); in get_dir_index_using_name()
Dinode.c1653 struct squashfs_dir_index sindex; in get_dir_index_using_offset() local
1654 squashfs_get_cached_block(s, (char *) &sindex, in get_dir_index_using_offset()
1656 sizeof(sindex), &index_start, in get_dir_index_using_offset()
1658 SQUASHFS_SWAP_DIR_INDEX(&index, &sindex); in get_dir_index_using_offset()
1703 struct squashfs_dir_index sindex; in get_dir_index_using_name() local
1704 squashfs_get_cached_block(s, (char *) &sindex, in get_dir_index_using_name()
1706 sizeof(sindex), &index_start, in get_dir_index_using_name()
1708 SQUASHFS_SWAP_DIR_INDEX(index, &sindex); in get_dir_index_using_name()
/external/tcpdump/
Dprint-smb.c69 int sindex; in smbfind() local
71 for (sindex = 0; list[sindex].name; sindex++) in smbfind()
72 if (list[sindex].id == id) in smbfind()
73 return(&list[sindex]); in smbfind()
81 int sindex; in smbfindint() local
83 for (sindex = 0; list[sindex].name; sindex++) in smbfindint()
84 if (list[sindex].id == id) in smbfindint()
85 return(&list[sindex]); in smbfindint()
/external/ImageMagick/MagickCore/
Dtoken.c798 static ssize_t sindex(int c,const char *string) in sindex() function
860 i=sindex(c,break_set); in Tokenizer()
882 i=sindex(c,quote); in Tokenizer()
915 i=sindex(c,white); in Tokenizer()
/external/python/cffi/c/
Dffi_obj.c1200 int sindex; in _fetch_external_struct_or_union() local
1204 sindex = search_in_struct_unions(&ffi1->types_builder.ctx, s->name, in _fetch_external_struct_or_union()
1206 if (sindex < 0) /* not found at all */ in _fetch_external_struct_or_union()
1208 s1 = &ffi1->types_builder.ctx.struct_unions[sindex]; in _fetch_external_struct_or_union()
1212 return _realize_c_struct_or_union(&ffi1->types_builder, sindex); in _fetch_external_struct_or_union()
Drealize_c_type.c318 _realize_c_struct_or_union(builder_c_t *builder, int sindex) in _realize_c_struct_or_union() argument
324 if (sindex == _CFFI__IO_FILE_STRUCT) { in _realize_c_struct_or_union()
334 s = &builder->ctx.struct_unions[sindex]; in _realize_c_struct_or_union()
/external/emma/core/java12/com/vladium/util/args/
DOptsParser.java474 int sindex = Integer.MAX_VALUE; in getOptNameAndValue() local
479 if ((index > 0) && (index < sindex)) in getOptNameAndValue()
482 sindex = index; in getOptNameAndValue()
488 nv [0] = name.substring (0, sindex); in getOptNameAndValue()
489 nv [1] = name.substring (sindex + 1); in getOptNameAndValue()
/external/one-true-awk/
Dproto.h174 extern Cell *sindex(Node **, int);
Drun.c788 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() function
/external/skia/demos.skia.org/demos/textedit/
Dtextapi_utils.js423 let sindex = 0;
442 s = styles[++sindex];
/external/skia/modules/canvaskit/npm_build/
Dtextapi_utils.js439 let sindex = 0;
458 s = styles[++sindex];