Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 27) sorted by relevance

12

/buildroot/package/dcron/
A D0002-system-crontab.patch19 line.cl_Days[j] = 1;
20 for (j=0; j<12; ++j)
21 line.cl_Mons[j] = 1;
22 + for (j=0; j<7; ++j)
23 + line.cl_Dow[j] = ALL_DOW;
/buildroot/support/testing/tests/package/test_micropython/rootfs-overlay/root/
A Dmandel.py14 j = (r*r) - (i*i) - 2 + (x/25)
16 if j*j + i*i >= 11:
18 r = j
/buildroot/support/testing/tests/package/br2-external/python-pybind/package/python-pybind-example/
A Dexample.cpp4 int add (int i, int j) { in add() argument
5 return i + j; in add()
/buildroot/package/skeleton-init-systemd/
A Dskeleton-init-systemd.mk45 j="$${i#$(TARGET_DIR)/usr/share/factory}"; \
48 "$${j}" "../usr/share/factory/$${j}" \
51 printf "C! %s - - - -\n" "$${j}" \
/buildroot/package/odb/
A D0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch162 for (includes::iterator j (i->second.begin ());
163 j != i->second.end (); ++j)
165 - line_map const* lm (j->first);
166 + line_map_type const* lm (j->first);
178 for (includes::map_type::iterator j (i->second.map.begin ());
179 j != i->second.map.end (); ++j)
181 - line_map const* lm (j->first);
182 + line_map_type const* lm (j->first);
188 j != i->second.map.end (); ++j)
190 - line_map const* lm (j->first);
[all …]
/buildroot/support/kconfig/lxdialog/
A Dmenubox.c69 int j; in do_print_item() local
74 j = first_alpha(menu_item, "YyNnMmHh"); in do_print_item()
93 mvwaddch(win, line_y, item_x + j, menu_item[j]); in do_print_item()
187 int i, j, x, y, box_x, box_y; in dialog_menu() local
293 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu()
294 if (key == tolower(item_str()[j])) in dialog_menu()
300 j = first_alpha(item_str(), "YyNnMmHh"); in dialog_menu()
301 if (key == tolower(item_str()[j])) in dialog_menu()
A Dutil.c244 int i, j; in attr_clear() local
249 for (j = 0; j < width; j++) in attr_clear()
480 int i, j; in draw_box() local
485 for (j = 0; j < width; j++) in draw_box()
486 if (!i && !j) in draw_box()
488 else if (i == height - 1 && !j) in draw_box()
490 else if (!i && j == width - 1) in draw_box()
492 else if (i == height - 1 && j == width - 1) in draw_box()
498 else if (!j) in draw_box()
500 else if (j == width - 1) in draw_box()
/buildroot/package/ftop/
A D0001-overflow.patch11 size_t i, j, bytes, bar_total;
/buildroot/package/wireplumber/
A D0001-fix-non-x86_64-architectures.patch117 - WpSpaJson *j = wp_spa_json_new (data, len);
118 - if (!j)
120 - *va_arg(args, WpSpaJson **) = j;
158 + WpSpaJson *j = wp_spa_json_new (data, len); \
159 + if (!j) \
161 + *va_arg(args, WpSpaJson **) = j; \
/buildroot/package/patchelf/
A D0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch143 + for (unsigned int j = 0; j < neededLibs.size(); ++j)
144 + if (!neededLibFound[j]) {
145 + std::string libName = dirName + "/" + neededLibs[j];
148 + neededLibFound[j] = true;
181 - for (unsigned int j = 0; j < neededLibs.size(); ++j)
182 - if (!neededLibFound[j]) {
183 - std::string libName = dirName + "/" + neededLibs[j];
187 - neededLibFound[j] = true;
/buildroot/package/wpa_supplicant/
A D0003-Include-HMAC-SHA384-512-KDF-for-SAE-if-SHA384-512-is.patch2 From: Jouni Malinen <j@w1.fi>
11 Signed-off-by: Jouni Malinen <j@w1.fi>
/buildroot/docs/website/images/
A Dlogo.xcf69 …������p���������A���<����O���� ���A���<���C���;��������m���j�������������#�…
105 �������j� ���e����� ����f6I���������+�����W!:w������ ����R� ���W���J����*����…
117 …._��.o��.��.���.���.���.���.���.���.���.���/��/��//��1T��=V��H���S���_6��j���v����\�����������-…
516j���n���r���v���z���~�����������������������������������a���x�������������d���7���"���&���*���.�…
871 ���������������������� �������V�������i� ���j&�T�@�@�@)@�@�@�…
2276 …���������h������� �������h��n��n��n��n������� ����jo�j{�j��j��j��j��j��j��j��…
/buildroot/package/reproc/
A D0002-Fix-gcc-13-build.patch2 From: Daan De Meyer <daan.j.demeyer@gmail.com>
A D0001-reproc-Try-to-fix-gcc-13-build.patch2 From: Daan De Meyer <daan.j.demeyer@gmail.com>
/buildroot/package/libmodplug/
A D0001-fix-cctype-ub.patch152 - for( j=i; isdigit(p[j]) || p[j]=='/'; j++ ) ; // look ahead to see if this one is tied too
153 + for( j=i; isdigit(static_cast<unsigned char>(p[j])) || p[j]=='/'; j++ ) ; // look ahead to see i…
154 if( p[j] != '-' ) // is this note tied too?
209 j=0;
214 j++;
223 j = 0;
229 // q[n+1] to q[j] contains the substring that must be repeated
241 for( j=0; j<l; j++ ) {
242 a = m->subst[j];
272 int i,j;
[all …]
/buildroot/package/xenomai/3.0.10/
A D0001-lib-boilerplate-iniparser-Allow-building-with-GCC-10-2-2020101.patch947 - int i, j ;
965 - for (j=0 ; j<d->size ; j++) {
972 - d->val[j] ? d->val[j] : "");
994 + int j ;
1004 + for (j=0 ; j<d->size ; j++) {
1005 + if (d->key[j]==NULL)
1011 + d->val[j] ? d->val[j] : "");
1030 + int j ;
1041 + for (j=0 ; j<d->size ; j++) {
1070 + int i, j, seclen ;
[all …]
/buildroot/support/scripts/
A Dgraph-depends106 for j in range(len(d)):
107 if j == i:
109 if is_dep(d[i], d[j], deps):
A Dgraph-build-time137 bottom = [bottom[j] + vals[i][j] for j in range(0, len(vals[i]))]
/buildroot/support/misc/
A Dutils.mk51 [FROM] := a b c d e f g h i j k l m n o p q r s t u v w x y z - .
/buildroot/package/micropython/
A D0001-py-nlrthumb-Make-non-Thumb2-long-jump-workaround-opt.patch2 From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= <j.ne@posteo.net>
76 Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
/buildroot/package/socketcand/
A D0001-Fix-GCC10-build-failure.patch57 int i, j, ret;
/buildroot/support/kconfig/
A Dmenu.c710 int i, j; in get_prompt_str() local
748 for (j = 4; --i >= 0; j += 2) { in get_prompt_str()
752 str_printf(r, "%*c-> %s", j, ' ', in get_prompt_str()
/buildroot/package/usbguard/
A D0001-Fix-build-for-GCC-13-make-GitHub-Actions-cover-build-with-GCC-13.patch89 +RUN bash -c 'set -o pipefail; make V=1 "-j$(nproc)" |& tee build.log'
/buildroot/package/rubix/
A D0002-misc-fixes.patch12 register int j;
/buildroot/package/
A DMakefile.in24 $(if $(findstring j,$(filter-out --%,$(MAKEFLAGS))),,-j$(PARALLEL_JOBS))

Completed in 74 milliseconds

12