HomeSort by: relevance | last modified time | path
    Searched defs:ip3 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress_amd64.S 78 #define ip3 r11 define
144 movq 24(%rax), %ip3
218 /* If (ip3 < ip2) go to exit */
219 cmpq %ip2, %ip3
274 movq %ip3, 16(%rsp)
297 movq 16(%rsp), %ip3
314 movq %ip3, 16(%rsp)
324 movq 16(%rsp), %ip3
346 movq %ip3, 24(%rax)
398 movq 24(%rax), %ip3
    [all...]
  /src/sys/dev/i2c/
emcfan.c 851 int64_t ip3; local
865 ip3 = (int64_t)((edges - 1) * (int64_t)100000000000) / (int64_t)ip2;
867 printf("edges: %d ; ip3: %d\n",edges,ip3);
870 irpm = (ip1 * ip3 * ftach * 60) / 100000000000;
  /src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c 170 const BYTE* ip3; local
189 * between pairs of positions, from ip0 to ip2 or ip1 to ip3. */
212 ip3 = ip2 + 1;
214 if (ip3 >= ilimit) {
278 ip2 = ip3;
323 ip3 = ip1 + step;
332 } while (ip3 < ilimit);
721 const BYTE* ip3; local
762 ip3 = ip2 + 1;
764 if (ip3 >= ilimit)
    [all...]

Completed in 193 milliseconds