Searched refs:yy (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/archival/libarchive/bz/ |
D | huffman.c | 56 int32_t zz, yy, tmp; \ 60 yy = zz << 1; \ 61 if (yy > nHeap) \ 63 if (yy < nHeap \ 64 && weight[heap[yy+1]] < weight[heap[yy]]) \ 65 yy++; \ 66 if (weight[tmp] < weight[heap[yy]]) \ 68 heap[zz] = heap[yy]; \ 69 zz = yy; \ 79 int32_t zz, yy, tmp; in DOWNHEAP1() local [all …]
|
D | compress.c | 176 int inner_loop(uint8_t *yy, uint8_t ll_i) in inner_loop() argument 180 rtmp = yy[1]; in inner_loop() 181 yy[1] = yy[0]; in inner_loop() 182 ryy_j = &(yy[1]); in inner_loop() 190 yy[0] = rtmp; in inner_loop() 191 return ryy_j - &(yy[0]); in inner_loop() 196 uint8_t yy[256]; in generateMTFValues() local 232 yy[i] = (uint8_t) i; in generateMTFValues() 245 if (yy[0] == ll_i) { in generateMTFValues() 278 j = inner_loop(yy, ll_i); in generateMTFValues()
|
/busybox-1.35.0/coreutils/ |
D | sort.c | 297 char *xx, *yy; in compare_keys() local 300 double dy = strtod(y, &yy); in compare_keys() 303 retval = (y == yy ? 0 : -1); in compare_keys() 304 else if (y == yy) in compare_keys() 326 char *xx, *yy; in compare_keys() local 330 yy = strptime(y, "%b", &thyme); in compare_keys() 332 retval = (!yy) ? 0 : -1; in compare_keys() 333 else if (!yy) in compare_keys()
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.tab.c_shipped | 29 /* All symbols defined below should begin with yy or YY, to avoid
|