/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 159 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 D | zic.c | 158 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 D | zic.c | 185 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 D | uniq.c | 38 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 D | multipart.js | 65 let nfields = 0 215 if (nfields === fieldsLimit) { 223 ++nfields
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.c | 366 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 D | v3d_decoder.h | 68 uint32_t nfields; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_detelecine.c | 108 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 D | nir_gather_xfb_info.c | 246 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 D | storage.c | 498 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 D | zink_compiler.c | 1584 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 D | awk.c | 2731 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 D | undici.js | 3853 let nfields = 0; 4000 if (nfields === fieldsLimit) { 4007 ++nfields;
|
/third_party/icu/icu4c/source/ |
H A D | configure | 8985 nfields = split(line, field, "@") 8988 for (i = 2; i < nfields; i++) {
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 8925 nfields = split(line, field, "@") 8928 for (i = 2; i < nfields; i++) {
|
/third_party/libevdev/ |
H A D | configure | 15153 nfields = split(line, field, "@") 15156 for (i = 2; i < nfields; i++) {
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 14989 nfields = split(line, field, "@") 14992 for (i = 2; i < nfields; i++) {
|
/third_party/eudev/ |
H A D | configure | 20894 nfields = split(line, field, "@") 20897 for (i = 2; i < nfields; i++) {
|
/third_party/lame/ |
H A D | configure | 19654 nfields = split(line, field, "@") 19657 for (i = 2; i < nfields; i++) {
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 18143 nfields = split(line, field, "@") 18146 for (i = 2; i < nfields; i++) {
|
/third_party/node/deps/cares/ |
H A D | configure | 26674 nfields = split(line, field, "@") 26677 for (i = 2; i < nfields; i++) {
|
/third_party/python/ |
H A D | configure | 29962 nfields = split(line, field, "@") 29965 for (i = 2; i < nfields; i++) {
|