Searched refs:temp (Results 1 – 13 of 13) sorted by relevance
| /buildroot/package/rubix/ |
| A D | 0002-misc-fixes.patch | 66 + int temp; 71 + temp=16; 73 + temp=s->depth; 77 + s->buffer=(char *)malloc(((SCREEN_X+7)/8)*SCREEN_Y*temp); 119 + int i, w, dw, temp; 121 + temp = 16; 123 + temp = s->depth; 127 + dw = temp/8; 132 + w = w * temp;
|
| /buildroot/package/cups/ |
| A D | 0005-cups-hash-c-Put-support-for-MacOS-Win-SSL-libs-back.patch | 130 + gnutls_hash_fast(alg, a, alen, temp); 131 + memcpy(hash, temp, tempsize); 219 + unsigned char temp[CC_SHA512_DIGEST_LENGTH]; 229 + CC_SHA512_Final(temp, &ctx); 231 + memcpy(hash, temp, CC_SHA224_DIGEST_LENGTH); 239 + unsigned char temp[CC_SHA512_DIGEST_LENGTH]; 249 + CC_SHA512_Final(temp, &ctx); 251 + memcpy(hash, temp, CC_SHA256_DIGEST_LENGTH); 262 + unsigned char temp[64]; // Temporary hash buffer 317 + status = BCryptHash(alg, NULL, 0, (PUCHAR)a, (ULONG)alen, temp, sizeof(temp)); [all …]
|
| /buildroot/support/download/ |
| A D | helpers | 18 # $ find /path/to/temp/dir 19 # /path/to/temp/dir/ 20 # /path/to/temp/dir/some-file 21 # /path/to/temp/dir/some-dir/ 22 # /path/to/temp/dir/some-dir/some-other-file
|
| /buildroot/package/gcnano-binaries/ |
| A D | gcnano-binaries.mk | 61 sed -e "s|#PREFIX#|/usr|" -e "s|#VERSION#|22.0.3|" $$file > $$file.temp ; \ 62 $(INSTALL) -D -m 0644 $$file.temp $(1)/usr/lib/pkgconfig/$$file ; \
|
| /buildroot/package/nginx/ |
| A D | nginx.mk | 62 --http-client-body-temp-path=/var/cache/nginx/client-body \ 63 --http-proxy-temp-path=/var/cache/nginx/proxy \ 64 --http-fastcgi-temp-path=/var/cache/nginx/fastcgi \ 65 --http-scgi-temp-path=/var/cache/nginx/scgi \ 66 --http-uwsgi-temp-path=/var/cache/nginx/uwsgi
|
| /buildroot/package/berkeleydb/ |
| A D | 0002-atomic_compare_exchange.patch | 18 int temp;
|
| /buildroot/support/kconfig/lxdialog/ |
| A D | util.c | 449 int i, temp; in print_button() local 455 temp = strspn(label, " "); in print_button() 456 label += temp; in print_button() 459 for (i = 0; i < temp; i++) in print_button() 470 wmove(win, y, x + temp + 1); in print_button()
|
| /buildroot/support/kconfig/ |
| A D | nconf.gui.c | 155 float temp; in print_in_middle() local 169 temp = (width - length) / 2; in print_in_middle() 170 x = startx + (int)temp; in print_in_middle()
|
| /buildroot/package/rrdtool/ |
| A D | 0001-Constify-argv-fix-warnings.patch | 1066 - char **argv_tmp; /* temp variable for realloc() */ 1068 + const char **argv_tmp; /* temp variable for realloc() */
|
| /buildroot/board/octavo/osd32mp1-brk/linux-dts/ |
| A D | stm32mp157c-osd32mp1-brk.dts | 950 adc_temp: temp {
|
| /buildroot/board/octavo/osd32mp1-brk/patches/uboot/ |
| A D | 0001-Add-OSD32MP1-BRK-device-tree-support.patch | 1336 + adc_temp: temp {
|
| /buildroot/board/octavo/osd32mp1-red/linux-dts/ |
| A D | stm32mp157c-osd32mp1-red.dts | 1375 adc_temp: temp {
|
| /buildroot/board/octavo/osd32mp1-red/patches/uboot/ |
| A D | 0001-Add-OSD32MP1-RED-Device-Tree-support.patch | 1780 + adc_temp: temp {
|
Completed in 31 milliseconds