Home
last modified time | relevance | path

Searched refs:nfields (Results 1 - 22 of 22) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c159 static void inleap(char ** fields, int nfields);
160 static void inlink(char ** fields, int nfields);
161 static void inrule(char ** fields, int nfields);
162 static int inzcont(char ** fields, int nfields);
163 static int inzone(char ** fields, int nfields);
164 static int inzsub(char ** fields, int nfields, int iscont);
980 register int nfields; in infile() local
1007 nfields = 0; in infile()
1008 while (fields[nfields] != NULL) { in infile()
1011 if (strcmp(fields[nfields], " in infile()
1119 inrule(register char **const fields, const int nfields) inrule() argument
1145 inzone(register char **const fields, const int nfields) inzone() argument
1179 inzcont(register char **const fields, const int nfields) inzcont() argument
1189 inzsub(register char **const fields, const int nfields, const int iscont) inzsub() argument
1266 inleap(register char ** const fields, const int nfields) inleap() argument
1369 inlink(register char **const fields, const int nfields) inlink() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c158 static void inleap(char ** fields, int nfields);
159 static void inlink(char ** fields, int nfields);
160 static void inrule(char ** fields, int nfields);
161 static int inzcont(char ** fields, int nfields);
162 static int inzone(char ** fields, int nfields);
163 static int inzsub(char ** fields, int nfields, int iscont);
979 register int nfields; in infile() local
1006 nfields = 0; in infile()
1007 while (fields[nfields] != NULL) { in infile()
1010 if (strcmp(fields[nfields], " in infile()
1118 inrule(register char **const fields, const int nfields) inrule() argument
1144 inzone(register char **const fields, const int nfields) inzone() argument
1178 inzcont(register char **const fields, const int nfields) inzcont() argument
1188 inzsub(register char **const fields, const int nfields, const int iscont) inzsub() argument
1265 inleap(register char ** const fields, const int nfields) inleap() argument
1368 inlink(register char **const fields, const int nfields) inlink() argument
[all...]
/third_party/tzdata/
H A Dzic.c185 static void inleap(char ** fields, int nfields);
186 static void inlink(char ** fields, int nfields);
187 static void inrule(char ** fields, int nfields);
188 static bool inzcont(char ** fields, int nfields);
189 static bool inzone(char ** fields, int nfields);
1718 int nfields; in infile() local
1723 nfields = getfields(buf, fields, in infile()
1725 if (nfields == 0) { in infile()
1728 wantcont = inzcont(fields, nfields); in infile()
1737 inrule(fields, nfields); in infile()
1845 inrule(char **fields, int nfields) inrule() argument
1878 inzone(char **fields, int nfields) inzone() argument
1910 inzcont(char **fields, int nfields) inzcont() argument
1920 inzsub(char **fields, int nfields, bool iscont) inzsub() argument
2083 inleap(char **fields, int nfields) inleap() argument
2109 inexpires(char **fields, int nfields) inexpires() argument
2120 inlink(char **fields, int nfields) inlink() argument
[all...]
/third_party/toybox/toys/posix/
H A Duniq.c38 long nchars = TT.s, nfields = TT.f; in skip() local
41 while (nfields--) { in skip()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Dmultipart.js65 let nfields = 0
215 if (nfields === fieldsLimit) {
223 ++nfields
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c366 if (ctx->group->nfields == ctx->group->fields_size) { in create_and_append_field()
374 ctx->group->fields[ctx->group->nfields++] = create_field(ctx, atts); in create_and_append_field()
519 for (int i = 0; i < group->nfields; i++) { in end_element()
533 qsort(group->fields, group->nfields, sizeof(*group->fields), in end_element()
542 assert(ctx->group->nfields > 0); in end_element()
543 struct v3d_field *field = ctx->group->fields[ctx->group->nfields - 1]; in end_element()
709 for (int j = 0; j < group->nfields; j++) { in v3d_spec_find_instruction()
733 for (int i = 0; i < group->nfields; i++) { in v3d_group_get_length()
766 return iter->field_iter < iter->group->nfields; in iter_more_fields()
H A Dv3d_decoder.h68 uint32_t nfields; member
/third_party/ffmpeg/libavfilter/
H A Dvf_detelecine.c108 int nfields = 0; in init() local
110 nfields += *p - '0'; in init()
112 if (nfields >= 2*s->start_frame) { in init()
113 s->init_len = nfields - 2*s->start_frame; in init()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_gather_xfb_info.c246 unsigned nfields = glsl_get_length(itype); in nir_gather_xfb_info_with_varyings() local
248 for (unsigned f = 0; f < nfields; f++) { in nir_gather_xfb_info_with_varyings()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c498 int nfields = upb_msgdef_numfields(msgdef); in create_layout() local
512 layout->fields = ALLOC_N(MessageField, nfields); in create_layout()
520 for (i = 0; i < nfields; i++) { in create_layout()
676 for (i = 0; i < nfields; i++) { in create_layout()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c1584 unsigned nfields = 0; in rewrite_64bit_type() local
1585 for (unsigned i = 0; remaining; i++, remaining -= MIN2(4, remaining), nfields++) { in rewrite_64bit_type()
1593 return glsl_struct_type(fields, nfields, buf, true); in rewrite_64bit_type()
/third_party/toybox/toys/pending/
H A Dawk.c2731 int nfields = zlist_len(&TT.fields); in set_field() local
2732 // Need nfields to be > fnum b/c e.g. fnum==1 implies 2 TT.fields in set_field()
2733 while (nfields <= fnum) in set_field()
2734 nfields = zlist_append(&TT.fields, &uninit_zvalue) + 1; in set_field()
/third_party/node/deps/undici/
H A Dundici.js3853 let nfields = 0;
4000 if (nfields === fieldsLimit) {
4007 ++nfields;
/third_party/icu/icu4c/source/
H A Dconfigure8985 nfields = split(line, field, "@")
8988 for (i = 2; i < nfields; i++) {
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure8925 nfields = split(line, field, "@")
8928 for (i = 2; i < nfields; i++) {
/third_party/libevdev/
H A Dconfigure15153 nfields = split(line, field, "@")
15156 for (i = 2; i < nfields; i++) {
/third_party/skia/third_party/externals/libpng/
H A Dconfigure14989 nfields = split(line, field, "@")
14992 for (i = 2; i < nfields; i++) {
/third_party/eudev/
H A Dconfigure20894 nfields = split(line, field, "@")
20897 for (i = 2; i < nfields; i++) {
/third_party/lame/
H A Dconfigure19654 nfields = split(line, field, "@")
19657 for (i = 2; i < nfields; i++) {
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure18143 nfields = split(line, field, "@")
18146 for (i = 2; i < nfields; i++) {
/third_party/node/deps/cares/
H A Dconfigure26674 nfields = split(line, field, "@")
26677 for (i = 2; i < nfields; i++) {
/third_party/python/
H A Dconfigure29962 nfields = split(line, field, "@")
29965 for (i = 2; i < nfields; i++) {

Completed in 179 milliseconds